Shades of Solitaire #F0DEC2
Tints of Solitaire #F0DEC2
RGB
CMYK
RGB Variations
Color information
#F0DEC2 (or 0xF0DEC2) is known color: Solitaire. HEX triplet: F0, DE and C2. RGB value is (240,222,194). Sum of RGB (Red+Green+Blue) = 240+222+194=656 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.59% from 656); Green value is 222 (87.11% from 255 or 33.84% from 656); Blue value is 194 (76.17% from 255 or 29.57% from 656); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DEC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DEC2 is #0F213D. Grayscale: #E0E0E0. Windows color (decimal): -991550 or 12771056. OLE color: 12771056.
HSL color Cylindrical-coordinate representation of color #F0DEC2: hue angle of 36.52º 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 #F0DEC2 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 222 | 194 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.06 |
| HSL | 36.52º | 0.61% | 0.85% | - |
| HSV(B) | 36.52º | 0.19% | 0.94% | - |
| XYZ | 71.79 | 74.66 | 61.67 | - |
| YUV | 224.19 | 110.96 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 222 | 194 | 0 | 0.08 | 0.19 | 0.06 | 36.52 | 0.61 | 0.85 |
| Hex | F0 | DE | C2 | 0 | 8 | 13 | 6 | 25 | 3D | 55 |
| Octal | 360 | 336 | 302 | 0 | 10 | 23 | 6 | 45 | 75 | 125 |
| Binary | 11110000 | 11011110 | 11000010 | 0 | 1000 | 10011 | 110 | 100101 | 111101 | 1010101 |
Color Harmonies of #F0DEC2
Complementary color
Monochromatic Colors of #F0DEC2
Black with #F0DEC2
Text Example
Text Example
White with #F0DEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DEC2; }
p { color: rgb(240,222,194); }
H1.HeaderClassName
{
color: #F0DEC2;
}
.AnyTagClassName
{
color: #F0DEC2;
}
</style>
background-color css
<style>
a { background-color: #F0DEC2; }
a { background-color: rgb(240,222,194); }
div.DivClassName
{
background-color: #F0DEC2;
}
.BgClassName
{
background-color: #F0DEC2;
}
</style>
border-color css
<style>
span { border-color: #F0DEC2; }
span { border-color: rgb(240,222,194); }
td.TdClassName
{
border-color: #F0DEC2;
}
.TagClassName
{
border-color: #F0DEC2;
}
</style>