Shades of Champagne #F0DAB8
Tints of Champagne #F0DAB8
RGB
CMYK
RGB Variations
Color information
#F0DAB8 (or 0xF0DAB8) is known color: Champagne. HEX triplet: F0, DA and B8. RGB value is (240,218,184). Sum of RGB (Red+Green+Blue) = 240+218+184=642 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.38% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 184 (72.27% from 255 or 28.66% from 642); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DAB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DAB8 is #0F2547. Grayscale: #DCDCDC. Windows color (decimal): -992584 or 12114672. OLE color: 12114672.
HSL color Cylindrical-coordinate representation of color #F0DAB8: hue angle of 36.43º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0DAB8 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 218 | 184 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.06 |
| HSL | 36.43º | 0.65% | 0.83% | - |
| HSV(B) | 36.43º | 0.23% | 0.94% | - |
| XYZ | 69.66 | 72.13 | 55.6 | - |
| YUV | 220.7 | 107.29 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 184 | 0 | 0.09 | 0.23 | 0.06 | 36.43 | 0.65 | 0.83 |
| Hex | F0 | DA | B8 | 0 | 9 | 17 | 6 | 24 | 41 | 53 |
| Octal | 360 | 332 | 270 | 0 | 11 | 27 | 6 | 44 | 101 | 123 |
| Binary | 11110000 | 11011010 | 10111000 | 0 | 1001 | 10111 | 110 | 100100 | 1000001 | 1010011 |
Color Harmonies of #F0DAB8
Complementary color
Monochromatic Colors of #F0DAB8
Black with #F0DAB8
Text Example
Text Example
White with #F0DAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DAB8; }
p { color: rgb(240,218,184); }
H1.HeaderClassName
{
color: #F0DAB8;
}
.AnyTagClassName
{
color: #F0DAB8;
}
</style>
background-color css
<style>
a { background-color: #F0DAB8; }
a { background-color: rgb(240,218,184); }
div.DivClassName
{
background-color: #F0DAB8;
}
.BgClassName
{
background-color: #F0DAB8;
}
</style>
border-color css
<style>
span { border-color: #F0DAB8; }
span { border-color: rgb(240,218,184); }
td.TdClassName
{
border-color: #F0DAB8;
}
.TagClassName
{
border-color: #F0DAB8;
}
</style>