Shades of Snuff #FFCAFD
Tints of Snuff #FFCAFD
RGB
CMYK
RGB Variations
Color information
#FFCAFD (or 0xFFCAFD) is known color: Snuff. HEX triplet: FF, CA and FD. RGB value is (255,202,253). Sum of RGB (Red+Green+Blue) = 255+202+253=710 (94% of max value = 765). Red value is 255 (100% from 255 or 35.92% from 710); Green value is 202 (79.30% from 255 or 28.45% from 710); Blue value is 253 (99.22% from 255 or 35.63% from 710); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCAFD is #003502. Grayscale: #DFDFDF. Windows color (decimal): -13571 or 16632575. OLE color: 16632575.
HSL color Cylindrical-coordinate representation of color #FFCAFD: hue angle of 302.26º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFCAFD is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 202 | 253 | - |
CMYK | 0 | 0.21 | 0.01 | 0 |
HSL | 302.26º | 1% | 0.9% | - |
HSV(B) | 302.26º | 0.21% | 1% | - |
XYZ | 80.09 | 70.59 | 102.33 | - |
YUV | 223.66 | 144.56 | 150.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 202 | 253 | 0 | 0.21 | 0.01 | 0 | 302.26 | 1 | 0.9 |
Hex | FF | CA | FD | 0 | 15 | 1 | 0 | 12E | 64 | 5A |
Octal | 377 | 312 | 375 | 0 | 25 | 1 | 0 | 456 | 144 | 132 |
Binary | 11111111 | 11001010 | 11111101 | 0 | 10101 | 1 | 0 | 100101110 | 1100100 | 1011010 |
Color Harmonies of #FFCAFD
Complementary color
Monochromatic Colors of #FFCAFD
Black with #FFCAFD
Text Example
Text Example
White with #FFCAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCAFD; }
p { color: rgb(255,202,253); }
H1.HeaderClassName
{
color: #FFCAFD;
}
.AnyTagClassName
{
color: #FFCAFD;
}
</style>
background-color css
<style>
a { background-color: #FFCAFD; }
a { background-color: rgb(255,202,253); }
div.DivClassName
{
background-color: #FFCAFD;
}
.BgClassName
{
background-color: #FFCAFD;
}
</style>
border-color css
<style>
span { border-color: #FFCAFD; }
span { border-color: rgb(255,202,253); }
td.TdClassName
{
border-color: #FFCAFD;
}
.TagClassName
{
border-color: #FFCAFD;
}
</style>