Shades of Champagne #F0DABC
Tints of Champagne #F0DABC
RGB
CMYK
RGB Variations
Color information
#F0DABC (or 0xF0DABC) is known color: Champagne. HEX triplet: F0, DA and BC. RGB value is (240,218,188). Sum of RGB (Red+Green+Blue) = 240+218+188=646 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.15% from 646); Green value is 218 (85.55% from 255 or 33.75% from 646); Blue value is 188 (73.83% from 255 or 29.10% from 646); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DABC is #0F2543. Grayscale: #DDDDDD. Windows color (decimal): -992580 or 12376816. OLE color: 12376816.
HSL color Cylindrical-coordinate representation of color #F0DABC: hue angle of 34.62º degrees, saturation: 0.63, 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 #F0DABC is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 218 | 188 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.06 |
| HSL | 34.62º | 0.63% | 0.84% | - |
| HSV(B) | 34.62º | 0.22% | 0.94% | - |
| XYZ | 70.08 | 72.3 | 57.84 | - |
| YUV | 221.16 | 109.29 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 188 | 0 | 0.09 | 0.22 | 0.06 | 34.62 | 0.63 | 0.84 |
| Hex | F0 | DA | BC | 0 | 9 | 16 | 6 | 23 | 3F | 54 |
| Octal | 360 | 332 | 274 | 0 | 11 | 26 | 6 | 43 | 77 | 124 |
| Binary | 11110000 | 11011010 | 10111100 | 0 | 1001 | 10110 | 110 | 100011 | 111111 | 1010100 |
Color Harmonies of #F0DABC
Complementary color
Monochromatic Colors of #F0DABC
Black with #F0DABC
Text Example
Text Example
White with #F0DABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DABC; }
p { color: rgb(240,218,188); }
H1.HeaderClassName
{
color: #F0DABC;
}
.AnyTagClassName
{
color: #F0DABC;
}
</style>
background-color css
<style>
a { background-color: #F0DABC; }
a { background-color: rgb(240,218,188); }
div.DivClassName
{
background-color: #F0DABC;
}
.BgClassName
{
background-color: #F0DABC;
}
</style>
border-color css
<style>
span { border-color: #F0DABC; }
span { border-color: rgb(240,218,188); }
td.TdClassName
{
border-color: #F0DABC;
}
.TagClassName
{
border-color: #F0DABC;
}
</style>