Shades of Champagne #F2DBBA
Tints of Champagne #F2DBBA
RGB
CMYK
RGB Variations
Color information
#F2DBBA (or 0xF2DBBA) is known color: Champagne. HEX triplet: F2, DB and BA. RGB value is (242,219,186). Sum of RGB (Red+Green+Blue) = 242+219+186=647 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.40% from 647); Green value is 219 (85.94% from 255 or 33.85% from 647); Blue value is 186 (73.05% from 255 or 28.75% from 647); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DBBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DBBA is #0D2445. Grayscale: #DEDEDE. Windows color (decimal): -861254 or 12246002. OLE color: 12246002.
HSL color Cylindrical-coordinate representation of color #F2DBBA: hue angle of 35.36º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2DBBA is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 186 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.05 |
| HSL | 35.36º | 0.68% | 0.84% | - |
| HSV(B) | 35.36º | 0.23% | 0.95% | - |
| XYZ | 70.81 | 73.09 | 56.83 | - |
| YUV | 222.12 | 107.62 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 186 | 0 | 0.10 | 0.23 | 0.05 | 35.36 | 0.68 | 0.84 |
| Hex | F2 | DB | BA | 0 | A | 17 | 5 | 23 | 44 | 54 |
| Octal | 362 | 333 | 272 | 0 | 12 | 27 | 5 | 43 | 104 | 124 |
| Binary | 11110010 | 11011011 | 10111010 | 0 | 1010 | 10111 | 101 | 100011 | 1000100 | 1010100 |
Color Harmonies of #F2DBBA
Complementary color
Monochromatic Colors of #F2DBBA
Black with #F2DBBA
Text Example
Text Example
White with #F2DBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DBBA; }
p { color: rgb(242,219,186); }
H1.HeaderClassName
{
color: #F2DBBA;
}
.AnyTagClassName
{
color: #F2DBBA;
}
</style>
background-color css
<style>
a { background-color: #F2DBBA; }
a { background-color: rgb(242,219,186); }
div.DivClassName
{
background-color: #F2DBBA;
}
.BgClassName
{
background-color: #F2DBBA;
}
</style>
border-color css
<style>
span { border-color: #F2DBBA; }
span { border-color: rgb(242,219,186); }
td.TdClassName
{
border-color: #F2DBBA;
}
.TagClassName
{
border-color: #F2DBBA;
}
</style>