Shades of Snuff #FECFF9
Tints of Snuff #FECFF9
RGB
CMYK
RGB Variations
Color information
#FECFF9 (or 0xFECFF9) is known color: Snuff. HEX triplet: FE, CF and F9. RGB value is (254,207,249). Sum of RGB (Red+Green+Blue) = 254+207+249=710 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.77% from 710); Green value is 207 (81.25% from 255 or 29.15% from 710); Blue value is 249 (97.66% from 255 or 35.07% from 710); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECFF9 is #013006. Grayscale: #E1E1E1. Windows color (decimal): -77831 or 16371710. OLE color: 16371710.
HSL color Cylindrical-coordinate representation of color #FECFF9: hue angle of 306.38º 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 #FECFF9 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 207 | 249 | - |
CMYK | 0 | 0.19 | 0.02 | 0.00 |
HSL | 306.38º | 0.96% | 0.9% | - |
HSV(B) | 306.38º | 0.19% | 1% | - |
XYZ | 80.28 | 72.54 | 99.39 | - |
YUV | 225.84 | 141.07 | 148.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 207 | 249 | 0 | 0.19 | 0.02 | 0.00 | 306.38 | 0.96 | 0.9 |
Hex | FE | CF | F9 | 0 | 13 | 2 | 0 | 132 | 60 | 5A |
Octal | 376 | 317 | 371 | 0 | 23 | 2 | 0 | 462 | 140 | 132 |
Binary | 11111110 | 11001111 | 11111001 | 0 | 10011 | 10 | 0 | 100110010 | 1100000 | 1011010 |
Color Harmonies of #FECFF9
Complementary color
Monochromatic Colors of #FECFF9
Black with #FECFF9
Text Example
Text Example
White with #FECFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECFF9; }
p { color: rgb(254,207,249); }
H1.HeaderClassName
{
color: #FECFF9;
}
.AnyTagClassName
{
color: #FECFF9;
}
</style>
background-color css
<style>
a { background-color: #FECFF9; }
a { background-color: rgb(254,207,249); }
div.DivClassName
{
background-color: #FECFF9;
}
.BgClassName
{
background-color: #FECFF9;
}
</style>
border-color css
<style>
span { border-color: #FECFF9; }
span { border-color: rgb(254,207,249); }
td.TdClassName
{
border-color: #FECFF9;
}
.TagClassName
{
border-color: #FECFF9;
}
</style>