Shades of Solitaire #F0DBBE
Tints of Solitaire #F0DBBE
RGB
CMYK
RGB Variations
Color information
#F0DBBE (or 0xF0DBBE) is known color: Solitaire. HEX triplet: F0, DB and BE. RGB value is (240,219,190). Sum of RGB (Red+Green+Blue) = 240+219+190=649 (85% of max value = 765). Red value is 240 (94.14% from 255 or 36.98% from 649); Green value is 219 (85.94% from 255 or 33.74% from 649); Blue value is 190 (74.61% from 255 or 29.28% from 649); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DBBE is #0F2441. Grayscale: #DEDEDE. Windows color (decimal): -992322 or 12508144. OLE color: 12508144.
HSL color Cylindrical-coordinate representation of color #F0DBBE: hue angle of 34.8º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0DBBE is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 219 | 190 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.06 |
| HSL | 34.8º | 0.63% | 0.84% | - |
| HSV(B) | 34.8º | 0.21% | 0.94% | - |
| XYZ | 70.56 | 72.91 | 59.07 | - |
| YUV | 221.97 | 109.96 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 219 | 190 | 0 | 0.09 | 0.21 | 0.06 | 34.8 | 0.63 | 0.84 |
| Hex | F0 | DB | BE | 0 | 9 | 15 | 6 | 23 | 3E | 54 |
| Octal | 360 | 333 | 276 | 0 | 11 | 25 | 6 | 43 | 76 | 124 |
| Binary | 11110000 | 11011011 | 10111110 | 0 | 1001 | 10101 | 110 | 100011 | 111110 | 1010100 |
Color Harmonies of #F0DBBE
Complementary color
Monochromatic Colors of #F0DBBE
Black with #F0DBBE
Text Example
Text Example
White with #F0DBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DBBE; }
p { color: rgb(240,219,190); }
H1.HeaderClassName
{
color: #F0DBBE;
}
.AnyTagClassName
{
color: #F0DBBE;
}
</style>
background-color css
<style>
a { background-color: #F0DBBE; }
a { background-color: rgb(240,219,190); }
div.DivClassName
{
background-color: #F0DBBE;
}
.BgClassName
{
background-color: #F0DBBE;
}
</style>
border-color css
<style>
span { border-color: #F0DBBE; }
span { border-color: rgb(240,219,190); }
td.TdClassName
{
border-color: #F0DBBE;
}
.TagClassName
{
border-color: #F0DBBE;
}
</style>