Shades of Solitaire #F0DBBF
Tints of Solitaire #F0DBBF
RGB
CMYK
RGB Variations
Color information
#F0DBBF (or 0xF0DBBF) is known color: Solitaire. HEX triplet: F0, DB and BF. RGB value is (240,219,191). Sum of RGB (Red+Green+Blue) = 240+219+191=650 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.92% from 650); Green value is 219 (85.94% from 255 or 33.69% from 650); Blue value is 191 (75% from 255 or 29.38% from 650); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DBBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DBBF is #0F2440. Grayscale: #DEDEDE. Windows color (decimal): -992321 or 12573680. OLE color: 12573680.
HSL color Cylindrical-coordinate representation of color #F0DBBF: hue angle of 34.29º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0DBBF is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 219 | 191 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.06 |
| HSL | 34.29º | 0.62% | 0.85% | - |
| HSV(B) | 34.29º | 0.2% | 0.94% | - |
| XYZ | 70.67 | 72.95 | 59.65 | - |
| YUV | 222.09 | 110.46 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 219 | 191 | 0 | 0.09 | 0.20 | 0.06 | 34.29 | 0.62 | 0.85 |
| Hex | F0 | DB | BF | 0 | 9 | 14 | 6 | 22 | 3E | 55 |
| Octal | 360 | 333 | 277 | 0 | 11 | 24 | 6 | 42 | 76 | 125 |
| Binary | 11110000 | 11011011 | 10111111 | 0 | 1001 | 10100 | 110 | 100010 | 111110 | 1010101 |
Color Harmonies of #F0DBBF
Complementary color
Monochromatic Colors of #F0DBBF
Black with #F0DBBF
Text Example
Text Example
White with #F0DBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DBBF; }
p { color: rgb(240,219,191); }
H1.HeaderClassName
{
color: #F0DBBF;
}
.AnyTagClassName
{
color: #F0DBBF;
}
</style>
background-color css
<style>
a { background-color: #F0DBBF; }
a { background-color: rgb(240,219,191); }
div.DivClassName
{
background-color: #F0DBBF;
}
.BgClassName
{
background-color: #F0DBBF;
}
</style>
border-color css
<style>
span { border-color: #F0DBBF; }
span { border-color: rgb(240,219,191); }
td.TdClassName
{
border-color: #F0DBBF;
}
.TagClassName
{
border-color: #F0DBBF;
}
</style>