Shades of Remy #F2E1DC
Tints of Remy #F2E1DC
RGB
CMYK
RGB Variations
Color information
#F2E1DC (or 0xF2E1DC) is known color: Remy. HEX triplet: F2, E1 and DC. RGB value is (242,225,220). Sum of RGB (Red+Green+Blue) = 242+225+220=687 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.23% from 687); Green value is 225 (88.28% from 255 or 32.75% from 687); Blue value is 220 (86.33% from 255 or 32.02% from 687); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E1DC is #0D1E23. Grayscale: #E5E5E5. Windows color (decimal): -859684 or 14475762. OLE color: 14475762.
HSL color Cylindrical-coordinate representation of color #F2E1DC: hue angle of 13.64º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F2E1DC is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 225 | 220 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.05 |
| HSL | 13.64º | 0.46% | 0.91% | - |
| HSV(B) | 13.64º | 0.09% | 0.95% | - |
| XYZ | 76.46 | 77.89 | 78.72 | - |
| YUV | 229.51 | 122.63 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 225 | 220 | 0 | 0.07 | 0.09 | 0.05 | 13.64 | 0.46 | 0.91 |
| Hex | F2 | E1 | DC | 0 | 7 | 9 | 5 | E | 2E | 5B |
| Octal | 362 | 341 | 334 | 0 | 7 | 11 | 5 | 16 | 56 | 133 |
| Binary | 11110010 | 11100001 | 11011100 | 0 | 111 | 1001 | 101 | 1110 | 101110 | 1011011 |
Color Harmonies of #F2E1DC
Complementary color
Monochromatic Colors of #F2E1DC
Black with #F2E1DC
Text Example
Text Example
White with #F2E1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E1DC; }
p { color: rgb(242,225,220); }
H1.HeaderClassName
{
color: #F2E1DC;
}
.AnyTagClassName
{
color: #F2E1DC;
}
</style>
background-color css
<style>
a { background-color: #F2E1DC; }
a { background-color: rgb(242,225,220); }
div.DivClassName
{
background-color: #F2E1DC;
}
.BgClassName
{
background-color: #F2E1DC;
}
</style>
border-color css
<style>
span { border-color: #F2E1DC; }
span { border-color: rgb(242,225,220); }
td.TdClassName
{
border-color: #F2E1DC;
}
.TagClassName
{
border-color: #F2E1DC;
}
</style>