Shades of Snuff #FCE0F6
Tints of Snuff #FCE0F6
RGB
CMYK
RGB Variations
Color information
#FCE0F6 (or 0xFCE0F6) is known color: Snuff. HEX triplet: FC, E0 and F6. RGB value is (252,224,246). Sum of RGB (Red+Green+Blue) = 252+224+246=722 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.90% from 722); Green value is 224 (87.89% from 255 or 31.02% from 722); Blue value is 246 (96.48% from 255 or 34.07% from 722); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE0F6 is #031F09. Grayscale: #EAEAEA. Windows color (decimal): -204554 or 16179452. OLE color: 16179452.
HSL color Cylindrical-coordinate representation of color #FCE0F6: hue angle of 312.86º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FCE0F6 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 246 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.01 |
| HSL | 312.86º | 0.82% | 0.93% | - |
| HSV(B) | 312.86º | 0.11% | 0.99% | - |
| XYZ | 83.44 | 80.66 | 98.36 | - |
| YUV | 234.88 | 134.28 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 246 | 0 | 0.11 | 0.02 | 0.01 | 312.86 | 0.82 | 0.93 |
| Hex | FC | E0 | F6 | 0 | B | 2 | 1 | 139 | 52 | 5D |
| Octal | 374 | 340 | 366 | 0 | 13 | 2 | 1 | 471 | 122 | 135 |
| Binary | 11111100 | 11100000 | 11110110 | 0 | 1011 | 10 | 1 | 100111001 | 1010010 | 1011101 |
Color Harmonies of #FCE0F6
Complementary color
Monochromatic Colors of #FCE0F6
Black with #FCE0F6
Text Example
Text Example
White with #FCE0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE0F6; }
p { color: rgb(252,224,246); }
H1.HeaderClassName
{
color: #FCE0F6;
}
.AnyTagClassName
{
color: #FCE0F6;
}
</style>
background-color css
<style>
a { background-color: #FCE0F6; }
a { background-color: rgb(252,224,246); }
div.DivClassName
{
background-color: #FCE0F6;
}
.BgClassName
{
background-color: #FCE0F6;
}
</style>
border-color css
<style>
span { border-color: #FCE0F6; }
span { border-color: rgb(252,224,246); }
td.TdClassName
{
border-color: #FCE0F6;
}
.TagClassName
{
border-color: #FCE0F6;
}
</style>