Shades of Snuff #FECBFA
Tints of Snuff #FECBFA
RGB
CMYK
RGB Variations
Color information
#FECBFA (or 0xFECBFA) is known color: Snuff. HEX triplet: FE, CB and FA. RGB value is (254,203,250). Sum of RGB (Red+Green+Blue) = 254+203+250=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 203 (79.69% from 255 or 28.71% from 707); Blue value is 250 (98.05% from 255 or 35.36% from 707); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECBFA is #013405. Grayscale: #DFDFDF. Windows color (decimal): -78854 or 16436222. OLE color: 16436222.
HSL color Cylindrical-coordinate representation of color #FECBFA: hue angle of 304.71º 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 #FECBFA is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 250 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.00 |
| HSL | 304.71º | 0.96% | 0.9% | - |
| HSV(B) | 304.71º | 0.2% | 1% | - |
| XYZ | 79.48 | 70.68 | 99.9 | - |
| YUV | 223.61 | 142.9 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 250 | 0 | 0.20 | 0.02 | 0.00 | 304.71 | 0.96 | 0.9 |
| Hex | FE | CB | FA | 0 | 14 | 2 | 0 | 131 | 60 | 5A |
| Octal | 376 | 313 | 372 | 0 | 24 | 2 | 0 | 461 | 140 | 132 |
| Binary | 11111110 | 11001011 | 11111010 | 0 | 10100 | 10 | 0 | 100110001 | 1100000 | 1011010 |
Color Harmonies of #FECBFA
Complementary color
Monochromatic Colors of #FECBFA
Black with #FECBFA
Text Example
Text Example
White with #FECBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECBFA; }
p { color: rgb(254,203,250); }
H1.HeaderClassName
{
color: #FECBFA;
}
.AnyTagClassName
{
color: #FECBFA;
}
</style>
background-color css
<style>
a { background-color: #FECBFA; }
a { background-color: rgb(254,203,250); }
div.DivClassName
{
background-color: #FECBFA;
}
.BgClassName
{
background-color: #FECBFA;
}
</style>
border-color css
<style>
span { border-color: #FECBFA; }
span { border-color: rgb(254,203,250); }
td.TdClassName
{
border-color: #FECBFA;
}
.TagClassName
{
border-color: #FECBFA;
}
</style>