Shades of Buttermilk #F1DCAA
Tints of Buttermilk #F1DCAA
RGB
CMYK
RGB Variations
Color information
#F1DCAA (or 0xF1DCAA) is known color: Buttermilk. HEX triplet: F1, DC and AA. RGB value is (241,220,170). Sum of RGB (Red+Green+Blue) = 241+220+170=631 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.19% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 170 (66.80% from 255 or 26.94% from 631); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DCAA is #0E2355. Grayscale: #DCDCDC. Windows color (decimal): -926550 or 11197681. OLE color: 11197681.
HSL color Cylindrical-coordinate representation of color #F1DCAA: hue angle of 42.25º 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 #F1DCAA is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 220 | 170 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.05 |
| HSL | 42.25º | 0.72% | 0.81% | - |
| HSV(B) | 42.25º | 0.29% | 0.95% | - |
| XYZ | 69.12 | 72.79 | 48.44 | - |
| YUV | 220.58 | 99.46 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 220 | 170 | 0 | 0.09 | 0.29 | 0.05 | 42.25 | 0.72 | 0.81 |
| Hex | F1 | DC | AA | 0 | 9 | 1D | 5 | 2A | 48 | 51 |
| Octal | 361 | 334 | 252 | 0 | 11 | 35 | 5 | 52 | 110 | 121 |
| Binary | 11110001 | 11011100 | 10101010 | 0 | 1001 | 11101 | 101 | 101010 | 1001000 | 1010001 |
Color Harmonies of #F1DCAA
Complementary color
Monochromatic Colors of #F1DCAA
Black with #F1DCAA
Text Example
Text Example
White with #F1DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DCAA; }
p { color: rgb(241,220,170); }
H1.HeaderClassName
{
color: #F1DCAA;
}
.AnyTagClassName
{
color: #F1DCAA;
}
</style>
background-color css
<style>
a { background-color: #F1DCAA; }
a { background-color: rgb(241,220,170); }
div.DivClassName
{
background-color: #F1DCAA;
}
.BgClassName
{
background-color: #F1DCAA;
}
</style>
border-color css
<style>
span { border-color: #F1DCAA; }
span { border-color: rgb(241,220,170); }
td.TdClassName
{
border-color: #F1DCAA;
}
.TagClassName
{
border-color: #F1DCAA;
}
</style>