In a RGB color space, #ffc8ff hex color is composed of 100% red, 78.4% green and 100% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 21.6% magenta, 0% yellow and 0% black. It has a hue angle of 300 degrees, a saturation of 100% and a lightness of 89.2%. #ffc8ff color hex could be obtained by blending #ffffff with #ff91ff. Closest websafe color is: #ffccff.
The hexadecimal color #ffc8ff has RGB values of R:255, G:200, B:255 and CMYK values of C:0, M:0.22, Y:0, K:0. Its decimal value is 16763135.
Hex triplet | ffc8ff | #ffc8ff |
RGB Decimal | 255, 200, 255 | rgb(255,200,255) |
RGB Percent | 100, 78.4, 100 | rgb(100%,78.4%,100%) |
CMYK | 0, 21.6, 0, 0 | |
HSL | 300°, 100, 89.2 | hsl(300,100%,89.2%) |
HSV(HSB) | 300°, 21.6, 100 | |
Web Safe | ffccff | #fcf |
XYZ | 79.944, 69.789, 103.865 |
xyY | 0.315, 0.275, 69.789 |
CIE-LAB | 86.893, 28.471, -19.477 |
CIE-LCH | 86.893, 34.496, 325.624 |
CIE-LUV | 86.893, 27.653, -35.766 |
Hunter-Lab | 83.54, 24.624, -15.238 |
Binary | 11111111, 11001000, 11111111 |
Below, you can see some colors close to #ffc8ff. 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 #ffc8ff.
<span style="color:#ffc8ff">Text here</span>
This paragraph has a background color of #ffc8ff.
<p style="background-color:#ffc8ff;">Content here</p>
This element has a border color of #ffc8ff.
<div style="border:1px #ffc8ff;">Content here</div>
.text {color:#ffc8ff;}
.background {background-color:#ffc8ff;}
.border {border:1px solid #ffc8ff;}
.text-shadow {border:1px solid #ffc8ff;}
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, #090009 is the darkest color, while #fff3ff is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #e4e3e4 is the less saturated color, while #fdcafd is the most saturated one.