Shades of Snuff #FEC8F9
Tints of Snuff #FEC8F9
RGB
CMYK
RGB Variations
Color information
#FEC8F9 (or 0xFEC8F9) is known color: Snuff. HEX triplet: FE, C8 and F9. RGB value is (254,200,249). Sum of RGB (Red+Green+Blue) = 254+200+249=703 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.13% from 703); Green value is 200 (78.52% from 255 or 28.45% from 703); Blue value is 249 (97.66% from 255 or 35.42% from 703); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC8F9 is #013706. Grayscale: #DDDDDD. Windows color (decimal): -79623 or 16369918. OLE color: 16369918.
HSL color Cylindrical-coordinate representation of color #FEC8F9: hue angle of 305.56º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FEC8F9 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 249 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.00 |
| HSL | 305.56º | 0.96% | 0.89% | - |
| HSV(B) | 305.56º | 0.21% | 1% | - |
| XYZ | 78.63 | 69.22 | 98.84 | - |
| YUV | 221.73 | 143.39 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 249 | 0 | 0.21 | 0.02 | 0.00 | 305.56 | 0.96 | 0.89 |
| Hex | FE | C8 | F9 | 0 | 15 | 2 | 0 | 132 | 60 | 59 |
| Octal | 376 | 310 | 371 | 0 | 25 | 2 | 0 | 462 | 140 | 131 |
| Binary | 11111110 | 11001000 | 11111001 | 0 | 10101 | 10 | 0 | 100110010 | 1100000 | 1011001 |
Color Harmonies of #FEC8F9
Complementary color
Monochromatic Colors of #FEC8F9
Black with #FEC8F9
Text Example
Text Example
White with #FEC8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC8F9; }
p { color: rgb(254,200,249); }
H1.HeaderClassName
{
color: #FEC8F9;
}
.AnyTagClassName
{
color: #FEC8F9;
}
</style>
background-color css
<style>
a { background-color: #FEC8F9; }
a { background-color: rgb(254,200,249); }
div.DivClassName
{
background-color: #FEC8F9;
}
.BgClassName
{
background-color: #FEC8F9;
}
</style>
border-color css
<style>
span { border-color: #FEC8F9; }
span { border-color: rgb(254,200,249); }
td.TdClassName
{
border-color: #FEC8F9;
}
.TagClassName
{
border-color: #FEC8F9;
}
</style>