Shades of Champagne #F2DCBA
Tints of Champagne #F2DCBA
RGB
CMYK
RGB Variations
Color information
#F2DCBA (or 0xF2DCBA) is known color: Champagne. HEX triplet: F2, DC and BA. RGB value is (242,220,186). Sum of RGB (Red+Green+Blue) = 242+220+186=648 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.35% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 186 (73.05% from 255 or 28.70% from 648); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DCBA is #0D2345. Grayscale: #DEDEDE. Windows color (decimal): -860998 or 12246258. OLE color: 12246258.
HSL color Cylindrical-coordinate representation of color #F2DCBA: hue angle of 36.43º 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 #F2DCBA is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 220 | 186 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.05 |
| HSL | 36.43º | 0.68% | 0.84% | - |
| HSV(B) | 36.43º | 0.23% | 0.95% | - |
| XYZ | 71.07 | 73.61 | 56.92 | - |
| YUV | 222.7 | 107.29 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 186 | 0 | 0.09 | 0.23 | 0.05 | 36.43 | 0.68 | 0.84 |
| Hex | F2 | DC | BA | 0 | 9 | 17 | 5 | 24 | 44 | 54 |
| Octal | 362 | 334 | 272 | 0 | 11 | 27 | 5 | 44 | 104 | 124 |
| Binary | 11110010 | 11011100 | 10111010 | 0 | 1001 | 10111 | 101 | 100100 | 1000100 | 1010100 |
Color Harmonies of #F2DCBA
Complementary color
Monochromatic Colors of #F2DCBA
Black with #F2DCBA
Text Example
Text Example
White with #F2DCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DCBA; }
p { color: rgb(242,220,186); }
H1.HeaderClassName
{
color: #F2DCBA;
}
.AnyTagClassName
{
color: #F2DCBA;
}
</style>
background-color css
<style>
a { background-color: #F2DCBA; }
a { background-color: rgb(242,220,186); }
div.DivClassName
{
background-color: #F2DCBA;
}
.BgClassName
{
background-color: #F2DCBA;
}
</style>
border-color css
<style>
span { border-color: #F2DCBA; }
span { border-color: rgb(242,220,186); }
td.TdClassName
{
border-color: #F2DCBA;
}
.TagClassName
{
border-color: #F2DCBA;
}
</style>