Shades of Remy #F4E2DE
Tints of Remy #F4E2DE
RGB
CMYK
RGB Variations
Color information
#F4E2DE (or 0xF4E2DE) is known color: Remy. HEX triplet: F4, E2 and DE. RGB value is (244,226,222). Sum of RGB (Red+Green+Blue) = 244+226+222=692 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.26% from 692); Green value is 226 (88.67% from 255 or 32.66% from 692); Blue value is 222 (87.11% from 255 or 32.08% from 692); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4E2DE is #0B1D21. Grayscale: #E6E6E6. Windows color (decimal): -728354 or 14607092. OLE color: 14607092.
HSL color Cylindrical-coordinate representation of color #F4E2DE: hue angle of 10.91º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F4E2DE is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 226 | 222 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.04 |
| HSL | 10.91º | 0.5% | 0.91% | - |
| HSV(B) | 10.91º | 0.09% | 0.96% | - |
| XYZ | 77.69 | 78.9 | 80.24 | - |
| YUV | 230.93 | 122.96 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 226 | 222 | 0 | 0.07 | 0.09 | 0.04 | 10.91 | 0.5 | 0.91 |
| Hex | F4 | E2 | DE | 0 | 7 | 9 | 4 | B | 32 | 5B |
| Octal | 364 | 342 | 336 | 0 | 7 | 11 | 4 | 13 | 62 | 133 |
| Binary | 11110100 | 11100010 | 11011110 | 0 | 111 | 1001 | 100 | 1011 | 110010 | 1011011 |
Color Harmonies of #F4E2DE
Complementary color
Monochromatic Colors of #F4E2DE
Black with #F4E2DE
Text Example
Text Example
White with #F4E2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E2DE; }
p { color: rgb(244,226,222); }
H1.HeaderClassName
{
color: #F4E2DE;
}
.AnyTagClassName
{
color: #F4E2DE;
}
</style>
background-color css
<style>
a { background-color: #F4E2DE; }
a { background-color: rgb(244,226,222); }
div.DivClassName
{
background-color: #F4E2DE;
}
.BgClassName
{
background-color: #F4E2DE;
}
</style>
border-color css
<style>
span { border-color: #F4E2DE; }
span { border-color: rgb(244,226,222); }
td.TdClassName
{
border-color: #F4E2DE;
}
.TagClassName
{
border-color: #F4E2DE;
}
</style>