Shades of Champagne #F2DAB6
Tints of Champagne #F2DAB6
RGB
CMYK
RGB Variations
Color information
#F2DAB6 (or 0xF2DAB6) is known color: Champagne. HEX triplet: F2, DA and B6. RGB value is (242,218,182). Sum of RGB (Red+Green+Blue) = 242+218+182=642 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.69% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 182 (71.48% from 255 or 28.35% from 642); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DAB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DAB6 is #0D2549. Grayscale: #DDDDDD. Windows color (decimal): -861514 or 11983602. OLE color: 11983602.
HSL color Cylindrical-coordinate representation of color #F2DAB6: hue angle of 36º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F2DAB6 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 182 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.05 |
| HSL | 36º | 0.7% | 0.83% | - |
| HSV(B) | 36º | 0.25% | 0.95% | - |
| XYZ | 70.13 | 72.4 | 54.53 | - |
| YUV | 221.07 | 105.95 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 182 | 0 | 0.10 | 0.25 | 0.05 | 36 | 0.7 | 0.83 |
| Hex | F2 | DA | B6 | 0 | A | 19 | 5 | 24 | 46 | 53 |
| Octal | 362 | 332 | 266 | 0 | 12 | 31 | 5 | 44 | 106 | 123 |
| Binary | 11110010 | 11011010 | 10110110 | 0 | 1010 | 11001 | 101 | 100100 | 1000110 | 1010011 |
Color Harmonies of #F2DAB6
Complementary color
Monochromatic Colors of #F2DAB6
Black with #F2DAB6
Text Example
Text Example
White with #F2DAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DAB6; }
p { color: rgb(242,218,182); }
H1.HeaderClassName
{
color: #F2DAB6;
}
.AnyTagClassName
{
color: #F2DAB6;
}
</style>
background-color css
<style>
a { background-color: #F2DAB6; }
a { background-color: rgb(242,218,182); }
div.DivClassName
{
background-color: #F2DAB6;
}
.BgClassName
{
background-color: #F2DAB6;
}
</style>
border-color css
<style>
span { border-color: #F2DAB6; }
span { border-color: rgb(242,218,182); }
td.TdClassName
{
border-color: #F2DAB6;
}
.TagClassName
{
border-color: #F2DAB6;
}
</style>