Shades of Remy #F6E2DF
Tints of Remy #F6E2DF
RGB
CMYK
RGB Variations
Color information
#F6E2DF (or 0xF6E2DF) is known color: Remy. HEX triplet: F6, E2 and DF. RGB value is (246,226,223). Sum of RGB (Red+Green+Blue) = 246+226+223=695 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.40% from 695); Green value is 226 (88.67% from 255 or 32.52% from 695); Blue value is 223 (87.5% from 255 or 32.09% from 695); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E2DF is #091D20. Grayscale: #E7E7E7. Windows color (decimal): -597281 or 14672630. OLE color: 14672630.
HSL color Cylindrical-coordinate representation of color #F6E2DF: hue angle of 7.83º degrees, saturation: 0.56, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F6E2DF is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 226 | 223 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.04 |
| HSL | 7.83º | 0.56% | 0.92% | - |
| HSV(B) | 7.83º | 0.09% | 0.96% | - |
| XYZ | 78.52 | 79.31 | 80.98 | - |
| YUV | 231.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 226 | 223 | 0 | 0.08 | 0.09 | 0.04 | 7.83 | 0.56 | 0.92 |
| Hex | F6 | E2 | DF | 0 | 8 | 9 | 4 | 8 | 38 | 5C |
| Octal | 366 | 342 | 337 | 0 | 10 | 11 | 4 | 10 | 70 | 134 |
| Binary | 11110110 | 11100010 | 11011111 | 0 | 1000 | 1001 | 100 | 1000 | 111000 | 1011100 |
Color Harmonies of #F6E2DF
Complementary color
Monochromatic Colors of #F6E2DF
Black with #F6E2DF
Text Example
Text Example
White with #F6E2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E2DF; }
p { color: rgb(246,226,223); }
H1.HeaderClassName
{
color: #F6E2DF;
}
.AnyTagClassName
{
color: #F6E2DF;
}
</style>
background-color css
<style>
a { background-color: #F6E2DF; }
a { background-color: rgb(246,226,223); }
div.DivClassName
{
background-color: #F6E2DF;
}
.BgClassName
{
background-color: #F6E2DF;
}
</style>
border-color css
<style>
span { border-color: #F6E2DF; }
span { border-color: rgb(246,226,223); }
td.TdClassName
{
border-color: #F6E2DF;
}
.TagClassName
{
border-color: #F6E2DF;
}
</style>