Shades of Remy #F2D9D4
Tints of Remy #F2D9D4
RGB
CMYK
RGB Variations
Color information
#F2D9D4 (or 0xF2D9D4) is known color: Remy. HEX triplet: F2, D9 and D4. RGB value is (242,217,212). Sum of RGB (Red+Green+Blue) = 242+217+212=671 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.07% from 671); Green value is 217 (85.16% from 255 or 32.34% from 671); Blue value is 212 (83.20% from 255 or 31.59% from 671); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D9D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D9D4 is #0D262B. Grayscale: #DFDFDF. Windows color (decimal): -861740 or 13949426. OLE color: 13949426.
HSL color Cylindrical-coordinate representation of color #F2D9D4: hue angle of 10º degrees, saturation: 0.54, 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 #F2D9D4 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 217 | 212 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.05 |
| HSL | 10º | 0.54% | 0.89% | - |
| HSV(B) | 10º | 0.12% | 0.95% | - |
| XYZ | 73.31 | 73.26 | 72.56 | - |
| YUV | 223.91 | 121.28 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 217 | 212 | 0 | 0.10 | 0.12 | 0.05 | 10 | 0.54 | 0.89 |
| Hex | F2 | D9 | D4 | 0 | A | C | 5 | A | 36 | 59 |
| Octal | 362 | 331 | 324 | 0 | 12 | 14 | 5 | 12 | 66 | 131 |
| Binary | 11110010 | 11011001 | 11010100 | 0 | 1010 | 1100 | 101 | 1010 | 110110 | 1011001 |
Color Harmonies of #F2D9D4
Complementary color
Monochromatic Colors of #F2D9D4
Black with #F2D9D4
Text Example
Text Example
White with #F2D9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D9D4; }
p { color: rgb(242,217,212); }
H1.HeaderClassName
{
color: #F2D9D4;
}
.AnyTagClassName
{
color: #F2D9D4;
}
</style>
background-color css
<style>
a { background-color: #F2D9D4; }
a { background-color: rgb(242,217,212); }
div.DivClassName
{
background-color: #F2D9D4;
}
.BgClassName
{
background-color: #F2D9D4;
}
</style>
border-color css
<style>
span { border-color: #F2D9D4; }
span { border-color: rgb(242,217,212); }
td.TdClassName
{
border-color: #F2D9D4;
}
.TagClassName
{
border-color: #F2D9D4;
}
</style>