Shades of Champagne #F0DBB7
Tints of Champagne #F0DBB7
RGB
CMYK
RGB Variations
Color information
#F0DBB7 (or 0xF0DBB7) is known color: Champagne. HEX triplet: F0, DB and B7. RGB value is (240,219,183). Sum of RGB (Red+Green+Blue) = 240+219+183=642 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.38% from 642); Green value is 219 (85.94% from 255 or 34.11% from 642); Blue value is 183 (71.88% from 255 or 28.50% from 642); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DBB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DBB7 is #0F2448. Grayscale: #DDDDDD. Windows color (decimal): -992329 or 12049392. OLE color: 12049392.
HSL color Cylindrical-coordinate representation of color #F0DBB7: hue angle of 37.89º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F0DBB7 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 219 | 183 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.06 |
| HSL | 37.89º | 0.66% | 0.83% | - |
| HSV(B) | 37.89º | 0.24% | 0.94% | - |
| XYZ | 69.81 | 72.61 | 55.13 | - |
| YUV | 221.18 | 106.46 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 219 | 183 | 0 | 0.09 | 0.24 | 0.06 | 37.89 | 0.66 | 0.83 |
| Hex | F0 | DB | B7 | 0 | 9 | 18 | 6 | 26 | 42 | 53 |
| Octal | 360 | 333 | 267 | 0 | 11 | 30 | 6 | 46 | 102 | 123 |
| Binary | 11110000 | 11011011 | 10110111 | 0 | 1001 | 11000 | 110 | 100110 | 1000010 | 1010011 |
Color Harmonies of #F0DBB7
Complementary color
Monochromatic Colors of #F0DBB7
Black with #F0DBB7
Text Example
Text Example
White with #F0DBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DBB7; }
p { color: rgb(240,219,183); }
H1.HeaderClassName
{
color: #F0DBB7;
}
.AnyTagClassName
{
color: #F0DBB7;
}
</style>
background-color css
<style>
a { background-color: #F0DBB7; }
a { background-color: rgb(240,219,183); }
div.DivClassName
{
background-color: #F0DBB7;
}
.BgClassName
{
background-color: #F0DBB7;
}
</style>
border-color css
<style>
span { border-color: #F0DBB7; }
span { border-color: rgb(240,219,183); }
td.TdClassName
{
border-color: #F0DBB7;
}
.TagClassName
{
border-color: #F0DBB7;
}
</style>