Shades of Snuff #FEC9FD
Tints of Snuff #FEC9FD
RGB
CMYK
RGB Variations
Color information
#FEC9FD (or 0xFEC9FD) is known color: Snuff. HEX triplet: FE, C9 and FD. RGB value is (254,201,253). Sum of RGB (Red+Green+Blue) = 254+201+253=708 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.88% from 708); Green value is 201 (78.91% from 255 or 28.39% from 708); Blue value is 253 (99.22% from 255 or 35.73% from 708); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC9FD is #013602. Grayscale: #DEDEDE. Windows color (decimal): -79363 or 16632318. OLE color: 16632318.
HSL color Cylindrical-coordinate representation of color #FEC9FD: hue angle of 301.13º 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 #FEC9FD is Cyan = 0, Magento = 0.21, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 201 | 253 | - |
CMYK | 0 | 0.21 | 0.00 | 0.00 |
HSL | 301.13º | 0.96% | 0.89% | - |
HSV(B) | 301.13º | 0.21% | 1% | - |
XYZ | 79.49 | 69.94 | 102.24 | - |
YUV | 222.78 | 145.06 | 150.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 201 | 253 | 0 | 0.21 | 0.00 | 0.00 | 301.13 | 0.96 | 0.89 |
Hex | FE | C9 | FD | 0 | 15 | 0 | 0 | 12D | 60 | 59 |
Octal | 376 | 311 | 375 | 0 | 25 | 0 | 0 | 455 | 140 | 131 |
Binary | 11111110 | 11001001 | 11111101 | 0 | 10101 | 0 | 0 | 100101101 | 1100000 | 1011001 |
Color Harmonies of #FEC9FD
Complementary color
Monochromatic Colors of #FEC9FD
Black with #FEC9FD
Text Example
Text Example
White with #FEC9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC9FD; }
p { color: rgb(254,201,253); }
H1.HeaderClassName
{
color: #FEC9FD;
}
.AnyTagClassName
{
color: #FEC9FD;
}
</style>
background-color css
<style>
a { background-color: #FEC9FD; }
a { background-color: rgb(254,201,253); }
div.DivClassName
{
background-color: #FEC9FD;
}
.BgClassName
{
background-color: #FEC9FD;
}
</style>
border-color css
<style>
span { border-color: #FEC9FD; }
span { border-color: rgb(254,201,253); }
td.TdClassName
{
border-color: #FEC9FD;
}
.TagClassName
{
border-color: #FEC9FD;
}
</style>