Shades of Snuff #FEC8FB
Tints of Snuff #FEC8FB
RGB
CMYK
RGB Variations
Color information
#FEC8FB (or 0xFEC8FB) is known color: Snuff. HEX triplet: FE, C8 and FB. RGB value is (254,200,251). Sum of RGB (Red+Green+Blue) = 254+200+251=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 200 (78.52% from 255 or 28.37% from 705); Blue value is 251 (98.44% from 255 or 35.60% from 705); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC8FB is #013704. Grayscale: #DDDDDD. Windows color (decimal): -79621 or 16500990. OLE color: 16500990.
HSL color Cylindrical-coordinate representation of color #FEC8FB: hue angle of 303.33º 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 #FEC8FB is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 251 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.00 |
| HSL | 303.33º | 0.96% | 0.89% | - |
| HSV(B) | 303.33º | 0.21% | 1% | - |
| XYZ | 78.94 | 69.34 | 100.49 | - |
| YUV | 221.96 | 144.39 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 251 | 0 | 0.21 | 0.01 | 0.00 | 303.33 | 0.96 | 0.89 |
| Hex | FE | C8 | FB | 0 | 15 | 1 | 0 | 12F | 60 | 59 |
| Octal | 376 | 310 | 373 | 0 | 25 | 1 | 0 | 457 | 140 | 131 |
| Binary | 11111110 | 11001000 | 11111011 | 0 | 10101 | 1 | 0 | 100101111 | 1100000 | 1011001 |
Color Harmonies of #FEC8FB
Complementary color
Monochromatic Colors of #FEC8FB
Black with #FEC8FB
Text Example
Text Example
White with #FEC8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC8FB; }
p { color: rgb(254,200,251); }
H1.HeaderClassName
{
color: #FEC8FB;
}
.AnyTagClassName
{
color: #FEC8FB;
}
</style>
background-color css
<style>
a { background-color: #FEC8FB; }
a { background-color: rgb(254,200,251); }
div.DivClassName
{
background-color: #FEC8FB;
}
.BgClassName
{
background-color: #FEC8FB;
}
</style>
border-color css
<style>
span { border-color: #FEC8FB; }
span { border-color: rgb(254,200,251); }
td.TdClassName
{
border-color: #FEC8FB;
}
.TagClassName
{
border-color: #FEC8FB;
}
</style>