Shades of Snuff #FEC8F6
Tints of Snuff #FEC8F6
RGB
CMYK
RGB Variations
Color information
#FEC8F6 (or 0xFEC8F6) is known color: Snuff. HEX triplet: FE, C8 and F6. RGB value is (254,200,246). Sum of RGB (Red+Green+Blue) = 254+200+246=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 200 (78.52% from 255 or 28.57% from 700); Blue value is 246 (96.48% from 255 or 35.14% from 700); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC8F6 is #013709. Grayscale: #DDDDDD. Windows color (decimal): -79626 or 16173310. OLE color: 16173310.
HSL color Cylindrical-coordinate representation of color #FEC8F6: hue angle of 308.89º 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 #FEC8F6 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 200 | 246 | - |
CMYK | 0 | 0.21 | 0.03 | 0.00 |
HSL | 308.89º | 0.96% | 0.89% | - |
HSV(B) | 308.89º | 0.21% | 1% | - |
XYZ | 78.16 | 69.03 | 96.39 | - |
YUV | 221.39 | 141.89 | 151.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 200 | 246 | 0 | 0.21 | 0.03 | 0.00 | 308.89 | 0.96 | 0.89 |
Hex | FE | C8 | F6 | 0 | 15 | 3 | 0 | 135 | 60 | 59 |
Octal | 376 | 310 | 366 | 0 | 25 | 3 | 0 | 465 | 140 | 131 |
Binary | 11111110 | 11001000 | 11110110 | 0 | 10101 | 11 | 0 | 100110101 | 1100000 | 1011001 |
Color Harmonies of #FEC8F6
Complementary color
Monochromatic Colors of #FEC8F6
Black with #FEC8F6
Text Example
Text Example
White with #FEC8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC8F6; }
p { color: rgb(254,200,246); }
H1.HeaderClassName
{
color: #FEC8F6;
}
.AnyTagClassName
{
color: #FEC8F6;
}
</style>
background-color css
<style>
a { background-color: #FEC8F6; }
a { background-color: rgb(254,200,246); }
div.DivClassName
{
background-color: #FEC8F6;
}
.BgClassName
{
background-color: #FEC8F6;
}
</style>
border-color css
<style>
span { border-color: #FEC8F6; }
span { border-color: rgb(254,200,246); }
td.TdClassName
{
border-color: #FEC8F6;
}
.TagClassName
{
border-color: #FEC8F6;
}
</style>