Shades of Buttermilk #F1DBA5
Tints of Buttermilk #F1DBA5
RGB
CMYK
RGB Variations
Color information
#F1DBA5 (or 0xF1DBA5) is known color: Buttermilk. HEX triplet: F1, DB and A5. RGB value is (241,219,165). Sum of RGB (Red+Green+Blue) = 241+219+165=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 219 (85.94% from 255 or 35.04% from 625); Blue value is 165 (64.84% from 255 or 26.4% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DBA5 is #0E245A. Grayscale: #DBDBDB. Windows color (decimal): -926811 or 10869745. OLE color: 10869745.
HSL color Cylindrical-coordinate representation of color #F1DBA5: hue angle of 42.63º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1DBA5 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 219 | 165 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.05 |
| HSL | 42.63º | 0.73% | 0.8% | - |
| HSV(B) | 42.63º | 0.32% | 0.95% | - |
| XYZ | 68.4 | 72.08 | 45.91 | - |
| YUV | 219.42 | 97.29 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 165 | 0 | 0.09 | 0.32 | 0.05 | 42.63 | 0.73 | 0.8 |
| Hex | F1 | DB | A5 | 0 | 9 | 20 | 5 | 2B | 49 | 50 |
| Octal | 361 | 333 | 245 | 0 | 11 | 40 | 5 | 53 | 111 | 120 |
| Binary | 11110001 | 11011011 | 10100101 | 0 | 1001 | 100000 | 101 | 101011 | 1001001 | 1010000 |
Color Harmonies of #F1DBA5
Complementary color
Monochromatic Colors of #F1DBA5
Black with #F1DBA5
Text Example
Text Example
White with #F1DBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DBA5; }
p { color: rgb(241,219,165); }
H1.HeaderClassName
{
color: #F1DBA5;
}
.AnyTagClassName
{
color: #F1DBA5;
}
</style>
background-color css
<style>
a { background-color: #F1DBA5; }
a { background-color: rgb(241,219,165); }
div.DivClassName
{
background-color: #F1DBA5;
}
.BgClassName
{
background-color: #F1DBA5;
}
</style>
border-color css
<style>
span { border-color: #F1DBA5; }
span { border-color: rgb(241,219,165); }
td.TdClassName
{
border-color: #F1DBA5;
}
.TagClassName
{
border-color: #F1DBA5;
}
</style>