Shades of Champagne #F0DBBA
Tints of Champagne #F0DBBA
RGB
CMYK
RGB Variations
Color information
#F0DBBA (or 0xF0DBBA) is known color: Champagne. HEX triplet: F0, DB and BA. RGB value is (240,219,186). Sum of RGB (Red+Green+Blue) = 240+219+186=645 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.21% from 645); Green value is 219 (85.94% from 255 or 33.95% from 645); Blue value is 186 (73.05% from 255 or 28.84% from 645); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DBBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DBBA is #0F2445. Grayscale: #DDDDDD. Windows color (decimal): -992326 or 12246000. OLE color: 12246000.
HSL color Cylindrical-coordinate representation of color #F0DBBA: hue angle of 36.67º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0DBBA is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 219 | 186 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.06 |
| HSL | 36.67º | 0.64% | 0.84% | - |
| HSV(B) | 36.67º | 0.23% | 0.94% | - |
| XYZ | 70.13 | 72.73 | 56.8 | - |
| YUV | 221.52 | 107.96 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 219 | 186 | 0 | 0.09 | 0.22 | 0.06 | 36.67 | 0.64 | 0.84 |
| Hex | F0 | DB | BA | 0 | 9 | 16 | 6 | 25 | 40 | 54 |
| Octal | 360 | 333 | 272 | 0 | 11 | 26 | 6 | 45 | 100 | 124 |
| Binary | 11110000 | 11011011 | 10111010 | 0 | 1001 | 10110 | 110 | 100101 | 1000000 | 1010100 |
Color Harmonies of #F0DBBA
Complementary color
Monochromatic Colors of #F0DBBA
Black with #F0DBBA
Text Example
Text Example
White with #F0DBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DBBA; }
p { color: rgb(240,219,186); }
H1.HeaderClassName
{
color: #F0DBBA;
}
.AnyTagClassName
{
color: #F0DBBA;
}
</style>
background-color css
<style>
a { background-color: #F0DBBA; }
a { background-color: rgb(240,219,186); }
div.DivClassName
{
background-color: #F0DBBA;
}
.BgClassName
{
background-color: #F0DBBA;
}
</style>
border-color css
<style>
span { border-color: #F0DBBA; }
span { border-color: rgb(240,219,186); }
td.TdClassName
{
border-color: #F0DBBA;
}
.TagClassName
{
border-color: #F0DBBA;
}
</style>