Shades of Buttermilk #F1DDA0
Tints of Buttermilk #F1DDA0
RGB
CMYK
RGB Variations
Color information
#F1DDA0 (or 0xF1DDA0) is known color: Buttermilk. HEX triplet: F1, DD and A0. RGB value is (241,221,160). Sum of RGB (Red+Green+Blue) = 241+221+160=622 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.75% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 160 (62.89% from 255 or 25.72% from 622); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DDA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DDA0 is #0E225F. Grayscale: #DCDCDC. Windows color (decimal): -926304 or 10542577. OLE color: 10542577.
HSL color Cylindrical-coordinate representation of color #F1DDA0: hue angle of 45.19º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F1DDA0 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 221 | 160 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.05 |
| HSL | 45.19º | 0.74% | 0.79% | - |
| HSV(B) | 45.19º | 0.34% | 0.95% | - |
| XYZ | 68.48 | 72.95 | 43.73 | - |
| YUV | 220.03 | 94.13 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 221 | 160 | 0 | 0.08 | 0.34 | 0.05 | 45.19 | 0.74 | 0.79 |
| Hex | F1 | DD | A0 | 0 | 8 | 22 | 5 | 2D | 4A | 4F |
| Octal | 361 | 335 | 240 | 0 | 10 | 42 | 5 | 55 | 112 | 117 |
| Binary | 11110001 | 11011101 | 10100000 | 0 | 1000 | 100010 | 101 | 101101 | 1001010 | 1001111 |
Color Harmonies of #F1DDA0
Complementary color
Monochromatic Colors of #F1DDA0
Black with #F1DDA0
Text Example
Text Example
White with #F1DDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DDA0; }
p { color: rgb(241,221,160); }
H1.HeaderClassName
{
color: #F1DDA0;
}
.AnyTagClassName
{
color: #F1DDA0;
}
</style>
background-color css
<style>
a { background-color: #F1DDA0; }
a { background-color: rgb(241,221,160); }
div.DivClassName
{
background-color: #F1DDA0;
}
.BgClassName
{
background-color: #F1DDA0;
}
</style>
border-color css
<style>
span { border-color: #F1DDA0; }
span { border-color: rgb(241,221,160); }
td.TdClassName
{
border-color: #F1DDA0;
}
.TagClassName
{
border-color: #F1DDA0;
}
</style>