Shades of Remy #F0E0DD
Tints of Remy #F0E0DD
RGB
CMYK
RGB Variations
Color information
#F0E0DD (or 0xF0E0DD) is known color: Remy. HEX triplet: F0, E0 and DD. RGB value is (240,224,221). Sum of RGB (Red+Green+Blue) = 240+224+221=685 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.04% from 685); Green value is 224 (87.89% from 255 or 32.70% from 685); Blue value is 221 (86.72% from 255 or 32.26% from 685); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E0DD is #0F1F22. Grayscale: #E4E4E4. Windows color (decimal): -991011 or 14541040. OLE color: 14541040.
HSL color Cylindrical-coordinate representation of color #F0E0DD: hue angle of 9.47º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F0E0DD is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 224 | 221 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.06 |
| HSL | 9.47º | 0.39% | 0.9% | - |
| HSV(B) | 9.47º | 0.08% | 0.94% | - |
| XYZ | 75.64 | 77.06 | 79.29 | - |
| YUV | 228.44 | 123.8 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 224 | 221 | 0 | 0.07 | 0.08 | 0.06 | 9.47 | 0.39 | 0.9 |
| Hex | F0 | E0 | DD | 0 | 7 | 8 | 6 | 9 | 27 | 5A |
| Octal | 360 | 340 | 335 | 0 | 7 | 10 | 6 | 11 | 47 | 132 |
| Binary | 11110000 | 11100000 | 11011101 | 0 | 111 | 1000 | 110 | 1001 | 100111 | 1011010 |
Color Harmonies of #F0E0DD
Complementary color
Monochromatic Colors of #F0E0DD
Black with #F0E0DD
Text Example
Text Example
White with #F0E0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E0DD; }
p { color: rgb(240,224,221); }
H1.HeaderClassName
{
color: #F0E0DD;
}
.AnyTagClassName
{
color: #F0E0DD;
}
</style>
background-color css
<style>
a { background-color: #F0E0DD; }
a { background-color: rgb(240,224,221); }
div.DivClassName
{
background-color: #F0E0DD;
}
.BgClassName
{
background-color: #F0E0DD;
}
</style>
border-color css
<style>
span { border-color: #F0E0DD; }
span { border-color: rgb(240,224,221); }
td.TdClassName
{
border-color: #F0E0DD;
}
.TagClassName
{
border-color: #F0E0DD;
}
</style>