Shades of Remy #F5E0DE
Tints of Remy #F5E0DE
RGB
CMYK
RGB Variations
Color information
#F5E0DE (or 0xF5E0DE) is known color: Remy. HEX triplet: F5, E0 and DE. RGB value is (245,224,222). Sum of RGB (Red+Green+Blue) = 245+224+222=691 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.46% from 691); Green value is 224 (87.89% from 255 or 32.42% from 691); Blue value is 222 (87.11% from 255 or 32.13% from 691); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E0DE is #0A1F21. Grayscale: #E6E6E6. Windows color (decimal): -663330 or 14606581. OLE color: 14606581.
HSL color Cylindrical-coordinate representation of color #F5E0DE: hue angle of 5.22º degrees, saturation: 0.53, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F5E0DE is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 224 | 222 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.04 |
| HSL | 5.22º | 0.53% | 0.92% | - |
| HSV(B) | 5.22º | 0.09% | 0.96% | - |
| XYZ | 77.5 | 78 | 80.08 | - |
| YUV | 230.05 | 123.46 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 224 | 222 | 0 | 0.09 | 0.09 | 0.04 | 5.22 | 0.53 | 0.92 |
| Hex | F5 | E0 | DE | 0 | 9 | 9 | 4 | 5 | 35 | 5C |
| Octal | 365 | 340 | 336 | 0 | 11 | 11 | 4 | 5 | 65 | 134 |
| Binary | 11110101 | 11100000 | 11011110 | 0 | 1001 | 1001 | 100 | 101 | 110101 | 1011100 |
Color Harmonies of #F5E0DE
Complementary color
Monochromatic Colors of #F5E0DE
Black with #F5E0DE
Text Example
Text Example
White with #F5E0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E0DE; }
p { color: rgb(245,224,222); }
H1.HeaderClassName
{
color: #F5E0DE;
}
.AnyTagClassName
{
color: #F5E0DE;
}
</style>
background-color css
<style>
a { background-color: #F5E0DE; }
a { background-color: rgb(245,224,222); }
div.DivClassName
{
background-color: #F5E0DE;
}
.BgClassName
{
background-color: #F5E0DE;
}
</style>
border-color css
<style>
span { border-color: #F5E0DE; }
span { border-color: rgb(245,224,222); }
td.TdClassName
{
border-color: #F5E0DE;
}
.TagClassName
{
border-color: #F5E0DE;
}
</style>