Shades of Champagne #F2DBB9
Tints of Champagne #F2DBB9
RGB
CMYK
RGB Variations
Color information
#F2DBB9 (or 0xF2DBB9) is known color: Champagne. HEX triplet: F2, DB and B9. RGB value is (242,219,185). Sum of RGB (Red+Green+Blue) = 242+219+185=646 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.46% from 646); Green value is 219 (85.94% from 255 or 33.90% from 646); Blue value is 185 (72.66% from 255 or 28.64% from 646); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DBB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DBB9 is #0D2446. Grayscale: #DEDEDE. Windows color (decimal): -861255 or 12180466. OLE color: 12180466.
HSL color Cylindrical-coordinate representation of color #F2DBB9: hue angle of 35.79º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2DBB9 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 185 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.05 |
| HSL | 35.79º | 0.69% | 0.84% | - |
| HSV(B) | 35.79º | 0.24% | 0.95% | - |
| XYZ | 70.71 | 73.04 | 56.27 | - |
| YUV | 222 | 107.12 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 185 | 0 | 0.10 | 0.24 | 0.05 | 35.79 | 0.69 | 0.84 |
| Hex | F2 | DB | B9 | 0 | A | 18 | 5 | 24 | 45 | 54 |
| Octal | 362 | 333 | 271 | 0 | 12 | 30 | 5 | 44 | 105 | 124 |
| Binary | 11110010 | 11011011 | 10111001 | 0 | 1010 | 11000 | 101 | 100100 | 1000101 | 1010100 |
Color Harmonies of #F2DBB9
Complementary color
Monochromatic Colors of #F2DBB9
Black with #F2DBB9
Text Example
Text Example
White with #F2DBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DBB9; }
p { color: rgb(242,219,185); }
H1.HeaderClassName
{
color: #F2DBB9;
}
.AnyTagClassName
{
color: #F2DBB9;
}
</style>
background-color css
<style>
a { background-color: #F2DBB9; }
a { background-color: rgb(242,219,185); }
div.DivClassName
{
background-color: #F2DBB9;
}
.BgClassName
{
background-color: #F2DBB9;
}
</style>
border-color css
<style>
span { border-color: #F2DBB9; }
span { border-color: rgb(242,219,185); }
td.TdClassName
{
border-color: #F2DBB9;
}
.TagClassName
{
border-color: #F2DBB9;
}
</style>