Shades of Buttermilk #F1DDAA
Tints of Buttermilk #F1DDAA
RGB
CMYK
RGB Variations
Color information
#F1DDAA (or 0xF1DDAA) is known color: Buttermilk. HEX triplet: F1, DD and AA. RGB value is (241,221,170). Sum of RGB (Red+Green+Blue) = 241+221+170=632 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.13% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 170 (66.80% from 255 or 26.90% from 632); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DDAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DDAA is #0E2255. Grayscale: #DDDDDD. Windows color (decimal): -926294 or 11197937. OLE color: 11197937.
HSL color Cylindrical-coordinate representation of color #F1DDAA: hue angle of 43.1º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1DDAA is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 221 | 170 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.05 |
| HSL | 43.1º | 0.72% | 0.81% | - |
| HSV(B) | 43.1º | 0.29% | 0.95% | - |
| XYZ | 69.39 | 73.32 | 48.52 | - |
| YUV | 221.17 | 99.13 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 221 | 170 | 0 | 0.08 | 0.29 | 0.05 | 43.1 | 0.72 | 0.81 |
| Hex | F1 | DD | AA | 0 | 8 | 1D | 5 | 2B | 48 | 51 |
| Octal | 361 | 335 | 252 | 0 | 10 | 35 | 5 | 53 | 110 | 121 |
| Binary | 11110001 | 11011101 | 10101010 | 0 | 1000 | 11101 | 101 | 101011 | 1001000 | 1010001 |
Color Harmonies of #F1DDAA
Complementary color
Monochromatic Colors of #F1DDAA
Black with #F1DDAA
Text Example
Text Example
White with #F1DDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DDAA; }
p { color: rgb(241,221,170); }
H1.HeaderClassName
{
color: #F1DDAA;
}
.AnyTagClassName
{
color: #F1DDAA;
}
</style>
background-color css
<style>
a { background-color: #F1DDAA; }
a { background-color: rgb(241,221,170); }
div.DivClassName
{
background-color: #F1DDAA;
}
.BgClassName
{
background-color: #F1DDAA;
}
</style>
border-color css
<style>
span { border-color: #F1DDAA; }
span { border-color: rgb(241,221,170); }
td.TdClassName
{
border-color: #F1DDAA;
}
.TagClassName
{
border-color: #F1DDAA;
}
</style>