Shades of Snuff #FEC9FC
Tints of Snuff #FEC9FC
RGB
CMYK
RGB Variations
Color information
#FEC9FC (or 0xFEC9FC) is known color: Snuff. HEX triplet: FE, C9 and FC. RGB value is (254,201,252). Sum of RGB (Red+Green+Blue) = 254+201+252=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 201 (78.91% from 255 or 28.43% from 707); Blue value is 252 (98.83% from 255 or 35.64% from 707); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC9FC is #013603. Grayscale: #DEDEDE. Windows color (decimal): -79364 or 16566782. OLE color: 16566782.
HSL color Cylindrical-coordinate representation of color #FEC9FC: hue angle of 302.26º 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 #FEC9FC is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 201 | 252 | - |
CMYK | 0 | 0.21 | 0.01 | 0.00 |
HSL | 302.26º | 0.96% | 0.89% | - |
HSV(B) | 302.26º | 0.21% | 1% | - |
XYZ | 79.33 | 69.87 | 101.4 | - |
YUV | 222.66 | 144.56 | 150.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 201 | 252 | 0 | 0.21 | 0.01 | 0.00 | 302.26 | 0.96 | 0.89 |
Hex | FE | C9 | FC | 0 | 15 | 1 | 0 | 12E | 60 | 59 |
Octal | 376 | 311 | 374 | 0 | 25 | 1 | 0 | 456 | 140 | 131 |
Binary | 11111110 | 11001001 | 11111100 | 0 | 10101 | 1 | 0 | 100101110 | 1100000 | 1011001 |
Color Harmonies of #FEC9FC
Complementary color
Monochromatic Colors of #FEC9FC
Black with #FEC9FC
Text Example
Text Example
White with #FEC9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC9FC; }
p { color: rgb(254,201,252); }
H1.HeaderClassName
{
color: #FEC9FC;
}
.AnyTagClassName
{
color: #FEC9FC;
}
</style>
background-color css
<style>
a { background-color: #FEC9FC; }
a { background-color: rgb(254,201,252); }
div.DivClassName
{
background-color: #FEC9FC;
}
.BgClassName
{
background-color: #FEC9FC;
}
</style>
border-color css
<style>
span { border-color: #FEC9FC; }
span { border-color: rgb(254,201,252); }
td.TdClassName
{
border-color: #FEC9FC;
}
.TagClassName
{
border-color: #FEC9FC;
}
</style>