Shades of Snuff #FECFFB
Tints of Snuff #FECFFB
RGB
CMYK
RGB Variations
Color information
#FECFFB (or 0xFECFFB) is known color: Snuff. HEX triplet: FE, CF and FB. RGB value is (254,207,251). Sum of RGB (Red+Green+Blue) = 254+207+251=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 207 (81.25% from 255 or 29.07% from 712); Blue value is 251 (98.44% from 255 or 35.25% from 712); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECFFB is #013004. Grayscale: #E1E1E1. Windows color (decimal): -77829 or 16502782. OLE color: 16502782.
HSL color Cylindrical-coordinate representation of color #FECFFB: hue angle of 303.83º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FECFFB is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 251 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.00 |
| HSL | 303.83º | 0.96% | 0.9% | - |
| HSV(B) | 303.83º | 0.19% | 1% | - |
| XYZ | 80.6 | 72.66 | 101.04 | - |
| YUV | 226.07 | 142.07 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 251 | 0 | 0.19 | 0.01 | 0.00 | 303.83 | 0.96 | 0.9 |
| Hex | FE | CF | FB | 0 | 13 | 1 | 0 | 130 | 60 | 5A |
| Octal | 376 | 317 | 373 | 0 | 23 | 1 | 0 | 460 | 140 | 132 |
| Binary | 11111110 | 11001111 | 11111011 | 0 | 10011 | 1 | 0 | 100110000 | 1100000 | 1011010 |
Color Harmonies of #FECFFB
Complementary color
Monochromatic Colors of #FECFFB
Black with #FECFFB
Text Example
Text Example
White with #FECFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECFFB; }
p { color: rgb(254,207,251); }
H1.HeaderClassName
{
color: #FECFFB;
}
.AnyTagClassName
{
color: #FECFFB;
}
</style>
background-color css
<style>
a { background-color: #FECFFB; }
a { background-color: rgb(254,207,251); }
div.DivClassName
{
background-color: #FECFFB;
}
.BgClassName
{
background-color: #FECFFB;
}
</style>
border-color css
<style>
span { border-color: #FECFFB; }
span { border-color: rgb(254,207,251); }
td.TdClassName
{
border-color: #FECFFB;
}
.TagClassName
{
border-color: #FECFFB;
}
</style>