Shades of Snuff #FECAF8
Tints of Snuff #FECAF8
RGB
CMYK
RGB Variations
Color information
#FECAF8 (or 0xFECAF8) is known color: Snuff. HEX triplet: FE, CA and F8. RGB value is (254,202,248). Sum of RGB (Red+Green+Blue) = 254+202+248=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 202 (79.30% from 255 or 28.69% from 704); Blue value is 248 (97.27% from 255 or 35.23% from 704); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECAF8 is #013507. Grayscale: #DEDEDE. Windows color (decimal): -79112 or 16304894. OLE color: 16304894.
HSL color Cylindrical-coordinate representation of color #FECAF8: hue angle of 306.92º 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 #FECAF8 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 248 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.00 |
| HSL | 306.92º | 0.96% | 0.89% | - |
| HSV(B) | 306.92º | 0.2% | 1% | - |
| XYZ | 78.94 | 70.09 | 98.18 | - |
| YUV | 222.79 | 142.23 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 248 | 0 | 0.20 | 0.02 | 0.00 | 306.92 | 0.96 | 0.89 |
| Hex | FE | CA | F8 | 0 | 14 | 2 | 0 | 133 | 60 | 59 |
| Octal | 376 | 312 | 370 | 0 | 24 | 2 | 0 | 463 | 140 | 131 |
| Binary | 11111110 | 11001010 | 11111000 | 0 | 10100 | 10 | 0 | 100110011 | 1100000 | 1011001 |
Color Harmonies of #FECAF8
Complementary color
Monochromatic Colors of #FECAF8
Black with #FECAF8
Text Example
Text Example
White with #FECAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECAF8; }
p { color: rgb(254,202,248); }
H1.HeaderClassName
{
color: #FECAF8;
}
.AnyTagClassName
{
color: #FECAF8;
}
</style>
background-color css
<style>
a { background-color: #FECAF8; }
a { background-color: rgb(254,202,248); }
div.DivClassName
{
background-color: #FECAF8;
}
.BgClassName
{
background-color: #FECAF8;
}
</style>
border-color css
<style>
span { border-color: #FECAF8; }
span { border-color: rgb(254,202,248); }
td.TdClassName
{
border-color: #FECAF8;
}
.TagClassName
{
border-color: #FECAF8;
}
</style>