Shades of Snuff #FFCAFB
Tints of Snuff #FFCAFB
RGB
CMYK
RGB Variations
Color information
#FFCAFB (or 0xFFCAFB) is known color: Snuff. HEX triplet: FF, CA and FB. RGB value is (255,202,251). Sum of RGB (Red+Green+Blue) = 255+202+251=708 (93% of max value = 765). Red value is 255 (100% from 255 or 36.02% from 708); Green value is 202 (79.30% from 255 or 28.53% from 708); Blue value is 251 (98.44% from 255 or 35.45% from 708); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCAFB is #003504. Grayscale: #DFDFDF. Windows color (decimal): -13573 or 16501503. OLE color: 16501503.
HSL color Cylindrical-coordinate representation of color #FFCAFB: hue angle of 304.53º 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 #FFCAFB is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 251 | - |
| CMYK | 0 | 0.21 | 0.02 | 0 |
| HSL | 304.53º | 1% | 0.9% | - |
| HSV(B) | 304.53º | 0.21% | 1% | - |
| XYZ | 79.77 | 70.47 | 100.66 | - |
| YUV | 223.43 | 143.56 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 251 | 0 | 0.21 | 0.02 | 0 | 304.53 | 1 | 0.9 |
| Hex | FF | CA | FB | 0 | 15 | 2 | 0 | 131 | 64 | 5A |
| Octal | 377 | 312 | 373 | 0 | 25 | 2 | 0 | 461 | 144 | 132 |
| Binary | 11111111 | 11001010 | 11111011 | 0 | 10101 | 10 | 0 | 100110001 | 1100100 | 1011010 |
Color Harmonies of #FFCAFB
Complementary color
Monochromatic Colors of #FFCAFB
Black with #FFCAFB
Text Example
Text Example
White with #FFCAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCAFB; }
p { color: rgb(255,202,251); }
H1.HeaderClassName
{
color: #FFCAFB;
}
.AnyTagClassName
{
color: #FFCAFB;
}
</style>
background-color css
<style>
a { background-color: #FFCAFB; }
a { background-color: rgb(255,202,251); }
div.DivClassName
{
background-color: #FFCAFB;
}
.BgClassName
{
background-color: #FFCAFB;
}
</style>
border-color css
<style>
span { border-color: #FFCAFB; }
span { border-color: rgb(255,202,251); }
td.TdClassName
{
border-color: #FFCAFB;
}
.TagClassName
{
border-color: #FFCAFB;
}
</style>