Shades of Champagne #F2DBB7
Tints of Champagne #F2DBB7
RGB
CMYK
RGB Variations
Color information
#F2DBB7 (or 0xF2DBB7) is known color: Champagne. HEX triplet: F2, DB and B7. RGB value is (242,219,183). Sum of RGB (Red+Green+Blue) = 242+219+183=644 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.58% from 644); Green value is 219 (85.94% from 255 or 34.01% from 644); Blue value is 183 (71.88% from 255 or 28.42% from 644); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DBB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DBB7 is #0D2448. Grayscale: #DDDDDD. Windows color (decimal): -861257 or 12049394. OLE color: 12049394.
HSL color Cylindrical-coordinate representation of color #F2DBB7: hue angle of 36.61º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2DBB7 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 183 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.05 |
| HSL | 36.61º | 0.69% | 0.83% | - |
| HSV(B) | 36.61º | 0.24% | 0.95% | - |
| XYZ | 70.5 | 72.96 | 55.17 | - |
| YUV | 221.77 | 106.12 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 183 | 0 | 0.10 | 0.24 | 0.05 | 36.61 | 0.69 | 0.83 |
| Hex | F2 | DB | B7 | 0 | A | 18 | 5 | 25 | 45 | 53 |
| Octal | 362 | 333 | 267 | 0 | 12 | 30 | 5 | 45 | 105 | 123 |
| Binary | 11110010 | 11011011 | 10110111 | 0 | 1010 | 11000 | 101 | 100101 | 1000101 | 1010011 |
Color Harmonies of #F2DBB7
Complementary color
Monochromatic Colors of #F2DBB7
Black with #F2DBB7
Text Example
Text Example
White with #F2DBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DBB7; }
p { color: rgb(242,219,183); }
H1.HeaderClassName
{
color: #F2DBB7;
}
.AnyTagClassName
{
color: #F2DBB7;
}
</style>
background-color css
<style>
a { background-color: #F2DBB7; }
a { background-color: rgb(242,219,183); }
div.DivClassName
{
background-color: #F2DBB7;
}
.BgClassName
{
background-color: #F2DBB7;
}
</style>
border-color css
<style>
span { border-color: #F2DBB7; }
span { border-color: rgb(242,219,183); }
td.TdClassName
{
border-color: #F2DBB7;
}
.TagClassName
{
border-color: #F2DBB7;
}
</style>