Shades of Champagne #F2DCB8
Tints of Champagne #F2DCB8
RGB
CMYK
RGB Variations
Color information
#F2DCB8 (or 0xF2DCB8) is known color: Champagne. HEX triplet: F2, DC and B8. RGB value is (242,220,184). Sum of RGB (Red+Green+Blue) = 242+220+184=646 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.46% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 184 (72.27% from 255 or 28.48% from 646); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DCB8 is #0D2347. Grayscale: #DEDEDE. Windows color (decimal): -861000 or 12115186. OLE color: 12115186.
HSL color Cylindrical-coordinate representation of color #F2DCB8: hue angle of 37.24º 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 #F2DCB8 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 220 | 184 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.05 |
| HSL | 37.24º | 0.69% | 0.84% | - |
| HSV(B) | 37.24º | 0.24% | 0.95% | - |
| XYZ | 70.86 | 73.52 | 55.8 | - |
| YUV | 222.47 | 106.29 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 184 | 0 | 0.09 | 0.24 | 0.05 | 37.24 | 0.69 | 0.84 |
| Hex | F2 | DC | B8 | 0 | 9 | 18 | 5 | 25 | 45 | 54 |
| Octal | 362 | 334 | 270 | 0 | 11 | 30 | 5 | 45 | 105 | 124 |
| Binary | 11110010 | 11011100 | 10111000 | 0 | 1001 | 11000 | 101 | 100101 | 1000101 | 1010100 |
Color Harmonies of #F2DCB8
Complementary color
Monochromatic Colors of #F2DCB8
Black with #F2DCB8
Text Example
Text Example
White with #F2DCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DCB8; }
p { color: rgb(242,220,184); }
H1.HeaderClassName
{
color: #F2DCB8;
}
.AnyTagClassName
{
color: #F2DCB8;
}
</style>
background-color css
<style>
a { background-color: #F2DCB8; }
a { background-color: rgb(242,220,184); }
div.DivClassName
{
background-color: #F2DCB8;
}
.BgClassName
{
background-color: #F2DCB8;
}
</style>
border-color css
<style>
span { border-color: #F2DCB8; }
span { border-color: rgb(242,220,184); }
td.TdClassName
{
border-color: #F2DCB8;
}
.TagClassName
{
border-color: #F2DCB8;
}
</style>