Shades of Champagne #F0DABA
Tints of Champagne #F0DABA
RGB
CMYK
RGB Variations
Color information
#F0DABA (or 0xF0DABA) is known color: Champagne. HEX triplet: F0, DA and BA. RGB value is (240,218,186). Sum of RGB (Red+Green+Blue) = 240+218+186=644 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.27% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 186 (73.05% from 255 or 28.88% from 644); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DABA is #0F2545. Grayscale: #DDDDDD. Windows color (decimal): -992582 or 12245744. OLE color: 12245744.
HSL color Cylindrical-coordinate representation of color #F0DABA: hue angle of 35.56º 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 #F0DABA is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 218 | 186 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.06 |
| HSL | 35.56º | 0.64% | 0.84% | - |
| HSV(B) | 35.56º | 0.23% | 0.94% | - |
| XYZ | 69.87 | 72.21 | 56.71 | - |
| YUV | 220.93 | 108.29 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 186 | 0 | 0.09 | 0.22 | 0.06 | 35.56 | 0.64 | 0.84 |
| Hex | F0 | DA | BA | 0 | 9 | 16 | 6 | 24 | 40 | 54 |
| Octal | 360 | 332 | 272 | 0 | 11 | 26 | 6 | 44 | 100 | 124 |
| Binary | 11110000 | 11011010 | 10111010 | 0 | 1001 | 10110 | 110 | 100100 | 1000000 | 1010100 |
Color Harmonies of #F0DABA
Complementary color
Monochromatic Colors of #F0DABA
Black with #F0DABA
Text Example
Text Example
White with #F0DABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DABA; }
p { color: rgb(240,218,186); }
H1.HeaderClassName
{
color: #F0DABA;
}
.AnyTagClassName
{
color: #F0DABA;
}
</style>
background-color css
<style>
a { background-color: #F0DABA; }
a { background-color: rgb(240,218,186); }
div.DivClassName
{
background-color: #F0DABA;
}
.BgClassName
{
background-color: #F0DABA;
}
</style>
border-color css
<style>
span { border-color: #F0DABA; }
span { border-color: rgb(240,218,186); }
td.TdClassName
{
border-color: #F0DABA;
}
.TagClassName
{
border-color: #F0DABA;
}
</style>