Shades of Snuff #FCCAFE
Tints of Snuff #FCCAFE
RGB
CMYK
RGB Variations
Color information
#FCCAFE (or 0xFCCAFE) is known color: Snuff. HEX triplet: FC, CA and FE. RGB value is (252,202,254). Sum of RGB (Red+Green+Blue) = 252+202+254=708 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.59% from 708); Green value is 202 (79.30% from 255 or 28.53% from 708); Blue value is 254 (99.61% from 255 or 35.88% from 708); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCCAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCAFE is #033501. Grayscale: #DEDEDE. Windows color (decimal): -210178 or 16698108. OLE color: 16698108.
HSL color Cylindrical-coordinate representation of color #FCCAFE: hue angle of 297.69º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCCAFE is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 202 | 254 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.00 |
| HSL | 297.69º | 0.96% | 0.89% | - |
| HSV(B) | 297.69º | 0.2% | 1% | - |
| XYZ | 79.15 | 70.09 | 103.12 | - |
| YUV | 222.88 | 145.57 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 254 | 0.01 | 0.20 | 0 | 0.00 | 297.69 | 0.96 | 0.89 |
| Hex | FC | CA | FE | 1 | 14 | 0 | 0 | 12A | 60 | 59 |
| Octal | 374 | 312 | 376 | 1 | 24 | 0 | 0 | 452 | 140 | 131 |
| Binary | 11111100 | 11001010 | 11111110 | 1 | 10100 | 0 | 0 | 100101010 | 1100000 | 1011001 |
Color Harmonies of #FCCAFE
Complementary color
Monochromatic Colors of #FCCAFE
Black with #FCCAFE
Text Example
Text Example
White with #FCCAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCAFE; }
p { color: rgb(252,202,254); }
H1.HeaderClassName
{
color: #FCCAFE;
}
.AnyTagClassName
{
color: #FCCAFE;
}
</style>
background-color css
<style>
a { background-color: #FCCAFE; }
a { background-color: rgb(252,202,254); }
div.DivClassName
{
background-color: #FCCAFE;
}
.BgClassName
{
background-color: #FCCAFE;
}
</style>
border-color css
<style>
span { border-color: #FCCAFE; }
span { border-color: rgb(252,202,254); }
td.TdClassName
{
border-color: #FCCAFE;
}
.TagClassName
{
border-color: #FCCAFE;
}
</style>