Shades of Remy #F2DAD7
Tints of Remy #F2DAD7
RGB
CMYK
RGB Variations
Color information
#F2DAD7 (or 0xF2DAD7) is known color: Remy. HEX triplet: F2, DA and D7. RGB value is (242,218,215). Sum of RGB (Red+Green+Blue) = 242+218+215=675 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.85% from 675); Green value is 218 (85.55% from 255 or 32.30% from 675); Blue value is 215 (84.38% from 255 or 31.85% from 675); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DAD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DAD7 is #0D2528. Grayscale: #E0E0E0. Windows color (decimal): -861481 or 14146290. OLE color: 14146290.
HSL color Cylindrical-coordinate representation of color #F2DAD7: hue angle of 6.67º degrees, saturation: 0.51, 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 #F2DAD7 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 215 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.05 |
| HSL | 6.67º | 0.51% | 0.9% | - |
| HSV(B) | 6.67º | 0.11% | 0.95% | - |
| XYZ | 73.96 | 73.93 | 74.66 | - |
| YUV | 224.83 | 122.45 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 215 | 0 | 0.10 | 0.11 | 0.05 | 6.67 | 0.51 | 0.9 |
| Hex | F2 | DA | D7 | 0 | A | B | 5 | 7 | 33 | 5A |
| Octal | 362 | 332 | 327 | 0 | 12 | 13 | 5 | 7 | 63 | 132 |
| Binary | 11110010 | 11011010 | 11010111 | 0 | 1010 | 1011 | 101 | 111 | 110011 | 1011010 |
Color Harmonies of #F2DAD7
Complementary color
Monochromatic Colors of #F2DAD7
Black with #F2DAD7
Text Example
Text Example
White with #F2DAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DAD7; }
p { color: rgb(242,218,215); }
H1.HeaderClassName
{
color: #F2DAD7;
}
.AnyTagClassName
{
color: #F2DAD7;
}
</style>
background-color css
<style>
a { background-color: #F2DAD7; }
a { background-color: rgb(242,218,215); }
div.DivClassName
{
background-color: #F2DAD7;
}
.BgClassName
{
background-color: #F2DAD7;
}
</style>
border-color css
<style>
span { border-color: #F2DAD7; }
span { border-color: rgb(242,218,215); }
td.TdClassName
{
border-color: #F2DAD7;
}
.TagClassName
{
border-color: #F2DAD7;
}
</style>