Shades of Buttermilk #F1DCA9
Tints of Buttermilk #F1DCA9
RGB
CMYK
RGB Variations
Color information
#F1DCA9 (or 0xF1DCA9) is known color: Buttermilk. HEX triplet: F1, DC and A9. RGB value is (241,220,169). Sum of RGB (Red+Green+Blue) = 241+220+169=630 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.25% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 169 (66.41% from 255 or 26.83% from 630); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DCA9 is #0E2356. Grayscale: #DCDCDC. Windows color (decimal): -926551 or 11132145. OLE color: 11132145.
HSL color Cylindrical-coordinate representation of color #F1DCA9: hue angle of 42.5º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F1DCA9 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 220 | 169 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.05 |
| HSL | 42.5º | 0.72% | 0.8% | - |
| HSV(B) | 42.5º | 0.3% | 0.95% | - |
| XYZ | 69.03 | 72.75 | 47.94 | - |
| YUV | 220.47 | 98.96 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 220 | 169 | 0 | 0.09 | 0.30 | 0.05 | 42.5 | 0.72 | 0.8 |
| Hex | F1 | DC | A9 | 0 | 9 | 1E | 5 | 2A | 48 | 50 |
| Octal | 361 | 334 | 251 | 0 | 11 | 36 | 5 | 52 | 110 | 120 |
| Binary | 11110001 | 11011100 | 10101001 | 0 | 1001 | 11110 | 101 | 101010 | 1001000 | 1010000 |
Color Harmonies of #F1DCA9
Complementary color
Monochromatic Colors of #F1DCA9
Black with #F1DCA9
Text Example
Text Example
White with #F1DCA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DCA9; }
p { color: rgb(241,220,169); }
H1.HeaderClassName
{
color: #F1DCA9;
}
.AnyTagClassName
{
color: #F1DCA9;
}
</style>
background-color css
<style>
a { background-color: #F1DCA9; }
a { background-color: rgb(241,220,169); }
div.DivClassName
{
background-color: #F1DCA9;
}
.BgClassName
{
background-color: #F1DCA9;
}
</style>
border-color css
<style>
span { border-color: #F1DCA9; }
span { border-color: rgb(241,220,169); }
td.TdClassName
{
border-color: #F1DCA9;
}
.TagClassName
{
border-color: #F1DCA9;
}
</style>