Shades of Snuff #F4E2F0
Tints of Snuff #F4E2F0
RGB
CMYK
RGB Variations
Color information
#F4E2F0 (or 0xF4E2F0) is known color: Snuff. HEX triplet: F4, E2 and F0. RGB value is (244,226,240). Sum of RGB (Red+Green+Blue) = 244+226+240=710 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.37% from 710); Green value is 226 (88.67% from 255 or 31.83% from 710); Blue value is 240 (94.14% from 255 or 33.80% from 710); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E2F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4E2F0 is #0B1D0F. Grayscale: #E8E8E8. Windows color (decimal): -728336 or 15786740. OLE color: 15786740.
HSL color Cylindrical-coordinate representation of color #F4E2F0: hue angle of 313.33º degrees, saturation: 0.45, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F4E2F0 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 226 | 240 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.04 |
| HSL | 313.33º | 0.45% | 0.92% | - |
| HSV(B) | 313.33º | 0.07% | 0.96% | - |
| XYZ | 80.23 | 79.92 | 93.63 | - |
| YUV | 232.98 | 131.96 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 226 | 240 | 0 | 0.07 | 0.02 | 0.04 | 313.33 | 0.45 | 0.92 |
| Hex | F4 | E2 | F0 | 0 | 7 | 2 | 4 | 139 | 2D | 5C |
| Octal | 364 | 342 | 360 | 0 | 7 | 2 | 4 | 471 | 55 | 134 |
| Binary | 11110100 | 11100010 | 11110000 | 0 | 111 | 10 | 100 | 100111001 | 101101 | 1011100 |
Color Harmonies of #F4E2F0
Complementary color
Monochromatic Colors of #F4E2F0
Black with #F4E2F0
Text Example
Text Example
White with #F4E2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E2F0; }
p { color: rgb(244,226,240); }
H1.HeaderClassName
{
color: #F4E2F0;
}
.AnyTagClassName
{
color: #F4E2F0;
}
</style>
background-color css
<style>
a { background-color: #F4E2F0; }
a { background-color: rgb(244,226,240); }
div.DivClassName
{
background-color: #F4E2F0;
}
.BgClassName
{
background-color: #F4E2F0;
}
</style>
border-color css
<style>
span { border-color: #F4E2F0; }
span { border-color: rgb(244,226,240); }
td.TdClassName
{
border-color: #F4E2F0;
}
.TagClassName
{
border-color: #F4E2F0;
}
</style>