Shades of Remy #F2E1DE
Tints of Remy #F2E1DE
RGB
CMYK
RGB Variations
Color information
#F2E1DE (or 0xF2E1DE) is known color: Remy. HEX triplet: F2, E1 and DE. RGB value is (242,225,222). Sum of RGB (Red+Green+Blue) = 242+225+222=689 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.12% from 689); Green value is 225 (88.28% from 255 or 32.66% from 689); Blue value is 222 (87.11% from 255 or 32.22% from 689); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E1DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E1DE is #0D1E21. Grayscale: #E5E5E5. Windows color (decimal): -859682 or 14606834. OLE color: 14606834.
HSL color Cylindrical-coordinate representation of color #F2E1DE: hue angle of 9º 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 #F2E1DE is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 225 | 222 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.05 |
| HSL | 9º | 0.43% | 0.91% | - |
| HSV(B) | 9º | 0.08% | 0.95% | - |
| XYZ | 76.73 | 78 | 80.12 | - |
| YUV | 229.74 | 123.63 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 225 | 222 | 0 | 0.07 | 0.08 | 0.05 | 9 | 0.43 | 0.91 |
| Hex | F2 | E1 | DE | 0 | 7 | 8 | 5 | 9 | 2B | 5B |
| Octal | 362 | 341 | 336 | 0 | 7 | 10 | 5 | 11 | 53 | 133 |
| Binary | 11110010 | 11100001 | 11011110 | 0 | 111 | 1000 | 101 | 1001 | 101011 | 1011011 |
Color Harmonies of #F2E1DE
Complementary color
Monochromatic Colors of #F2E1DE
Black with #F2E1DE
Text Example
Text Example
White with #F2E1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E1DE; }
p { color: rgb(242,225,222); }
H1.HeaderClassName
{
color: #F2E1DE;
}
.AnyTagClassName
{
color: #F2E1DE;
}
</style>
background-color css
<style>
a { background-color: #F2E1DE; }
a { background-color: rgb(242,225,222); }
div.DivClassName
{
background-color: #F2E1DE;
}
.BgClassName
{
background-color: #F2E1DE;
}
</style>
border-color css
<style>
span { border-color: #F2E1DE; }
span { border-color: rgb(242,225,222); }
td.TdClassName
{
border-color: #F2E1DE;
}
.TagClassName
{
border-color: #F2E1DE;
}
</style>