Shades of Remy #F2E2DE
Tints of Remy #F2E2DE
RGB
CMYK
RGB Variations
Color information
#F2E2DE (or 0xF2E2DE) is known color: Remy. HEX triplet: F2, E2 and DE. RGB value is (242,226,222). Sum of RGB (Red+Green+Blue) = 242+226+222=690 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.07% from 690); Green value is 226 (88.67% from 255 or 32.75% from 690); Blue value is 222 (87.11% from 255 or 32.17% from 690); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E2DE is #0D1D21. Grayscale: #E6E6E6. Windows color (decimal): -859426 or 14607090. OLE color: 14607090.
HSL color Cylindrical-coordinate representation of color #F2E2DE: hue angle of 12º degrees, saturation: 0.43, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F2E2DE is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 226 | 222 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.05 |
| HSL | 12º | 0.43% | 0.91% | - |
| HSV(B) | 12º | 0.08% | 0.95% | - |
| XYZ | 77 | 78.54 | 80.21 | - |
| YUV | 230.33 | 123.3 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 226 | 222 | 0 | 0.07 | 0.08 | 0.05 | 12 | 0.43 | 0.91 |
| Hex | F2 | E2 | DE | 0 | 7 | 8 | 5 | C | 2B | 5B |
| Octal | 362 | 342 | 336 | 0 | 7 | 10 | 5 | 14 | 53 | 133 |
| Binary | 11110010 | 11100010 | 11011110 | 0 | 111 | 1000 | 101 | 1100 | 101011 | 1011011 |
Color Harmonies of #F2E2DE
Complementary color
Monochromatic Colors of #F2E2DE
Black with #F2E2DE
Text Example
Text Example
White with #F2E2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E2DE; }
p { color: rgb(242,226,222); }
H1.HeaderClassName
{
color: #F2E2DE;
}
.AnyTagClassName
{
color: #F2E2DE;
}
</style>
background-color css
<style>
a { background-color: #F2E2DE; }
a { background-color: rgb(242,226,222); }
div.DivClassName
{
background-color: #F2E2DE;
}
.BgClassName
{
background-color: #F2E2DE;
}
</style>
border-color css
<style>
span { border-color: #F2E2DE; }
span { border-color: rgb(242,226,222); }
td.TdClassName
{
border-color: #F2E2DE;
}
.TagClassName
{
border-color: #F2E2DE;
}
</style>