Shades of Remy #F2E0DB
Tints of Remy #F2E0DB
RGB
CMYK
RGB Variations
Color information
#F2E0DB (or 0xF2E0DB) is known color: Remy. HEX triplet: F2, E0 and DB. RGB value is (242,224,219). Sum of RGB (Red+Green+Blue) = 242+224+219=685 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.33% from 685); Green value is 224 (87.89% from 255 or 32.70% from 685); Blue value is 219 (85.94% from 255 or 31.97% from 685); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E0DB is #0D1F24. Grayscale: #E4E4E4. Windows color (decimal): -859941 or 14409970. OLE color: 14409970.
HSL color Cylindrical-coordinate representation of color #F2E0DB: hue angle of 13.04º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2E0DB is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 219 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.05 |
| HSL | 13.04º | 0.47% | 0.9% | - |
| HSV(B) | 13.04º | 0.1% | 0.95% | - |
| XYZ | 76.06 | 77.3 | 77.93 | - |
| YUV | 228.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 219 | 0 | 0.07 | 0.10 | 0.05 | 13.04 | 0.47 | 0.9 |
| Hex | F2 | E0 | DB | 0 | 7 | A | 5 | D | 2F | 5A |
| Octal | 362 | 340 | 333 | 0 | 7 | 12 | 5 | 15 | 57 | 132 |
| Binary | 11110010 | 11100000 | 11011011 | 0 | 111 | 1010 | 101 | 1101 | 101111 | 1011010 |
Color Harmonies of #F2E0DB
Complementary color
Monochromatic Colors of #F2E0DB
Black with #F2E0DB
Text Example
Text Example
White with #F2E0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E0DB; }
p { color: rgb(242,224,219); }
H1.HeaderClassName
{
color: #F2E0DB;
}
.AnyTagClassName
{
color: #F2E0DB;
}
</style>
background-color css
<style>
a { background-color: #F2E0DB; }
a { background-color: rgb(242,224,219); }
div.DivClassName
{
background-color: #F2E0DB;
}
.BgClassName
{
background-color: #F2E0DB;
}
</style>
border-color css
<style>
span { border-color: #F2E0DB; }
span { border-color: rgb(242,224,219); }
td.TdClassName
{
border-color: #F2E0DB;
}
.TagClassName
{
border-color: #F2E0DB;
}
</style>