Shades of Snuff #FCCEF4
Tints of Snuff #FCCEF4
RGB
CMYK
RGB Variations
Color information
#FCCEF4 (or 0xFCCEF4) is known color: Snuff. HEX triplet: FC, CE and F4. RGB value is (252,206,244). Sum of RGB (Red+Green+Blue) = 252+206+244=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 206 (80.86% from 255 or 29.34% from 702); Blue value is 244 (95.70% from 255 or 34.76% from 702); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCEF4 is #03310B. Grayscale: #DFDFDF. Windows color (decimal): -209164 or 16043772. OLE color: 16043772.
HSL color Cylindrical-coordinate representation of color #FCCEF4: hue angle of 310.43º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCCEF4 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 244 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.01 |
| HSL | 310.43º | 0.88% | 0.9% | - |
| HSV(B) | 310.43º | 0.18% | 0.99% | - |
| XYZ | 78.55 | 71.37 | 95.22 | - |
| YUV | 224.09 | 139.24 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 244 | 0 | 0.18 | 0.03 | 0.01 | 310.43 | 0.88 | 0.9 |
| Hex | FC | CE | F4 | 0 | 12 | 3 | 1 | 136 | 58 | 5A |
| Octal | 374 | 316 | 364 | 0 | 22 | 3 | 1 | 466 | 130 | 132 |
| Binary | 11111100 | 11001110 | 11110100 | 0 | 10010 | 11 | 1 | 100110110 | 1011000 | 1011010 |
Color Harmonies of #FCCEF4
Complementary color
Monochromatic Colors of #FCCEF4
Black with #FCCEF4
Text Example
Text Example
White with #FCCEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCEF4; }
p { color: rgb(252,206,244); }
H1.HeaderClassName
{
color: #FCCEF4;
}
.AnyTagClassName
{
color: #FCCEF4;
}
</style>
background-color css
<style>
a { background-color: #FCCEF4; }
a { background-color: rgb(252,206,244); }
div.DivClassName
{
background-color: #FCCEF4;
}
.BgClassName
{
background-color: #FCCEF4;
}
</style>
border-color css
<style>
span { border-color: #FCCEF4; }
span { border-color: rgb(252,206,244); }
td.TdClassName
{
border-color: #FCCEF4;
}
.TagClassName
{
border-color: #FCCEF4;
}
</style>