Shades of Remy #F2DED9
Tints of Remy #F2DED9
RGB
CMYK
RGB Variations
Color information
#F2DED9 (or 0xF2DED9) is known color: Remy. HEX triplet: F2, DE and D9. RGB value is (242,222,217). Sum of RGB (Red+Green+Blue) = 242+222+217=681 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.54% from 681); Green value is 222 (87.11% from 255 or 32.60% from 681); Blue value is 217 (85.16% from 255 or 31.86% from 681); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DED9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DED9 is #0D2126. Grayscale: #E3E3E3. Windows color (decimal): -860455 or 14278386. OLE color: 14278386.
HSL color Cylindrical-coordinate representation of color #F2DED9: hue angle of 12º degrees, saturation: 0.49, 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 #F2DED9 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 222 | 217 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.05 |
| HSL | 12º | 0.49% | 0.9% | - |
| HSV(B) | 12º | 0.1% | 0.95% | - |
| XYZ | 75.26 | 76.13 | 76.37 | - |
| YUV | 227.41 | 122.13 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 222 | 217 | 0 | 0.08 | 0.10 | 0.05 | 12 | 0.49 | 0.9 |
| Hex | F2 | DE | D9 | 0 | 8 | A | 5 | C | 31 | 5A |
| Octal | 362 | 336 | 331 | 0 | 10 | 12 | 5 | 14 | 61 | 132 |
| Binary | 11110010 | 11011110 | 11011001 | 0 | 1000 | 1010 | 101 | 1100 | 110001 | 1011010 |
Color Harmonies of #F2DED9
Complementary color
Monochromatic Colors of #F2DED9
Black with #F2DED9
Text Example
Text Example
White with #F2DED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DED9; }
p { color: rgb(242,222,217); }
H1.HeaderClassName
{
color: #F2DED9;
}
.AnyTagClassName
{
color: #F2DED9;
}
</style>
background-color css
<style>
a { background-color: #F2DED9; }
a { background-color: rgb(242,222,217); }
div.DivClassName
{
background-color: #F2DED9;
}
.BgClassName
{
background-color: #F2DED9;
}
</style>
border-color css
<style>
span { border-color: #F2DED9; }
span { border-color: rgb(242,222,217); }
td.TdClassName
{
border-color: #F2DED9;
}
.TagClassName
{
border-color: #F2DED9;
}
</style>