Shades of Snuff #FFCAFC
Tints of Snuff #FFCAFC
RGB
CMYK
RGB Variations
Color information
#FFCAFC (or 0xFFCAFC) is known color: Snuff. HEX triplet: FF, CA and FC. RGB value is (255,202,252). Sum of RGB (Red+Green+Blue) = 255+202+252=709 (93% of max value = 765). Red value is 255 (100% from 255 or 35.97% from 709); Green value is 202 (79.30% from 255 or 28.49% from 709); Blue value is 252 (98.83% from 255 or 35.54% from 709); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCAFC is #003503. Grayscale: #DFDFDF. Windows color (decimal): -13572 or 16567039. OLE color: 16567039.
HSL color Cylindrical-coordinate representation of color #FFCAFC: hue angle of 303.4º 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 #FFCAFC is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 252 | - |
| CMYK | 0 | 0.21 | 0.01 | 0 |
| HSL | 303.4º | 1% | 0.9% | - |
| HSV(B) | 303.4º | 0.21% | 1% | - |
| XYZ | 79.93 | 70.53 | 101.5 | - |
| YUV | 223.55 | 144.06 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 252 | 0 | 0.21 | 0.01 | 0 | 303.4 | 1 | 0.9 |
| Hex | FF | CA | FC | 0 | 15 | 1 | 0 | 12F | 64 | 5A |
| Octal | 377 | 312 | 374 | 0 | 25 | 1 | 0 | 457 | 144 | 132 |
| Binary | 11111111 | 11001010 | 11111100 | 0 | 10101 | 1 | 0 | 100101111 | 1100100 | 1011010 |
Color Harmonies of #FFCAFC
Complementary color
Monochromatic Colors of #FFCAFC
Black with #FFCAFC
Text Example
Text Example
White with #FFCAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCAFC; }
p { color: rgb(255,202,252); }
H1.HeaderClassName
{
color: #FFCAFC;
}
.AnyTagClassName
{
color: #FFCAFC;
}
</style>
background-color css
<style>
a { background-color: #FFCAFC; }
a { background-color: rgb(255,202,252); }
div.DivClassName
{
background-color: #FFCAFC;
}
.BgClassName
{
background-color: #FFCAFC;
}
</style>
border-color css
<style>
span { border-color: #FFCAFC; }
span { border-color: rgb(255,202,252); }
td.TdClassName
{
border-color: #FFCAFC;
}
.TagClassName
{
border-color: #FFCAFC;
}
</style>