Shades of Remy #F5E0DB
Tints of Remy #F5E0DB
RGB
CMYK
RGB Variations
Color information
#F5E0DB (or 0xF5E0DB) is known color: Remy. HEX triplet: F5, E0 and DB. RGB value is (245,224,219). Sum of RGB (Red+Green+Blue) = 245+224+219=688 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.61% from 688); Green value is 224 (87.89% from 255 or 32.56% from 688); Blue value is 219 (85.94% from 255 or 31.83% from 688); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E0DB is #0A1F24. Grayscale: #E5E5E5. Windows color (decimal): -663333 or 14409973. OLE color: 14409973.
HSL color Cylindrical-coordinate representation of color #F5E0DB: hue angle of 11.54º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F5E0DB is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 224 | 219 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.04 |
| HSL | 11.54º | 0.57% | 0.91% | - |
| HSV(B) | 11.54º | 0.11% | 0.96% | - |
| XYZ | 77.1 | 77.84 | 77.98 | - |
| YUV | 229.71 | 121.96 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 224 | 219 | 0 | 0.09 | 0.11 | 0.04 | 11.54 | 0.57 | 0.91 |
| Hex | F5 | E0 | DB | 0 | 9 | B | 4 | C | 39 | 5B |
| Octal | 365 | 340 | 333 | 0 | 11 | 13 | 4 | 14 | 71 | 133 |
| Binary | 11110101 | 11100000 | 11011011 | 0 | 1001 | 1011 | 100 | 1100 | 111001 | 1011011 |
Color Harmonies of #F5E0DB
Complementary color
Monochromatic Colors of #F5E0DB
Black with #F5E0DB
Text Example
Text Example
White with #F5E0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E0DB; }
p { color: rgb(245,224,219); }
H1.HeaderClassName
{
color: #F5E0DB;
}
.AnyTagClassName
{
color: #F5E0DB;
}
</style>
background-color css
<style>
a { background-color: #F5E0DB; }
a { background-color: rgb(245,224,219); }
div.DivClassName
{
background-color: #F5E0DB;
}
.BgClassName
{
background-color: #F5E0DB;
}
</style>
border-color css
<style>
span { border-color: #F5E0DB; }
span { border-color: rgb(245,224,219); }
td.TdClassName
{
border-color: #F5E0DB;
}
.TagClassName
{
border-color: #F5E0DB;
}
</style>