Shades of Champagne #F0DAB5
Tints of Champagne #F0DAB5
RGB
CMYK
RGB Variations
Color information
#F0DAB5 (or 0xF0DAB5) is known color: Champagne. HEX triplet: F0, DA and B5. RGB value is (240,218,181). Sum of RGB (Red+Green+Blue) = 240+218+181=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 218 (85.55% from 255 or 34.12% from 639); Blue value is 181 (71.09% from 255 or 28.33% from 639); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DAB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DAB5 is #0F254A. Grayscale: #DCDCDC. Windows color (decimal): -992587 or 11918064. OLE color: 11918064.
HSL color Cylindrical-coordinate representation of color #F0DAB5: hue angle of 37.63º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0DAB5 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 218 | 181 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.06 |
| HSL | 37.63º | 0.66% | 0.83% | - |
| HSV(B) | 37.63º | 0.25% | 0.94% | - |
| XYZ | 69.35 | 72 | 53.96 | - |
| YUV | 220.36 | 105.79 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 181 | 0 | 0.09 | 0.25 | 0.06 | 37.63 | 0.66 | 0.83 |
| Hex | F0 | DA | B5 | 0 | 9 | 19 | 6 | 26 | 42 | 53 |
| Octal | 360 | 332 | 265 | 0 | 11 | 31 | 6 | 46 | 102 | 123 |
| Binary | 11110000 | 11011010 | 10110101 | 0 | 1001 | 11001 | 110 | 100110 | 1000010 | 1010011 |
Color Harmonies of #F0DAB5
Complementary color
Monochromatic Colors of #F0DAB5
Black with #F0DAB5
Text Example
Text Example
White with #F0DAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DAB5; }
p { color: rgb(240,218,181); }
H1.HeaderClassName
{
color: #F0DAB5;
}
.AnyTagClassName
{
color: #F0DAB5;
}
</style>
background-color css
<style>
a { background-color: #F0DAB5; }
a { background-color: rgb(240,218,181); }
div.DivClassName
{
background-color: #F0DAB5;
}
.BgClassName
{
background-color: #F0DAB5;
}
</style>
border-color css
<style>
span { border-color: #F0DAB5; }
span { border-color: rgb(240,218,181); }
td.TdClassName
{
border-color: #F0DAB5;
}
.TagClassName
{
border-color: #F0DAB5;
}
</style>