Shades of Champagne #F1DBB5
Tints of Champagne #F1DBB5
RGB
CMYK
RGB Variations
Color information
#F1DBB5 (or 0xF1DBB5) is known color: Champagne. HEX triplet: F1, DB and B5. RGB value is (241,219,181). Sum of RGB (Red+Green+Blue) = 241+219+181=641 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.60% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 181 (71.09% from 255 or 28.24% from 641); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DBB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DBB5 is #0E244A. Grayscale: #DDDDDD. Windows color (decimal): -926795 or 11918321. OLE color: 11918321.
HSL color Cylindrical-coordinate representation of color #F1DBB5: hue angle of 38º degrees, saturation: 0.68, 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 #F1DBB5 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 219 | 181 | - |
CMYK | 0 | 0.09 | 0.25 | 0.05 |
HSL | 38º | 0.68% | 0.83% | - |
HSV(B) | 38º | 0.25% | 0.95% | - |
XYZ | 69.95 | 72.7 | 54.06 | - |
YUV | 221.25 | 105.29 | 142.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 219 | 181 | 0 | 0.09 | 0.25 | 0.05 | 38 | 0.68 | 0.83 |
Hex | F1 | DB | B5 | 0 | 9 | 19 | 5 | 26 | 44 | 53 |
Octal | 361 | 333 | 265 | 0 | 11 | 31 | 5 | 46 | 104 | 123 |
Binary | 11110001 | 11011011 | 10110101 | 0 | 1001 | 11001 | 101 | 100110 | 1000100 | 1010011 |
Color Harmonies of #F1DBB5
Complementary color
Monochromatic Colors of #F1DBB5
Black with #F1DBB5
Text Example
Text Example
White with #F1DBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DBB5; }
p { color: rgb(241,219,181); }
H1.HeaderClassName
{
color: #F1DBB5;
}
.AnyTagClassName
{
color: #F1DBB5;
}
</style>
background-color css
<style>
a { background-color: #F1DBB5; }
a { background-color: rgb(241,219,181); }
div.DivClassName
{
background-color: #F1DBB5;
}
.BgClassName
{
background-color: #F1DBB5;
}
</style>
border-color css
<style>
span { border-color: #F1DBB5; }
span { border-color: rgb(241,219,181); }
td.TdClassName
{
border-color: #F1DBB5;
}
.TagClassName
{
border-color: #F1DBB5;
}
</style>