Shades of Snuff #FEC9FB
Tints of Snuff #FEC9FB
RGB
CMYK
RGB Variations
Color information
#FEC9FB (or 0xFEC9FB) is known color: Snuff. HEX triplet: FE, C9 and FB. RGB value is (254,201,251). Sum of RGB (Red+Green+Blue) = 254+201+251=706 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.98% from 706); Green value is 201 (78.91% from 255 or 28.47% from 706); Blue value is 251 (98.44% from 255 or 35.55% from 706); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC9FB is #013604. Grayscale: #DEDEDE. Windows color (decimal): -79365 or 16501246. OLE color: 16501246.
HSL color Cylindrical-coordinate representation of color #FEC9FB: hue angle of 303.4º 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 #FEC9FB is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 251 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.00 |
| HSL | 303.4º | 0.96% | 0.89% | - |
| HSV(B) | 303.4º | 0.21% | 1% | - |
| XYZ | 79.17 | 69.81 | 100.57 | - |
| YUV | 222.55 | 144.06 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 251 | 0 | 0.21 | 0.01 | 0.00 | 303.4 | 0.96 | 0.89 |
| Hex | FE | C9 | FB | 0 | 15 | 1 | 0 | 12F | 60 | 59 |
| Octal | 376 | 311 | 373 | 0 | 25 | 1 | 0 | 457 | 140 | 131 |
| Binary | 11111110 | 11001001 | 11111011 | 0 | 10101 | 1 | 0 | 100101111 | 1100000 | 1011001 |
Color Harmonies of #FEC9FB
Complementary color
Monochromatic Colors of #FEC9FB
Black with #FEC9FB
Text Example
Text Example
White with #FEC9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC9FB; }
p { color: rgb(254,201,251); }
H1.HeaderClassName
{
color: #FEC9FB;
}
.AnyTagClassName
{
color: #FEC9FB;
}
</style>
background-color css
<style>
a { background-color: #FEC9FB; }
a { background-color: rgb(254,201,251); }
div.DivClassName
{
background-color: #FEC9FB;
}
.BgClassName
{
background-color: #FEC9FB;
}
</style>
border-color css
<style>
span { border-color: #FEC9FB; }
span { border-color: rgb(254,201,251); }
td.TdClassName
{
border-color: #FEC9FB;
}
.TagClassName
{
border-color: #FEC9FB;
}
</style>