Shades of Remy #F0E2DF
Tints of Remy #F0E2DF
RGB
CMYK
RGB Variations
Color information
#F0E2DF (or 0xF0E2DF) is known color: Remy. HEX triplet: F0, E2 and DF. RGB value is (240,226,223). Sum of RGB (Red+Green+Blue) = 240+226+223=689 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.83% from 689); Green value is 226 (88.67% from 255 or 32.80% from 689); Blue value is 223 (87.5% from 255 or 32.37% from 689); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E2DF is #0F1D20. Grayscale: #E5E5E5. Windows color (decimal): -990497 or 14672624. OLE color: 14672624.
HSL color Cylindrical-coordinate representation of color #F0E2DF: hue angle of 10.59º degrees, saturation: 0.36, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F0E2DF is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 226 | 223 | - |
CMYK | 0 | 0.06 | 0.07 | 0.06 |
HSL | 10.59º | 0.36% | 0.91% | - |
HSV(B) | 10.59º | 0.07% | 0.94% | - |
XYZ | 76.45 | 78.25 | 80.89 | - |
YUV | 229.84 | 124.14 | 135.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 226 | 223 | 0 | 0.06 | 0.07 | 0.06 | 10.59 | 0.36 | 0.91 |
Hex | F0 | E2 | DF | 0 | 6 | 7 | 6 | B | 24 | 5B |
Octal | 360 | 342 | 337 | 0 | 6 | 7 | 6 | 13 | 44 | 133 |
Binary | 11110000 | 11100010 | 11011111 | 0 | 110 | 111 | 110 | 1011 | 100100 | 1011011 |
Color Harmonies of #F0E2DF
Complementary color
Monochromatic Colors of #F0E2DF
Black with #F0E2DF
Text Example
Text Example
White with #F0E2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E2DF; }
p { color: rgb(240,226,223); }
H1.HeaderClassName
{
color: #F0E2DF;
}
.AnyTagClassName
{
color: #F0E2DF;
}
</style>
background-color css
<style>
a { background-color: #F0E2DF; }
a { background-color: rgb(240,226,223); }
div.DivClassName
{
background-color: #F0E2DF;
}
.BgClassName
{
background-color: #F0E2DF;
}
</style>
border-color css
<style>
span { border-color: #F0E2DF; }
span { border-color: rgb(240,226,223); }
td.TdClassName
{
border-color: #F0E2DF;
}
.TagClassName
{
border-color: #F0E2DF;
}
</style>