Shades of Champagne #F0D7B3
Tints of Champagne #F0D7B3
RGB
CMYK
RGB Variations
Color information
#F0D7B3 (or 0xF0D7B3) is known color: Champagne. HEX triplet: F0, D7 and B3. RGB value is (240,215,179). Sum of RGB (Red+Green+Blue) = 240+215+179=634 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.85% from 634); Green value is 215 (84.38% from 255 or 33.91% from 634); Blue value is 179 (70.31% from 255 or 28.23% from 634); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D7B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D7B3 is #0F284C. Grayscale: #DADADA. Windows color (decimal): -993357 or 11786224. OLE color: 11786224.
HSL color Cylindrical-coordinate representation of color #F0D7B3: hue angle of 35.41º 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 #F0D7B3 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 215 | 179 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.06 |
| HSL | 35.41º | 0.67% | 0.82% | - |
| HSV(B) | 35.41º | 0.25% | 0.94% | - |
| XYZ | 68.37 | 70.38 | 52.63 | - |
| YUV | 218.37 | 105.78 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 215 | 179 | 0 | 0.10 | 0.25 | 0.06 | 35.41 | 0.67 | 0.82 |
| Hex | F0 | D7 | B3 | 0 | A | 19 | 6 | 23 | 43 | 52 |
| Octal | 360 | 327 | 263 | 0 | 12 | 31 | 6 | 43 | 103 | 122 |
| Binary | 11110000 | 11010111 | 10110011 | 0 | 1010 | 11001 | 110 | 100011 | 1000011 | 1010010 |
Color Harmonies of #F0D7B3
Complementary color
Monochromatic Colors of #F0D7B3
Black with #F0D7B3
Text Example
Text Example
White with #F0D7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D7B3; }
p { color: rgb(240,215,179); }
H1.HeaderClassName
{
color: #F0D7B3;
}
.AnyTagClassName
{
color: #F0D7B3;
}
</style>
background-color css
<style>
a { background-color: #F0D7B3; }
a { background-color: rgb(240,215,179); }
div.DivClassName
{
background-color: #F0D7B3;
}
.BgClassName
{
background-color: #F0D7B3;
}
</style>
border-color css
<style>
span { border-color: #F0D7B3; }
span { border-color: rgb(240,215,179); }
td.TdClassName
{
border-color: #F0D7B3;
}
.TagClassName
{
border-color: #F0D7B3;
}
</style>