Shades of Champagne #F0DCB7
Tints of Champagne #F0DCB7
RGB
CMYK
RGB Variations
Color information
#F0DCB7 (or 0xF0DCB7) is known color: Champagne. HEX triplet: F0, DC and B7. RGB value is (240,220,183). Sum of RGB (Red+Green+Blue) = 240+220+183=643 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.33% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 183 (71.88% from 255 or 28.46% from 643); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DCB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DCB7 is #0F2348. Grayscale: #DDDDDD. Windows color (decimal): -992073 or 12049648. OLE color: 12049648.
HSL color Cylindrical-coordinate representation of color #F0DCB7: hue angle of 38.95º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F0DCB7 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 220 | 183 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.06 |
| HSL | 38.95º | 0.66% | 0.83% | - |
| HSV(B) | 38.95º | 0.24% | 0.94% | - |
| XYZ | 70.08 | 73.13 | 55.22 | - |
| YUV | 221.76 | 106.13 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 220 | 183 | 0 | 0.08 | 0.24 | 0.06 | 38.95 | 0.66 | 0.83 |
| Hex | F0 | DC | B7 | 0 | 8 | 18 | 6 | 27 | 42 | 53 |
| Octal | 360 | 334 | 267 | 0 | 10 | 30 | 6 | 47 | 102 | 123 |
| Binary | 11110000 | 11011100 | 10110111 | 0 | 1000 | 11000 | 110 | 100111 | 1000010 | 1010011 |
Color Harmonies of #F0DCB7
Complementary color
Monochromatic Colors of #F0DCB7
Black with #F0DCB7
Text Example
Text Example
White with #F0DCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DCB7; }
p { color: rgb(240,220,183); }
H1.HeaderClassName
{
color: #F0DCB7;
}
.AnyTagClassName
{
color: #F0DCB7;
}
</style>
background-color css
<style>
a { background-color: #F0DCB7; }
a { background-color: rgb(240,220,183); }
div.DivClassName
{
background-color: #F0DCB7;
}
.BgClassName
{
background-color: #F0DCB7;
}
</style>
border-color css
<style>
span { border-color: #F0DCB7; }
span { border-color: rgb(240,220,183); }
td.TdClassName
{
border-color: #F0DCB7;
}
.TagClassName
{
border-color: #F0DCB7;
}
</style>