Shades of Champagne #F0DBB4
Tints of Champagne #F0DBB4
RGB
CMYK
RGB Variations
Color information
#F0DBB4 (or 0xF0DBB4) is known color: Champagne. HEX triplet: F0, DB and B4. RGB value is (240,219,180). Sum of RGB (Red+Green+Blue) = 240+219+180=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 180 (70.70% from 255 or 28.17% from 639); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DBB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DBB4 is #0F244B. Grayscale: #DDDDDD. Windows color (decimal): -992332 or 11852784. OLE color: 11852784.
HSL color Cylindrical-coordinate representation of color #F0DBB4: hue angle of 39º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0DBB4 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 219 | 180 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.06 |
| HSL | 39º | 0.67% | 0.82% | - |
| HSV(B) | 39º | 0.25% | 0.94% | - |
| XYZ | 69.5 | 72.48 | 53.51 | - |
| YUV | 220.83 | 104.96 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 219 | 180 | 0 | 0.09 | 0.25 | 0.06 | 39 | 0.67 | 0.82 |
| Hex | F0 | DB | B4 | 0 | 9 | 19 | 6 | 27 | 43 | 52 |
| Octal | 360 | 333 | 264 | 0 | 11 | 31 | 6 | 47 | 103 | 122 |
| Binary | 11110000 | 11011011 | 10110100 | 0 | 1001 | 11001 | 110 | 100111 | 1000011 | 1010010 |
Color Harmonies of #F0DBB4
Complementary color
Monochromatic Colors of #F0DBB4
Black with #F0DBB4
Text Example
Text Example
White with #F0DBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DBB4; }
p { color: rgb(240,219,180); }
H1.HeaderClassName
{
color: #F0DBB4;
}
.AnyTagClassName
{
color: #F0DBB4;
}
</style>
background-color css
<style>
a { background-color: #F0DBB4; }
a { background-color: rgb(240,219,180); }
div.DivClassName
{
background-color: #F0DBB4;
}
.BgClassName
{
background-color: #F0DBB4;
}
</style>
border-color css
<style>
span { border-color: #F0DBB4; }
span { border-color: rgb(240,219,180); }
td.TdClassName
{
border-color: #F0DBB4;
}
.TagClassName
{
border-color: #F0DBB4;
}
</style>