Shades of Snuff #FECAF9
Tints of Snuff #FECAF9
RGB
CMYK
RGB Variations
Color information
#FECAF9 (or 0xFECAF9) is known color: Snuff. HEX triplet: FE, CA and F9. RGB value is (254,202,249). Sum of RGB (Red+Green+Blue) = 254+202+249=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 202 (79.30% from 255 or 28.65% from 705); Blue value is 249 (97.66% from 255 or 35.32% from 705); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECAF9 is #013506. Grayscale: #DEDEDE. Windows color (decimal): -79111 or 16370430. OLE color: 16370430.
HSL color Cylindrical-coordinate representation of color #FECAF9: hue angle of 305.77º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FECAF9 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 202 | 249 | - |
CMYK | 0 | 0.20 | 0.02 | 0.00 |
HSL | 305.77º | 0.96% | 0.89% | - |
HSV(B) | 305.77º | 0.2% | 1% | - |
XYZ | 79.09 | 70.15 | 98.99 | - |
YUV | 222.91 | 142.73 | 150.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 202 | 249 | 0 | 0.20 | 0.02 | 0.00 | 305.77 | 0.96 | 0.89 |
Hex | FE | CA | F9 | 0 | 14 | 2 | 0 | 132 | 60 | 59 |
Octal | 376 | 312 | 371 | 0 | 24 | 2 | 0 | 462 | 140 | 131 |
Binary | 11111110 | 11001010 | 11111001 | 0 | 10100 | 10 | 0 | 100110010 | 1100000 | 1011001 |
Color Harmonies of #FECAF9
Complementary color
Monochromatic Colors of #FECAF9
Black with #FECAF9
Text Example
Text Example
White with #FECAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECAF9; }
p { color: rgb(254,202,249); }
H1.HeaderClassName
{
color: #FECAF9;
}
.AnyTagClassName
{
color: #FECAF9;
}
</style>
background-color css
<style>
a { background-color: #FECAF9; }
a { background-color: rgb(254,202,249); }
div.DivClassName
{
background-color: #FECAF9;
}
.BgClassName
{
background-color: #FECAF9;
}
</style>
border-color css
<style>
span { border-color: #FECAF9; }
span { border-color: rgb(254,202,249); }
td.TdClassName
{
border-color: #FECAF9;
}
.TagClassName
{
border-color: #FECAF9;
}
</style>