Shades of Remy #F6DCD6
Tints of Remy #F6DCD6
RGB
CMYK
RGB Variations
Color information
#F6DCD6 (or 0xF6DCD6) is known color: Remy. HEX triplet: F6, DC and D6. RGB value is (246,220,214). Sum of RGB (Red+Green+Blue) = 246+220+214=680 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.18% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 214 (83.98% from 255 or 31.47% from 680); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DCD6 is #092329. Grayscale: #E3E3E3. Windows color (decimal): -598826 or 14081270. OLE color: 14081270.
HSL color Cylindrical-coordinate representation of color #F6DCD6: hue angle of 11.25º degrees, saturation: 0.64, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F6DCD6 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 220 | 214 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.04 |
| HSL | 11.25º | 0.64% | 0.9% | - |
| HSV(B) | 11.25º | 0.13% | 0.96% | - |
| XYZ | 75.74 | 75.63 | 74.23 | - |
| YUV | 227.09 | 120.61 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 220 | 214 | 0 | 0.11 | 0.13 | 0.04 | 11.25 | 0.64 | 0.9 |
| Hex | F6 | DC | D6 | 0 | B | D | 4 | B | 40 | 5A |
| Octal | 366 | 334 | 326 | 0 | 13 | 15 | 4 | 13 | 100 | 132 |
| Binary | 11110110 | 11011100 | 11010110 | 0 | 1011 | 1101 | 100 | 1011 | 1000000 | 1011010 |
Color Harmonies of #F6DCD6
Complementary color
Monochromatic Colors of #F6DCD6
Black with #F6DCD6
Text Example
Text Example
White with #F6DCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DCD6; }
p { color: rgb(246,220,214); }
H1.HeaderClassName
{
color: #F6DCD6;
}
.AnyTagClassName
{
color: #F6DCD6;
}
</style>
background-color css
<style>
a { background-color: #F6DCD6; }
a { background-color: rgb(246,220,214); }
div.DivClassName
{
background-color: #F6DCD6;
}
.BgClassName
{
background-color: #F6DCD6;
}
</style>
border-color css
<style>
span { border-color: #F6DCD6; }
span { border-color: rgb(246,220,214); }
td.TdClassName
{
border-color: #F6DCD6;
}
.TagClassName
{
border-color: #F6DCD6;
}
</style>