Shades of Remy #F2E0DC
Tints of Remy #F2E0DC
RGB
CMYK
RGB Variations
Color information
#F2E0DC (or 0xF2E0DC) is known color: Remy. HEX triplet: F2, E0 and DC. RGB value is (242,224,220). Sum of RGB (Red+Green+Blue) = 242+224+220=686 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.28% from 686); Green value is 224 (87.89% from 255 or 32.65% from 686); Blue value is 220 (86.33% from 255 or 32.07% from 686); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E0DC is #0D1F23. Grayscale: #E4E4E4. Windows color (decimal): -859940 or 14475506. OLE color: 14475506.
HSL color Cylindrical-coordinate representation of color #F2E0DC: hue angle of 10.91º 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 #F2E0DC is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 220 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.05 |
| HSL | 10.91º | 0.46% | 0.91% | - |
| HSV(B) | 10.91º | 0.09% | 0.95% | - |
| XYZ | 76.19 | 77.36 | 78.63 | - |
| YUV | 228.93 | 122.96 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 220 | 0 | 0.07 | 0.09 | 0.05 | 10.91 | 0.46 | 0.91 |
| Hex | F2 | E0 | DC | 0 | 7 | 9 | 5 | B | 2E | 5B |
| Octal | 362 | 340 | 334 | 0 | 7 | 11 | 5 | 13 | 56 | 133 |
| Binary | 11110010 | 11100000 | 11011100 | 0 | 111 | 1001 | 101 | 1011 | 101110 | 1011011 |
Color Harmonies of #F2E0DC
Complementary color
Monochromatic Colors of #F2E0DC
Black with #F2E0DC
Text Example
Text Example
White with #F2E0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E0DC; }
p { color: rgb(242,224,220); }
H1.HeaderClassName
{
color: #F2E0DC;
}
.AnyTagClassName
{
color: #F2E0DC;
}
</style>
background-color css
<style>
a { background-color: #F2E0DC; }
a { background-color: rgb(242,224,220); }
div.DivClassName
{
background-color: #F2E0DC;
}
.BgClassName
{
background-color: #F2E0DC;
}
</style>
border-color css
<style>
span { border-color: #F2E0DC; }
span { border-color: rgb(242,224,220); }
td.TdClassName
{
border-color: #F2E0DC;
}
.TagClassName
{
border-color: #F2E0DC;
}
</style>