Shades of Remy #F6E1DD
Tints of Remy #F6E1DD
RGB
CMYK
RGB Variations
Color information
#F6E1DD (or 0xF6E1DD) is known color: Remy. HEX triplet: F6, E1 and DD. RGB value is (246,225,221). Sum of RGB (Red+Green+Blue) = 246+225+221=692 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.55% from 692); Green value is 225 (88.28% from 255 or 32.51% from 692); Blue value is 221 (86.72% from 255 or 31.94% from 692); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E1DD is #091E22. Grayscale: #E6E6E6. Windows color (decimal): -597539 or 14541302. OLE color: 14541302.
HSL color Cylindrical-coordinate representation of color #F6E1DD: hue angle of 9.6º degrees, saturation: 0.58, 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 #F6E1DD is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 225 | 221 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.04 |
| HSL | 9.6º | 0.58% | 0.92% | - |
| HSV(B) | 9.6º | 0.1% | 0.96% | - |
| XYZ | 77.98 | 78.66 | 79.48 | - |
| YUV | 230.82 | 122.46 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 225 | 221 | 0 | 0.09 | 0.10 | 0.04 | 9.6 | 0.58 | 0.92 |
| Hex | F6 | E1 | DD | 0 | 9 | A | 4 | A | 3A | 5C |
| Octal | 366 | 341 | 335 | 0 | 11 | 12 | 4 | 12 | 72 | 134 |
| Binary | 11110110 | 11100001 | 11011101 | 0 | 1001 | 1010 | 100 | 1010 | 111010 | 1011100 |
Color Harmonies of #F6E1DD
Complementary color
Monochromatic Colors of #F6E1DD
Black with #F6E1DD
Text Example
Text Example
White with #F6E1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E1DD; }
p { color: rgb(246,225,221); }
H1.HeaderClassName
{
color: #F6E1DD;
}
.AnyTagClassName
{
color: #F6E1DD;
}
</style>
background-color css
<style>
a { background-color: #F6E1DD; }
a { background-color: rgb(246,225,221); }
div.DivClassName
{
background-color: #F6E1DD;
}
.BgClassName
{
background-color: #F6E1DD;
}
</style>
border-color css
<style>
span { border-color: #F6E1DD; }
span { border-color: rgb(246,225,221); }
td.TdClassName
{
border-color: #F6E1DD;
}
.TagClassName
{
border-color: #F6E1DD;
}
</style>