Shades of Solitaire #F0DDC2
Tints of Solitaire #F0DDC2
RGB
CMYK
RGB Variations
Color information
#F0DDC2 (or 0xF0DDC2) is known color: Solitaire. HEX triplet: F0, DD and C2. RGB value is (240,221,194). Sum of RGB (Red+Green+Blue) = 240+221+194=655 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.64% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 194 (76.17% from 255 or 29.62% from 655); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DDC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DDC2 is #0F223D. Grayscale: #DFDFDF. Windows color (decimal): -991806 or 12770800. OLE color: 12770800.
HSL color Cylindrical-coordinate representation of color #F0DDC2: hue angle of 35.22º degrees, saturation: 0.61, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F0DDC2 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 221 | 194 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.06 |
| HSL | 35.22º | 0.61% | 0.85% | - |
| HSV(B) | 35.22º | 0.19% | 0.94% | - |
| XYZ | 71.53 | 74.13 | 61.58 | - |
| YUV | 223.6 | 111.29 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 221 | 194 | 0 | 0.08 | 0.19 | 0.06 | 35.22 | 0.61 | 0.85 |
| Hex | F0 | DD | C2 | 0 | 8 | 13 | 6 | 23 | 3D | 55 |
| Octal | 360 | 335 | 302 | 0 | 10 | 23 | 6 | 43 | 75 | 125 |
| Binary | 11110000 | 11011101 | 11000010 | 0 | 1000 | 10011 | 110 | 100011 | 111101 | 1010101 |
Color Harmonies of #F0DDC2
Complementary color
Monochromatic Colors of #F0DDC2
Black with #F0DDC2
Text Example
Text Example
White with #F0DDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DDC2; }
p { color: rgb(240,221,194); }
H1.HeaderClassName
{
color: #F0DDC2;
}
.AnyTagClassName
{
color: #F0DDC2;
}
</style>
background-color css
<style>
a { background-color: #F0DDC2; }
a { background-color: rgb(240,221,194); }
div.DivClassName
{
background-color: #F0DDC2;
}
.BgClassName
{
background-color: #F0DDC2;
}
</style>
border-color css
<style>
span { border-color: #F0DDC2; }
span { border-color: rgb(240,221,194); }
td.TdClassName
{
border-color: #F0DDC2;
}
.TagClassName
{
border-color: #F0DDC2;
}
</style>