Shades of Remy #F6E0DE
Tints of Remy #F6E0DE
RGB
CMYK
RGB Variations
Color information
#F6E0DE (or 0xF6E0DE) is known color: Remy. HEX triplet: F6, E0 and DE. RGB value is (246,224,222). Sum of RGB (Red+Green+Blue) = 246+224+222=692 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.55% from 692); Green value is 224 (87.89% from 255 or 32.37% from 692); Blue value is 222 (87.11% from 255 or 32.08% from 692); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E0DE is #091F21. Grayscale: #E6E6E6. Windows color (decimal): -597794 or 14606582. OLE color: 14606582.
HSL color Cylindrical-coordinate representation of color #F6E0DE: hue angle of 5º degrees, saturation: 0.57, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F6E0DE is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 224 | 222 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.04 |
| HSL | 5º | 0.57% | 0.92% | - |
| HSV(B) | 5º | 0.1% | 0.96% | - |
| XYZ | 77.85 | 78.18 | 80.09 | - |
| YUV | 230.35 | 123.29 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 224 | 222 | 0 | 0.09 | 0.10 | 0.04 | 5 | 0.57 | 0.92 |
| Hex | F6 | E0 | DE | 0 | 9 | A | 4 | 5 | 39 | 5C |
| Octal | 366 | 340 | 336 | 0 | 11 | 12 | 4 | 5 | 71 | 134 |
| Binary | 11110110 | 11100000 | 11011110 | 0 | 1001 | 1010 | 100 | 101 | 111001 | 1011100 |
Color Harmonies of #F6E0DE
Complementary color
Monochromatic Colors of #F6E0DE
Black with #F6E0DE
Text Example
Text Example
White with #F6E0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E0DE; }
p { color: rgb(246,224,222); }
H1.HeaderClassName
{
color: #F6E0DE;
}
.AnyTagClassName
{
color: #F6E0DE;
}
</style>
background-color css
<style>
a { background-color: #F6E0DE; }
a { background-color: rgb(246,224,222); }
div.DivClassName
{
background-color: #F6E0DE;
}
.BgClassName
{
background-color: #F6E0DE;
}
</style>
border-color css
<style>
span { border-color: #F6E0DE; }
span { border-color: rgb(246,224,222); }
td.TdClassName
{
border-color: #F6E0DE;
}
.TagClassName
{
border-color: #F6E0DE;
}
</style>