Shades of Remy #F4E0DC
Tints of Remy #F4E0DC
RGB
CMYK
RGB Variations
Color information
#F4E0DC (or 0xF4E0DC) is known color: Remy. HEX triplet: F4, E0 and DC. RGB value is (244,224,220). Sum of RGB (Red+Green+Blue) = 244+224+220=688 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.47% from 688); Green value is 224 (87.89% from 255 or 32.56% from 688); Blue value is 220 (86.33% from 255 or 31.98% from 688); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4E0DC is #0B1F23. Grayscale: #E5E5E5. Windows color (decimal): -728868 or 14475508. OLE color: 14475508.
HSL color Cylindrical-coordinate representation of color #F4E0DC: hue angle of 10º degrees, saturation: 0.52, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F4E0DC is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 224 | 220 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.04 |
| HSL | 10º | 0.52% | 0.91% | - |
| HSV(B) | 10º | 0.1% | 0.96% | - |
| XYZ | 76.88 | 77.71 | 78.66 | - |
| YUV | 229.52 | 122.63 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 224 | 220 | 0 | 0.08 | 0.10 | 0.04 | 10 | 0.52 | 0.91 |
| Hex | F4 | E0 | DC | 0 | 8 | A | 4 | A | 34 | 5B |
| Octal | 364 | 340 | 334 | 0 | 10 | 12 | 4 | 12 | 64 | 133 |
| Binary | 11110100 | 11100000 | 11011100 | 0 | 1000 | 1010 | 100 | 1010 | 110100 | 1011011 |
Color Harmonies of #F4E0DC
Complementary color
Monochromatic Colors of #F4E0DC
Black with #F4E0DC
Text Example
Text Example
White with #F4E0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E0DC; }
p { color: rgb(244,224,220); }
H1.HeaderClassName
{
color: #F4E0DC;
}
.AnyTagClassName
{
color: #F4E0DC;
}
</style>
background-color css
<style>
a { background-color: #F4E0DC; }
a { background-color: rgb(244,224,220); }
div.DivClassName
{
background-color: #F4E0DC;
}
.BgClassName
{
background-color: #F4E0DC;
}
</style>
border-color css
<style>
span { border-color: #F4E0DC; }
span { border-color: rgb(244,224,220); }
td.TdClassName
{
border-color: #F4E0DC;
}
.TagClassName
{
border-color: #F4E0DC;
}
</style>