Shades of Buttermilk #F5DCA6
Tints of Buttermilk #F5DCA6
RGB
CMYK
RGB Variations
Color information
#F5DCA6 (or 0xF5DCA6) is known color: Buttermilk. HEX triplet: F5, DC and A6. RGB value is (245,220,166). Sum of RGB (Red+Green+Blue) = 245+220+166=631 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.83% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 166 (65.23% from 255 or 26.31% from 631); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DCA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DCA6 is #0A2359. Grayscale: #DDDDDD. Windows color (decimal): -664410 or 10935541. OLE color: 10935541.
HSL color Cylindrical-coordinate representation of color #F5DCA6: hue angle of 41.01º degrees, saturation: 0.8, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F5DCA6 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 220 | 166 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.04 |
| HSL | 41.01º | 0.8% | 0.81% | - |
| HSV(B) | 41.01º | 0.32% | 0.96% | - |
| XYZ | 70.13 | 73.35 | 46.54 | - |
| YUV | 221.32 | 96.78 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 166 | 0 | 0.10 | 0.32 | 0.04 | 41.01 | 0.8 | 0.81 |
| Hex | F5 | DC | A6 | 0 | A | 20 | 4 | 29 | 50 | 51 |
| Octal | 365 | 334 | 246 | 0 | 12 | 40 | 4 | 51 | 120 | 121 |
| Binary | 11110101 | 11011100 | 10100110 | 0 | 1010 | 100000 | 100 | 101001 | 1010000 | 1010001 |
Color Harmonies of #F5DCA6
Complementary color
Monochromatic Colors of #F5DCA6
Black with #F5DCA6
Text Example
Text Example
White with #F5DCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DCA6; }
p { color: rgb(245,220,166); }
H1.HeaderClassName
{
color: #F5DCA6;
}
.AnyTagClassName
{
color: #F5DCA6;
}
</style>
background-color css
<style>
a { background-color: #F5DCA6; }
a { background-color: rgb(245,220,166); }
div.DivClassName
{
background-color: #F5DCA6;
}
.BgClassName
{
background-color: #F5DCA6;
}
</style>
border-color css
<style>
span { border-color: #F5DCA6; }
span { border-color: rgb(245,220,166); }
td.TdClassName
{
border-color: #F5DCA6;
}
.TagClassName
{
border-color: #F5DCA6;
}
</style>