Shades of Snuff #FECEF9
Tints of Snuff #FECEF9
RGB
CMYK
RGB Variations
Color information
#FECEF9 (or 0xFECEF9) is known color: Snuff. HEX triplet: FE, CE and F9. RGB value is (254,206,249). Sum of RGB (Red+Green+Blue) = 254+206+249=709 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.83% from 709); Green value is 206 (80.86% from 255 or 29.06% from 709); Blue value is 249 (97.66% from 255 or 35.12% from 709); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECEF9 is #013106. Grayscale: #E1E1E1. Windows color (decimal): -78087 or 16371454. OLE color: 16371454.
HSL color Cylindrical-coordinate representation of color #FECEF9: hue angle of 306.25º 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 #FECEF9 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 249 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.00 |
| HSL | 306.25º | 0.96% | 0.9% | - |
| HSV(B) | 306.25º | 0.19% | 1% | - |
| XYZ | 80.04 | 72.05 | 99.31 | - |
| YUV | 225.25 | 141.4 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 249 | 0 | 0.19 | 0.02 | 0.00 | 306.25 | 0.96 | 0.9 |
| Hex | FE | CE | F9 | 0 | 13 | 2 | 0 | 132 | 60 | 5A |
| Octal | 376 | 316 | 371 | 0 | 23 | 2 | 0 | 462 | 140 | 132 |
| Binary | 11111110 | 11001110 | 11111001 | 0 | 10011 | 10 | 0 | 100110010 | 1100000 | 1011010 |
Color Harmonies of #FECEF9
Complementary color
Monochromatic Colors of #FECEF9
Black with #FECEF9
Text Example
Text Example
White with #FECEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECEF9; }
p { color: rgb(254,206,249); }
H1.HeaderClassName
{
color: #FECEF9;
}
.AnyTagClassName
{
color: #FECEF9;
}
</style>
background-color css
<style>
a { background-color: #FECEF9; }
a { background-color: rgb(254,206,249); }
div.DivClassName
{
background-color: #FECEF9;
}
.BgClassName
{
background-color: #FECEF9;
}
</style>
border-color css
<style>
span { border-color: #FECEF9; }
span { border-color: rgb(254,206,249); }
td.TdClassName
{
border-color: #FECEF9;
}
.TagClassName
{
border-color: #FECEF9;
}
</style>