Shades of Snuff #F4E2EF
Tints of Snuff #F4E2EF
RGB
CMYK
RGB Variations
Color information
#F4E2EF (or 0xF4E2EF) is known color: Snuff. HEX triplet: F4, E2 and EF. RGB value is (244,226,239). Sum of RGB (Red+Green+Blue) = 244+226+239=709 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.41% from 709); Green value is 226 (88.67% from 255 or 31.88% from 709); Blue value is 239 (93.75% from 255 or 33.71% from 709); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E2EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4E2EF is #0B1D10. Grayscale: #E8E8E8. Windows color (decimal): -728337 or 15721204. OLE color: 15721204.
HSL color Cylindrical-coordinate representation of color #F4E2EF: hue angle of 316.67º 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 #F4E2EF is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 226 | 239 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.04 |
| HSL | 316.67º | 0.45% | 0.92% | - |
| HSV(B) | 316.67º | 0.07% | 0.96% | - |
| XYZ | 80.08 | 79.86 | 92.85 | - |
| YUV | 232.86 | 131.46 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 226 | 239 | 0 | 0.07 | 0.02 | 0.04 | 316.67 | 0.45 | 0.92 |
| Hex | F4 | E2 | EF | 0 | 7 | 2 | 4 | 13D | 2D | 5C |
| Octal | 364 | 342 | 357 | 0 | 7 | 2 | 4 | 475 | 55 | 134 |
| Binary | 11110100 | 11100010 | 11101111 | 0 | 111 | 10 | 100 | 100111101 | 101101 | 1011100 |
Color Harmonies of #F4E2EF
Complementary color
Monochromatic Colors of #F4E2EF
Black with #F4E2EF
Text Example
Text Example
White with #F4E2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E2EF; }
p { color: rgb(244,226,239); }
H1.HeaderClassName
{
color: #F4E2EF;
}
.AnyTagClassName
{
color: #F4E2EF;
}
</style>
background-color css
<style>
a { background-color: #F4E2EF; }
a { background-color: rgb(244,226,239); }
div.DivClassName
{
background-color: #F4E2EF;
}
.BgClassName
{
background-color: #F4E2EF;
}
</style>
border-color css
<style>
span { border-color: #F4E2EF; }
span { border-color: rgb(244,226,239); }
td.TdClassName
{
border-color: #F4E2EF;
}
.TagClassName
{
border-color: #F4E2EF;
}
</style>