Shades of Snuff #F4E5F0
Tints of Snuff #F4E5F0
RGB
CMYK
RGB Variations
Color information
#F4E5F0 (or 0xF4E5F0) is known color: Snuff. HEX triplet: F4, E5 and F0. RGB value is (244,229,240). Sum of RGB (Red+Green+Blue) = 244+229+240=713 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.22% from 713); Green value is 229 (89.84% from 255 or 32.12% from 713); Blue value is 240 (94.14% from 255 or 33.66% from 713); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E5F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4E5F0 is #0B1A0F. Grayscale: #EAEAEA. Windows color (decimal): -727568 or 15787508. OLE color: 15787508.
HSL color Cylindrical-coordinate representation of color #F4E5F0: hue angle of 316º degrees, saturation: 0.41, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F4E5F0 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 229 | 240 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.04 |
| HSL | 316º | 0.41% | 0.93% | - |
| HSV(B) | 316º | 0.06% | 0.96% | - |
| XYZ | 81.06 | 81.56 | 93.91 | - |
| YUV | 234.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 229 | 240 | 0 | 0.06 | 0.02 | 0.04 | 316 | 0.41 | 0.93 |
| Hex | F4 | E5 | F0 | 0 | 6 | 2 | 4 | 13C | 29 | 5D |
| Octal | 364 | 345 | 360 | 0 | 6 | 2 | 4 | 474 | 51 | 135 |
| Binary | 11110100 | 11100101 | 11110000 | 0 | 110 | 10 | 100 | 100111100 | 101001 | 1011101 |
Color Harmonies of #F4E5F0
Complementary color
Monochromatic Colors of #F4E5F0
Black with #F4E5F0
Text Example
Text Example
White with #F4E5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E5F0; }
p { color: rgb(244,229,240); }
H1.HeaderClassName
{
color: #F4E5F0;
}
.AnyTagClassName
{
color: #F4E5F0;
}
</style>
background-color css
<style>
a { background-color: #F4E5F0; }
a { background-color: rgb(244,229,240); }
div.DivClassName
{
background-color: #F4E5F0;
}
.BgClassName
{
background-color: #F4E5F0;
}
</style>
border-color css
<style>
span { border-color: #F4E5F0; }
span { border-color: rgb(244,229,240); }
td.TdClassName
{
border-color: #F4E5F0;
}
.TagClassName
{
border-color: #F4E5F0;
}
</style>