In a RGB color space, #ffabff hex color is composed of 100% red, 67.1% green and 100% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 32.9% magenta, 0% yellow and 0% black. It has a hue angle of 300 degrees, a saturation of 100% and a lightness of 83.5%. #ffabff color hex could be obtained by blending #ffffff with #ff57ff. Closest websafe color is: #ff99ff.
The hexadecimal color #ffabff has RGB values of R:255, G:171, B:255 and CMYK values of C:0, M:0.33, Y:0, K:0. Its decimal value is 16755711.
Hex triplet | ffabff | #ffabff |
RGB Decimal | 255, 171, 255 | rgb(255,171,255) |
RGB Percent | 100, 67.1, 100 | rgb(100%,67.1%,100%) |
CMYK | 0, 32.9, 0, 0 | |
HSL | 300°, 100, 83.5 | hsl(300,100%,83.5%) |
HSV(HSB) | 300°, 32.9, 100 | |
Web Safe | ff99ff | #f9f |
XYZ | 73.853, 57.606, 101.834 |
xyY | 0.317, 0.247, 57.606 |
CIE-LAB | 80.519, 43.639, -29.175 |
CIE-LCH | 80.519, 52.494, 326.235 |
CIE-LUV | 80.519, 41.593, -53.79 |
Hunter-Lab | 75.898, 40.867, -26.421 |
Binary | 11111111, 10101011, 11111111 |
Below, you can see some colors close to #ffabff. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #ffabff.
<span style="color:#ffabff">Text here</span>
This paragraph has a background color of #ffabff.
<p style="background-color:#ffabff;">Content here</p>
This element has a border color of #ffabff.
<div style="border:1px #ffabff;">Content here</div>
.text {color:#ffabff;}
.background {background-color:#ffabff;}
.border {border:1px solid #ffabff;}
.text-shadow {border:1px solid #ffabff;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #010001 is the darkest color, while #ffebff is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #d5d5d5 is the less saturated color, while #fbaefc is the most saturated one.