Shades of Remy #F6DCD8
Tints of Remy #F6DCD8
RGB
CMYK
RGB Variations
Color information
#F6DCD8 (or 0xF6DCD8) is known color: Remy. HEX triplet: F6, DC and D8. RGB value is (246,220,216). Sum of RGB (Red+Green+Blue) = 246+220+216=682 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.07% from 682); Green value is 220 (86.33% from 255 or 32.26% from 682); Blue value is 216 (84.77% from 255 or 31.67% from 682); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DCD8 is #092327. Grayscale: #E3E3E3. Windows color (decimal): -598824 or 14212342. OLE color: 14212342.
HSL color Cylindrical-coordinate representation of color #F6DCD8: hue angle of 8º degrees, saturation: 0.62, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F6DCD8 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 220 | 216 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.04 |
| HSL | 8º | 0.63% | 0.91% | - |
| HSV(B) | 8º | 0.12% | 0.96% | - |
| XYZ | 75.99 | 75.74 | 75.58 | - |
| YUV | 227.32 | 121.61 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 220 | 216 | 0 | 0.11 | 0.12 | 0.04 | 8 | 0.63 | 0.91 |
| Hex | F6 | DC | D8 | 0 | B | C | 4 | 8 | 3E | 5B |
| Octal | 366 | 334 | 330 | 0 | 13 | 14 | 4 | 10 | 76 | 133 |
| Binary | 11110110 | 11011100 | 11011000 | 0 | 1011 | 1100 | 100 | 1000 | 111110 | 1011011 |
Color Harmonies of #F6DCD8
Complementary color
Monochromatic Colors of #F6DCD8
Black with #F6DCD8
Text Example
Text Example
White with #F6DCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DCD8; }
p { color: rgb(246,220,216); }
H1.HeaderClassName
{
color: #F6DCD8;
}
.AnyTagClassName
{
color: #F6DCD8;
}
</style>
background-color css
<style>
a { background-color: #F6DCD8; }
a { background-color: rgb(246,220,216); }
div.DivClassName
{
background-color: #F6DCD8;
}
.BgClassName
{
background-color: #F6DCD8;
}
</style>
border-color css
<style>
span { border-color: #F6DCD8; }
span { border-color: rgb(246,220,216); }
td.TdClassName
{
border-color: #F6DCD8;
}
.TagClassName
{
border-color: #F6DCD8;
}
</style>