Shades of Snuff #FECBF9
Tints of Snuff #FECBF9
RGB
CMYK
RGB Variations
Color information
#FECBF9 (or 0xFECBF9) is known color: Snuff. HEX triplet: FE, CB and F9. RGB value is (254,203,249). Sum of RGB (Red+Green+Blue) = 254+203+249=706 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.98% from 706); Green value is 203 (79.69% from 255 or 28.75% from 706); Blue value is 249 (97.66% from 255 or 35.27% from 706); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECBF9 is #013406. Grayscale: #DFDFDF. Windows color (decimal): -78855 or 16370686. OLE color: 16370686.
HSL color Cylindrical-coordinate representation of color #FECBF9: hue angle of 305.88º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FECBF9 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 249 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.00 |
| HSL | 305.88º | 0.96% | 0.9% | - |
| HSV(B) | 305.88º | 0.2% | 1% | - |
| XYZ | 79.33 | 70.62 | 99.07 | - |
| YUV | 223.49 | 142.4 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 249 | 0 | 0.20 | 0.02 | 0.00 | 305.88 | 0.96 | 0.9 |
| Hex | FE | CB | F9 | 0 | 14 | 2 | 0 | 132 | 60 | 5A |
| Octal | 376 | 313 | 371 | 0 | 24 | 2 | 0 | 462 | 140 | 132 |
| Binary | 11111110 | 11001011 | 11111001 | 0 | 10100 | 10 | 0 | 100110010 | 1100000 | 1011010 |
Color Harmonies of #FECBF9
Complementary color
Monochromatic Colors of #FECBF9
Black with #FECBF9
Text Example
Text Example
White with #FECBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECBF9; }
p { color: rgb(254,203,249); }
H1.HeaderClassName
{
color: #FECBF9;
}
.AnyTagClassName
{
color: #FECBF9;
}
</style>
background-color css
<style>
a { background-color: #FECBF9; }
a { background-color: rgb(254,203,249); }
div.DivClassName
{
background-color: #FECBF9;
}
.BgClassName
{
background-color: #FECBF9;
}
</style>
border-color css
<style>
span { border-color: #FECBF9; }
span { border-color: rgb(254,203,249); }
td.TdClassName
{
border-color: #FECBF9;
}
.TagClassName
{
border-color: #FECBF9;
}
</style>