Shades of Snuff #FEC2F7
Tints of Snuff #FEC2F7
RGB
CMYK
RGB Variations
Color information
#FEC2F7 (or 0xFEC2F7) is known color: Snuff. HEX triplet: FE, C2 and F7. RGB value is (254,194,247). Sum of RGB (Red+Green+Blue) = 254+194+247=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 194 (76.17% from 255 or 27.91% from 695); Blue value is 247 (96.88% from 255 or 35.54% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC2F7 is #013D08. Grayscale: #D9D9D9. Windows color (decimal): -81161 or 16237310. OLE color: 16237310.
HSL color Cylindrical-coordinate representation of color #FEC2F7: hue angle of 307º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEC2F7 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 247 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.00 |
| HSL | 307º | 0.97% | 0.88% | - |
| HSV(B) | 307º | 0.24% | 1% | - |
| XYZ | 76.95 | 66.37 | 96.75 | - |
| YUV | 217.98 | 144.38 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 247 | 0 | 0.24 | 0.03 | 0.00 | 307 | 0.97 | 0.88 |
| Hex | FE | C2 | F7 | 0 | 18 | 3 | 0 | 133 | 61 | 58 |
| Octal | 376 | 302 | 367 | 0 | 30 | 3 | 0 | 463 | 141 | 130 |
| Binary | 11111110 | 11000010 | 11110111 | 0 | 11000 | 11 | 0 | 100110011 | 1100001 | 1011000 |
Color Harmonies of #FEC2F7
Complementary color
Monochromatic Colors of #FEC2F7
Black with #FEC2F7
Text Example
Text Example
White with #FEC2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2F7; }
p { color: rgb(254,194,247); }
H1.HeaderClassName
{
color: #FEC2F7;
}
.AnyTagClassName
{
color: #FEC2F7;
}
</style>
background-color css
<style>
a { background-color: #FEC2F7; }
a { background-color: rgb(254,194,247); }
div.DivClassName
{
background-color: #FEC2F7;
}
.BgClassName
{
background-color: #FEC2F7;
}
</style>
border-color css
<style>
span { border-color: #FEC2F7; }
span { border-color: rgb(254,194,247); }
td.TdClassName
{
border-color: #FEC2F7;
}
.TagClassName
{
border-color: #FEC2F7;
}
</style>