Shades of Champagne #F1DBBB
Tints of Champagne #F1DBBB
RGB
CMYK
RGB Variations
Color information
#F1DBBB (or 0xF1DBBB) is known color: Champagne. HEX triplet: F1, DB and BB. RGB value is (241,219,187). Sum of RGB (Red+Green+Blue) = 241+219+187=647 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.25% from 647); Green value is 219 (85.94% from 255 or 33.85% from 647); Blue value is 187 (73.44% from 255 or 28.90% from 647); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DBBB is #0E2444. Grayscale: #DEDEDE. Windows color (decimal): -926789 or 12311537. OLE color: 12311537.
HSL color Cylindrical-coordinate representation of color #F1DBBB: hue angle of 35.56º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1DBBB is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 219 | 187 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.05 |
| HSL | 35.56º | 0.66% | 0.84% | - |
| HSV(B) | 35.56º | 0.22% | 0.95% | - |
| XYZ | 70.58 | 72.95 | 57.38 | - |
| YUV | 221.93 | 108.29 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 187 | 0 | 0.09 | 0.22 | 0.05 | 35.56 | 0.66 | 0.84 |
| Hex | F1 | DB | BB | 0 | 9 | 16 | 5 | 24 | 42 | 54 |
| Octal | 361 | 333 | 273 | 0 | 11 | 26 | 5 | 44 | 102 | 124 |
| Binary | 11110001 | 11011011 | 10111011 | 0 | 1001 | 10110 | 101 | 100100 | 1000010 | 1010100 |
Color Harmonies of #F1DBBB
Complementary color
Monochromatic Colors of #F1DBBB
Black with #F1DBBB
Text Example
Text Example
White with #F1DBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DBBB; }
p { color: rgb(241,219,187); }
H1.HeaderClassName
{
color: #F1DBBB;
}
.AnyTagClassName
{
color: #F1DBBB;
}
</style>
background-color css
<style>
a { background-color: #F1DBBB; }
a { background-color: rgb(241,219,187); }
div.DivClassName
{
background-color: #F1DBBB;
}
.BgClassName
{
background-color: #F1DBBB;
}
</style>
border-color css
<style>
span { border-color: #F1DBBB; }
span { border-color: rgb(241,219,187); }
td.TdClassName
{
border-color: #F1DBBB;
}
.TagClassName
{
border-color: #F1DBBB;
}
</style>