Shades of Remy #F2DBD8
Tints of Remy #F2DBD8
RGB
CMYK
RGB Variations
Color information
#F2DBD8 (or 0xF2DBD8) is known color: Remy. HEX triplet: F2, DB and D8. RGB value is (242,219,216). Sum of RGB (Red+Green+Blue) = 242+219+216=677 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.75% from 677); Green value is 219 (85.94% from 255 or 32.35% from 677); Blue value is 216 (84.77% from 255 or 31.91% from 677); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DBD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DBD8 is #0D2427. Grayscale: #E1E1E1. Windows color (decimal): -861224 or 14212082. OLE color: 14212082.
HSL color Cylindrical-coordinate representation of color #F2DBD8: hue angle of 6.92º degrees, saturation: 0.5, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F2DBD8 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 216 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.05 |
| HSL | 6.92º | 0.5% | 0.9% | - |
| HSV(B) | 6.92º | 0.11% | 0.95% | - |
| XYZ | 74.34 | 74.5 | 75.43 | - |
| YUV | 225.54 | 122.62 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 216 | 0 | 0.10 | 0.11 | 0.05 | 6.92 | 0.5 | 0.9 |
| Hex | F2 | DB | D8 | 0 | A | B | 5 | 7 | 32 | 5A |
| Octal | 362 | 333 | 330 | 0 | 12 | 13 | 5 | 7 | 62 | 132 |
| Binary | 11110010 | 11011011 | 11011000 | 0 | 1010 | 1011 | 101 | 111 | 110010 | 1011010 |
Color Harmonies of #F2DBD8
Complementary color
Monochromatic Colors of #F2DBD8
Black with #F2DBD8
Text Example
Text Example
White with #F2DBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DBD8; }
p { color: rgb(242,219,216); }
H1.HeaderClassName
{
color: #F2DBD8;
}
.AnyTagClassName
{
color: #F2DBD8;
}
</style>
background-color css
<style>
a { background-color: #F2DBD8; }
a { background-color: rgb(242,219,216); }
div.DivClassName
{
background-color: #F2DBD8;
}
.BgClassName
{
background-color: #F2DBD8;
}
</style>
border-color css
<style>
span { border-color: #F2DBD8; }
span { border-color: rgb(242,219,216); }
td.TdClassName
{
border-color: #F2DBD8;
}
.TagClassName
{
border-color: #F2DBD8;
}
</style>