Shades of Snuff #FECBF7
Tints of Snuff #FECBF7
RGB
CMYK
RGB Variations
Color information
#FECBF7 (or 0xFECBF7) is known color: Snuff. HEX triplet: FE, CB and F7. RGB value is (254,203,247). Sum of RGB (Red+Green+Blue) = 254+203+247=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 203 (79.69% from 255 or 28.84% from 704); Blue value is 247 (96.88% from 255 or 35.09% from 704); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECBF7 is #013408. Grayscale: #DFDFDF. Windows color (decimal): -78857 or 16239614. OLE color: 16239614.
HSL color Cylindrical-coordinate representation of color #FECBF7: hue angle of 308.24º 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 #FECBF7 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 247 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.00 |
| HSL | 308.24º | 0.96% | 0.9% | - |
| HSV(B) | 308.24º | 0.2% | 1% | - |
| XYZ | 79.02 | 70.5 | 97.44 | - |
| YUV | 223.27 | 141.4 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 247 | 0 | 0.20 | 0.03 | 0.00 | 308.24 | 0.96 | 0.9 |
| Hex | FE | CB | F7 | 0 | 14 | 3 | 0 | 134 | 60 | 5A |
| Octal | 376 | 313 | 367 | 0 | 24 | 3 | 0 | 464 | 140 | 132 |
| Binary | 11111110 | 11001011 | 11110111 | 0 | 10100 | 11 | 0 | 100110100 | 1100000 | 1011010 |
Color Harmonies of #FECBF7
Complementary color
Monochromatic Colors of #FECBF7
Black with #FECBF7
Text Example
Text Example
White with #FECBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECBF7; }
p { color: rgb(254,203,247); }
H1.HeaderClassName
{
color: #FECBF7;
}
.AnyTagClassName
{
color: #FECBF7;
}
</style>
background-color css
<style>
a { background-color: #FECBF7; }
a { background-color: rgb(254,203,247); }
div.DivClassName
{
background-color: #FECBF7;
}
.BgClassName
{
background-color: #FECBF7;
}
</style>
border-color css
<style>
span { border-color: #FECBF7; }
span { border-color: rgb(254,203,247); }
td.TdClassName
{
border-color: #FECBF7;
}
.TagClassName
{
border-color: #FECBF7;
}
</style>