Shades of Champagne #F1DAB5
Tints of Champagne #F1DAB5
RGB
CMYK
RGB Variations
Color information
#F1DAB5 (or 0xF1DAB5) is known color: Champagne. HEX triplet: F1, DA and B5. RGB value is (241,218,181). Sum of RGB (Red+Green+Blue) = 241+218+181=640 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.66% from 640); Green value is 218 (85.55% from 255 or 34.06% from 640); Blue value is 181 (71.09% from 255 or 28.28% from 640); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DAB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DAB5 is #0E254A. Grayscale: #DCDCDC. Windows color (decimal): -927051 or 11918065. OLE color: 11918065.
HSL color Cylindrical-coordinate representation of color #F1DAB5: hue angle of 37º 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 #F1DAB5 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 218 | 181 | - |
CMYK | 0 | 0.10 | 0.25 | 0.05 |
HSL | 37º | 0.68% | 0.83% | - |
HSV(B) | 37º | 0.25% | 0.95% | - |
XYZ | 69.69 | 72.18 | 53.98 | - |
YUV | 220.66 | 105.62 | 142.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 218 | 181 | 0 | 0.10 | 0.25 | 0.05 | 37 | 0.68 | 0.83 |
Hex | F1 | DA | B5 | 0 | A | 19 | 5 | 25 | 44 | 53 |
Octal | 361 | 332 | 265 | 0 | 12 | 31 | 5 | 45 | 104 | 123 |
Binary | 11110001 | 11011010 | 10110101 | 0 | 1010 | 11001 | 101 | 100101 | 1000100 | 1010011 |
Color Harmonies of #F1DAB5
Complementary color
Monochromatic Colors of #F1DAB5
Black with #F1DAB5
Text Example
Text Example
White with #F1DAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DAB5; }
p { color: rgb(241,218,181); }
H1.HeaderClassName
{
color: #F1DAB5;
}
.AnyTagClassName
{
color: #F1DAB5;
}
</style>
background-color css
<style>
a { background-color: #F1DAB5; }
a { background-color: rgb(241,218,181); }
div.DivClassName
{
background-color: #F1DAB5;
}
.BgClassName
{
background-color: #F1DAB5;
}
</style>
border-color css
<style>
span { border-color: #F1DAB5; }
span { border-color: rgb(241,218,181); }
td.TdClassName
{
border-color: #F1DAB5;
}
.TagClassName
{
border-color: #F1DAB5;
}
</style>