Shades of Snuff #FECEFC
Tints of Snuff #FECEFC
RGB
CMYK
RGB Variations
Color information
#FECEFC (or 0xFECEFC) is known color: Snuff. HEX triplet: FE, CE and FC. RGB value is (254,206,252). Sum of RGB (Red+Green+Blue) = 254+206+252=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 206 (80.86% from 255 or 28.93% from 712); Blue value is 252 (98.83% from 255 or 35.39% from 712); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECEFC is #013103. Grayscale: #E1E1E1. Windows color (decimal): -78084 or 16568062. OLE color: 16568062.
HSL color Cylindrical-coordinate representation of color #FECEFC: hue angle of 302.5º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FECEFC is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 206 | 252 | - |
CMYK | 0 | 0.19 | 0.01 | 0.00 |
HSL | 302.5º | 0.96% | 0.9% | - |
HSV(B) | 302.5º | 0.19% | 1% | - |
XYZ | 80.52 | 72.24 | 101.8 | - |
YUV | 225.6 | 142.9 | 148.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 206 | 252 | 0 | 0.19 | 0.01 | 0.00 | 302.5 | 0.96 | 0.9 |
Hex | FE | CE | FC | 0 | 13 | 1 | 0 | 12E | 60 | 5A |
Octal | 376 | 316 | 374 | 0 | 23 | 1 | 0 | 456 | 140 | 132 |
Binary | 11111110 | 11001110 | 11111100 | 0 | 10011 | 1 | 0 | 100101110 | 1100000 | 1011010 |
Color Harmonies of #FECEFC
Complementary color
Monochromatic Colors of #FECEFC
Black with #FECEFC
Text Example
Text Example
White with #FECEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECEFC; }
p { color: rgb(254,206,252); }
H1.HeaderClassName
{
color: #FECEFC;
}
.AnyTagClassName
{
color: #FECEFC;
}
</style>
background-color css
<style>
a { background-color: #FECEFC; }
a { background-color: rgb(254,206,252); }
div.DivClassName
{
background-color: #FECEFC;
}
.BgClassName
{
background-color: #FECEFC;
}
</style>
border-color css
<style>
span { border-color: #FECEFC; }
span { border-color: rgb(254,206,252); }
td.TdClassName
{
border-color: #FECEFC;
}
.TagClassName
{
border-color: #FECEFC;
}
</style>