Shades of Snuff #FECAF7
Tints of Snuff #FECAF7
RGB
CMYK
RGB Variations
Color information
#FECAF7 (or 0xFECAF7) is known color: Snuff. HEX triplet: FE, CA and F7. RGB value is (254,202,247). Sum of RGB (Red+Green+Blue) = 254+202+247=703 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.13% from 703); Green value is 202 (79.30% from 255 or 28.73% from 703); Blue value is 247 (96.88% from 255 or 35.14% from 703); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECAF7 is #013508. Grayscale: #DEDEDE. Windows color (decimal): -79113 or 16239358. OLE color: 16239358.
HSL color Cylindrical-coordinate representation of color #FECAF7: hue angle of 308.08º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FECAF7 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 247 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.00 |
| HSL | 308.08º | 0.96% | 0.89% | - |
| HSV(B) | 308.08º | 0.2% | 1% | - |
| XYZ | 78.78 | 70.03 | 97.36 | - |
| YUV | 222.68 | 141.73 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 247 | 0 | 0.20 | 0.03 | 0.00 | 308.08 | 0.96 | 0.89 |
| Hex | FE | CA | F7 | 0 | 14 | 3 | 0 | 134 | 60 | 59 |
| Octal | 376 | 312 | 367 | 0 | 24 | 3 | 0 | 464 | 140 | 131 |
| Binary | 11111110 | 11001010 | 11110111 | 0 | 10100 | 11 | 0 | 100110100 | 1100000 | 1011001 |
Color Harmonies of #FECAF7
Complementary color
Monochromatic Colors of #FECAF7
Black with #FECAF7
Text Example
Text Example
White with #FECAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECAF7; }
p { color: rgb(254,202,247); }
H1.HeaderClassName
{
color: #FECAF7;
}
.AnyTagClassName
{
color: #FECAF7;
}
</style>
background-color css
<style>
a { background-color: #FECAF7; }
a { background-color: rgb(254,202,247); }
div.DivClassName
{
background-color: #FECAF7;
}
.BgClassName
{
background-color: #FECAF7;
}
</style>
border-color css
<style>
span { border-color: #FECAF7; }
span { border-color: rgb(254,202,247); }
td.TdClassName
{
border-color: #FECAF7;
}
.TagClassName
{
border-color: #FECAF7;
}
</style>