Shades of Remy #F2DDDA
Tints of Remy #F2DDDA
RGB
CMYK
RGB Variations
Color information
#F2DDDA (or 0xF2DDDA) is known color: Remy. HEX triplet: F2, DD and DA. RGB value is (242,221,218). Sum of RGB (Red+Green+Blue) = 242+221+218=681 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.54% from 681); Green value is 221 (86.72% from 255 or 32.45% from 681); Blue value is 218 (85.55% from 255 or 32.01% from 681); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DDDA is #0D2225. Grayscale: #E2E2E2. Windows color (decimal): -860710 or 14343666. OLE color: 14343666.
HSL color Cylindrical-coordinate representation of color #F2DDDA: hue angle of 7.5º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2DDDA is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 218 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.05 |
| HSL | 7.5º | 0.48% | 0.9% | - |
| HSV(B) | 7.5º | 0.1% | 0.95% | - |
| XYZ | 75.13 | 75.65 | 76.97 | - |
| YUV | 226.94 | 122.96 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 218 | 0 | 0.09 | 0.10 | 0.05 | 7.5 | 0.48 | 0.9 |
| Hex | F2 | DD | DA | 0 | 9 | A | 5 | 8 | 30 | 5A |
| Octal | 362 | 335 | 332 | 0 | 11 | 12 | 5 | 10 | 60 | 132 |
| Binary | 11110010 | 11011101 | 11011010 | 0 | 1001 | 1010 | 101 | 1000 | 110000 | 1011010 |
Color Harmonies of #F2DDDA
Complementary color
Monochromatic Colors of #F2DDDA
Black with #F2DDDA
Text Example
Text Example
White with #F2DDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DDDA; }
p { color: rgb(242,221,218); }
H1.HeaderClassName
{
color: #F2DDDA;
}
.AnyTagClassName
{
color: #F2DDDA;
}
</style>
background-color css
<style>
a { background-color: #F2DDDA; }
a { background-color: rgb(242,221,218); }
div.DivClassName
{
background-color: #F2DDDA;
}
.BgClassName
{
background-color: #F2DDDA;
}
</style>
border-color css
<style>
span { border-color: #F2DDDA; }
span { border-color: rgb(242,221,218); }
td.TdClassName
{
border-color: #F2DDDA;
}
.TagClassName
{
border-color: #F2DDDA;
}
</style>