Shades of Champagne #F0DBBB
Tints of Champagne #F0DBBB
RGB
CMYK
RGB Variations
Color information
#F0DBBB (or 0xF0DBBB) is known color: Champagne. HEX triplet: F0, DB and BB. RGB value is (240,219,187). Sum of RGB (Red+Green+Blue) = 240+219+187=646 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.15% from 646); Green value is 219 (85.94% from 255 or 33.90% from 646); Blue value is 187 (73.44% from 255 or 28.95% from 646); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DBBB is #0F2444. Grayscale: #DDDDDD. Windows color (decimal): -992325 or 12311536. OLE color: 12311536.
HSL color Cylindrical-coordinate representation of color #F0DBBB: hue angle of 36.23º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0DBBB is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 219 | 187 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.06 |
| HSL | 36.23º | 0.64% | 0.84% | - |
| HSV(B) | 36.23º | 0.22% | 0.94% | - |
| XYZ | 70.24 | 72.78 | 57.36 | - |
| YUV | 221.63 | 108.46 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 219 | 187 | 0 | 0.09 | 0.22 | 0.06 | 36.23 | 0.64 | 0.84 |
| Hex | F0 | DB | BB | 0 | 9 | 16 | 6 | 24 | 40 | 54 |
| Octal | 360 | 333 | 273 | 0 | 11 | 26 | 6 | 44 | 100 | 124 |
| Binary | 11110000 | 11011011 | 10111011 | 0 | 1001 | 10110 | 110 | 100100 | 1000000 | 1010100 |
Color Harmonies of #F0DBBB
Complementary color
Monochromatic Colors of #F0DBBB
Black with #F0DBBB
Text Example
Text Example
White with #F0DBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DBBB; }
p { color: rgb(240,219,187); }
H1.HeaderClassName
{
color: #F0DBBB;
}
.AnyTagClassName
{
color: #F0DBBB;
}
</style>
background-color css
<style>
a { background-color: #F0DBBB; }
a { background-color: rgb(240,219,187); }
div.DivClassName
{
background-color: #F0DBBB;
}
.BgClassName
{
background-color: #F0DBBB;
}
</style>
border-color css
<style>
span { border-color: #F0DBBB; }
span { border-color: rgb(240,219,187); }
td.TdClassName
{
border-color: #F0DBBB;
}
.TagClassName
{
border-color: #F0DBBB;
}
</style>