Shades of Remy #F6E1DC
Tints of Remy #F6E1DC
RGB
CMYK
RGB Variations
Color information
#F6E1DC (or 0xF6E1DC) is known color: Remy. HEX triplet: F6, E1 and DC. RGB value is (246,225,220). Sum of RGB (Red+Green+Blue) = 246+225+220=691 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.60% from 691); Green value is 225 (88.28% from 255 or 32.56% from 691); Blue value is 220 (86.33% from 255 or 31.84% from 691); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E1DC is #091E23. Grayscale: #E6E6E6. Windows color (decimal): -597540 or 14475766. OLE color: 14475766.
HSL color Cylindrical-coordinate representation of color #F6E1DC: hue angle of 11.54º degrees, saturation: 0.59, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F6E1DC is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 225 | 220 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.04 |
| HSL | 11.54º | 0.59% | 0.91% | - |
| HSV(B) | 11.54º | 0.11% | 0.96% | - |
| XYZ | 77.85 | 78.61 | 78.78 | - |
| YUV | 230.71 | 121.96 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 225 | 220 | 0 | 0.09 | 0.11 | 0.04 | 11.54 | 0.59 | 0.91 |
| Hex | F6 | E1 | DC | 0 | 9 | B | 4 | C | 3B | 5B |
| Octal | 366 | 341 | 334 | 0 | 11 | 13 | 4 | 14 | 73 | 133 |
| Binary | 11110110 | 11100001 | 11011100 | 0 | 1001 | 1011 | 100 | 1100 | 111011 | 1011011 |
Color Harmonies of #F6E1DC
Complementary color
Monochromatic Colors of #F6E1DC
Black with #F6E1DC
Text Example
Text Example
White with #F6E1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E1DC; }
p { color: rgb(246,225,220); }
H1.HeaderClassName
{
color: #F6E1DC;
}
.AnyTagClassName
{
color: #F6E1DC;
}
</style>
background-color css
<style>
a { background-color: #F6E1DC; }
a { background-color: rgb(246,225,220); }
div.DivClassName
{
background-color: #F6E1DC;
}
.BgClassName
{
background-color: #F6E1DC;
}
</style>
border-color css
<style>
span { border-color: #F6E1DC; }
span { border-color: rgb(246,225,220); }
td.TdClassName
{
border-color: #F6E1DC;
}
.TagClassName
{
border-color: #F6E1DC;
}
</style>