Shades of Buttermilk #F5DEA4
Tints of Buttermilk #F5DEA4
RGB
CMYK
RGB Variations
Color information
#F5DEA4 (or 0xF5DEA4) is known color: Buttermilk. HEX triplet: F5, DE and A4. RGB value is (245,222,164). Sum of RGB (Red+Green+Blue) = 245+222+164=631 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.83% from 631); Green value is 222 (87.11% from 255 or 35.18% from 631); Blue value is 164 (64.45% from 255 or 25.99% from 631); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DEA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DEA4 is #0A215B. Grayscale: #DEDEDE. Windows color (decimal): -663900 or 10804981. OLE color: 10804981.
HSL color Cylindrical-coordinate representation of color #F5DEA4: hue angle of 42.96º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F5DEA4 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 222 | 164 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.04 |
| HSL | 42.96º | 0.8% | 0.8% | - |
| HSV(B) | 42.96º | 0.33% | 0.96% | - |
| XYZ | 70.48 | 74.34 | 45.76 | - |
| YUV | 222.27 | 95.12 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 222 | 164 | 0 | 0.09 | 0.33 | 0.04 | 42.96 | 0.8 | 0.8 |
| Hex | F5 | DE | A4 | 0 | 9 | 21 | 4 | 2B | 50 | 50 |
| Octal | 365 | 336 | 244 | 0 | 11 | 41 | 4 | 53 | 120 | 120 |
| Binary | 11110101 | 11011110 | 10100100 | 0 | 1001 | 100001 | 100 | 101011 | 1010000 | 1010000 |
Color Harmonies of #F5DEA4
Complementary color
Monochromatic Colors of #F5DEA4
Black with #F5DEA4
Text Example
Text Example
White with #F5DEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DEA4; }
p { color: rgb(245,222,164); }
H1.HeaderClassName
{
color: #F5DEA4;
}
.AnyTagClassName
{
color: #F5DEA4;
}
</style>
background-color css
<style>
a { background-color: #F5DEA4; }
a { background-color: rgb(245,222,164); }
div.DivClassName
{
background-color: #F5DEA4;
}
.BgClassName
{
background-color: #F5DEA4;
}
</style>
border-color css
<style>
span { border-color: #F5DEA4; }
span { border-color: rgb(245,222,164); }
td.TdClassName
{
border-color: #F5DEA4;
}
.TagClassName
{
border-color: #F5DEA4;
}
</style>