Shades of Remy #F5E1DE
Tints of Remy #F5E1DE
RGB
CMYK
RGB Variations
Color information
#F5E1DE (or 0xF5E1DE) is known color: Remy. HEX triplet: F5, E1 and DE. RGB value is (245,225,222). Sum of RGB (Red+Green+Blue) = 245+225+222=692 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.40% from 692); Green value is 225 (88.28% from 255 or 32.51% from 692); Blue value is 222 (87.11% from 255 or 32.08% from 692); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E1DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E1DE is #0A1E21. Grayscale: #E6E6E6. Windows color (decimal): -663074 or 14606837. OLE color: 14606837.
HSL color Cylindrical-coordinate representation of color #F5E1DE: hue angle of 7.83º 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 #F5E1DE is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 225 | 222 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.04 |
| HSL | 7.83º | 0.53% | 0.92% | - |
| HSV(B) | 7.83º | 0.09% | 0.96% | - |
| XYZ | 77.77 | 78.54 | 80.17 | - |
| YUV | 230.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 225 | 222 | 0 | 0.08 | 0.09 | 0.04 | 7.83 | 0.53 | 0.92 |
| Hex | F5 | E1 | DE | 0 | 8 | 9 | 4 | 8 | 35 | 5C |
| Octal | 365 | 341 | 336 | 0 | 10 | 11 | 4 | 10 | 65 | 134 |
| Binary | 11110101 | 11100001 | 11011110 | 0 | 1000 | 1001 | 100 | 1000 | 110101 | 1011100 |
Color Harmonies of #F5E1DE
Complementary color
Monochromatic Colors of #F5E1DE
Black with #F5E1DE
Text Example
Text Example
White with #F5E1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E1DE; }
p { color: rgb(245,225,222); }
H1.HeaderClassName
{
color: #F5E1DE;
}
.AnyTagClassName
{
color: #F5E1DE;
}
</style>
background-color css
<style>
a { background-color: #F5E1DE; }
a { background-color: rgb(245,225,222); }
div.DivClassName
{
background-color: #F5E1DE;
}
.BgClassName
{
background-color: #F5E1DE;
}
</style>
border-color css
<style>
span { border-color: #F5E1DE; }
span { border-color: rgb(245,225,222); }
td.TdClassName
{
border-color: #F5E1DE;
}
.TagClassName
{
border-color: #F5E1DE;
}
</style>