Shades of Remy #F2DBD6
Tints of Remy #F2DBD6
RGB
CMYK
RGB Variations
Color information
#F2DBD6 (or 0xF2DBD6) is known color: Remy. HEX triplet: F2, DB and D6. RGB value is (242,219,214). Sum of RGB (Red+Green+Blue) = 242+219+214=675 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.85% from 675); Green value is 219 (85.94% from 255 or 32.44% from 675); Blue value is 214 (83.98% from 255 or 31.70% from 675); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DBD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DBD6 is #0D2429. Grayscale: #E1E1E1. Windows color (decimal): -861226 or 14081010. OLE color: 14081010.
HSL color Cylindrical-coordinate representation of color #F2DBD6: hue angle of 10.71º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F2DBD6 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 214 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.05 |
| HSL | 10.71º | 0.52% | 0.89% | - |
| HSV(B) | 10.71º | 0.12% | 0.95% | - |
| XYZ | 74.09 | 74.4 | 74.07 | - |
| YUV | 225.31 | 121.62 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 214 | 0 | 0.10 | 0.12 | 0.05 | 10.71 | 0.52 | 0.89 |
| Hex | F2 | DB | D6 | 0 | A | C | 5 | B | 34 | 59 |
| Octal | 362 | 333 | 326 | 0 | 12 | 14 | 5 | 13 | 64 | 131 |
| Binary | 11110010 | 11011011 | 11010110 | 0 | 1010 | 1100 | 101 | 1011 | 110100 | 1011001 |
Color Harmonies of #F2DBD6
Complementary color
Monochromatic Colors of #F2DBD6
Black with #F2DBD6
Text Example
Text Example
White with #F2DBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DBD6; }
p { color: rgb(242,219,214); }
H1.HeaderClassName
{
color: #F2DBD6;
}
.AnyTagClassName
{
color: #F2DBD6;
}
</style>
background-color css
<style>
a { background-color: #F2DBD6; }
a { background-color: rgb(242,219,214); }
div.DivClassName
{
background-color: #F2DBD6;
}
.BgClassName
{
background-color: #F2DBD6;
}
</style>
border-color css
<style>
span { border-color: #F2DBD6; }
span { border-color: rgb(242,219,214); }
td.TdClassName
{
border-color: #F2DBD6;
}
.TagClassName
{
border-color: #F2DBD6;
}
</style>