Shades of Champagne #F2DBB8
Tints of Champagne #F2DBB8
RGB
CMYK
RGB Variations
Color information
#F2DBB8 (or 0xF2DBB8) is known color: Champagne. HEX triplet: F2, DB and B8. RGB value is (242,219,184). Sum of RGB (Red+Green+Blue) = 242+219+184=645 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.52% from 645); Green value is 219 (85.94% from 255 or 33.95% from 645); Blue value is 184 (72.27% from 255 or 28.53% from 645); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DBB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DBB8 is #0D2447. Grayscale: #DEDEDE. Windows color (decimal): -861256 or 12114930. OLE color: 12114930.
HSL color Cylindrical-coordinate representation of color #F2DBB8: hue angle of 36.21º 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 #F2DBB8 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 184 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.05 |
| HSL | 36.21º | 0.69% | 0.84% | - |
| HSV(B) | 36.21º | 0.24% | 0.95% | - |
| XYZ | 70.6 | 73 | 55.72 | - |
| YUV | 221.89 | 106.62 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 184 | 0 | 0.10 | 0.24 | 0.05 | 36.21 | 0.69 | 0.84 |
| Hex | F2 | DB | B8 | 0 | A | 18 | 5 | 24 | 45 | 54 |
| Octal | 362 | 333 | 270 | 0 | 12 | 30 | 5 | 44 | 105 | 124 |
| Binary | 11110010 | 11011011 | 10111000 | 0 | 1010 | 11000 | 101 | 100100 | 1000101 | 1010100 |
Color Harmonies of #F2DBB8
Complementary color
Monochromatic Colors of #F2DBB8
Black with #F2DBB8
Text Example
Text Example
White with #F2DBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DBB8; }
p { color: rgb(242,219,184); }
H1.HeaderClassName
{
color: #F2DBB8;
}
.AnyTagClassName
{
color: #F2DBB8;
}
</style>
background-color css
<style>
a { background-color: #F2DBB8; }
a { background-color: rgb(242,219,184); }
div.DivClassName
{
background-color: #F2DBB8;
}
.BgClassName
{
background-color: #F2DBB8;
}
</style>
border-color css
<style>
span { border-color: #F2DBB8; }
span { border-color: rgb(242,219,184); }
td.TdClassName
{
border-color: #F2DBB8;
}
.TagClassName
{
border-color: #F2DBB8;
}
</style>