Shades of Snuff #FFCAFE
Tints of Snuff #FFCAFE
RGB
CMYK
RGB Variations
Color information
#FFCAFE (or 0xFFCAFE) is known color: Snuff. HEX triplet: FF, CA and FE. RGB value is (255,202,254). Sum of RGB (Red+Green+Blue) = 255+202+254=711 (94% of max value = 765). Red value is 255 (100% from 255 or 35.86% from 711); Green value is 202 (79.30% from 255 or 28.41% from 711); Blue value is 254 (99.61% from 255 or 35.72% from 711); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCAFE is #003501. Grayscale: #DFDFDF. Windows color (decimal): -13570 or 16698111. OLE color: 16698111.
HSL color Cylindrical-coordinate representation of color #FFCAFE: hue angle of 301.13º 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 #FFCAFE is Cyan = 0, Magento = 0.21, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 202 | 254 | - |
CMYK | 0 | 0.21 | 0.00 | 0 |
HSL | 301.13º | 1% | 0.9% | - |
HSV(B) | 301.13º | 0.21% | 1% | - |
XYZ | 80.25 | 70.66 | 103.17 | - |
YUV | 223.78 | 145.06 | 150.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 202 | 254 | 0 | 0.21 | 0.00 | 0 | 301.13 | 1 | 0.9 |
Hex | FF | CA | FE | 0 | 15 | 0 | 0 | 12D | 64 | 5A |
Octal | 377 | 312 | 376 | 0 | 25 | 0 | 0 | 455 | 144 | 132 |
Binary | 11111111 | 11001010 | 11111110 | 0 | 10101 | 0 | 0 | 100101101 | 1100100 | 1011010 |
Color Harmonies of #FFCAFE
Complementary color
Monochromatic Colors of #FFCAFE
Black with #FFCAFE
Text Example
Text Example
White with #FFCAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCAFE; }
p { color: rgb(255,202,254); }
H1.HeaderClassName
{
color: #FFCAFE;
}
.AnyTagClassName
{
color: #FFCAFE;
}
</style>
background-color css
<style>
a { background-color: #FFCAFE; }
a { background-color: rgb(255,202,254); }
div.DivClassName
{
background-color: #FFCAFE;
}
.BgClassName
{
background-color: #FFCAFE;
}
</style>
border-color css
<style>
span { border-color: #FFCAFE; }
span { border-color: rgb(255,202,254); }
td.TdClassName
{
border-color: #FFCAFE;
}
.TagClassName
{
border-color: #FFCAFE;
}
</style>