Shades of Buttermilk #F2DCA1
Tints of Buttermilk #F2DCA1
RGB
CMYK
RGB Variations
Color information
#F2DCA1 (or 0xF2DCA1) is known color: Buttermilk. HEX triplet: F2, DC and A1. RGB value is (242,220,161). Sum of RGB (Red+Green+Blue) = 242+220+161=623 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.84% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 161 (63.28% from 255 or 25.84% from 623); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DCA1 is #0D235E. Grayscale: #DCDCDC. Windows color (decimal): -861023 or 10607858. OLE color: 10607858.
HSL color Cylindrical-coordinate representation of color #F2DCA1: hue angle of 43.7º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F2DCA1 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 220 | 161 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.05 |
| HSL | 43.7º | 0.76% | 0.79% | - |
| HSV(B) | 43.7º | 0.33% | 0.95% | - |
| XYZ | 68.64 | 72.64 | 44.12 | - |
| YUV | 219.85 | 94.79 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 161 | 0 | 0.09 | 0.33 | 0.05 | 43.7 | 0.76 | 0.79 |
| Hex | F2 | DC | A1 | 0 | 9 | 21 | 5 | 2C | 4C | 4F |
| Octal | 362 | 334 | 241 | 0 | 11 | 41 | 5 | 54 | 114 | 117 |
| Binary | 11110010 | 11011100 | 10100001 | 0 | 1001 | 100001 | 101 | 101100 | 1001100 | 1001111 |
Color Harmonies of #F2DCA1
Complementary color
Monochromatic Colors of #F2DCA1
Black with #F2DCA1
Text Example
Text Example
White with #F2DCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DCA1; }
p { color: rgb(242,220,161); }
H1.HeaderClassName
{
color: #F2DCA1;
}
.AnyTagClassName
{
color: #F2DCA1;
}
</style>
background-color css
<style>
a { background-color: #F2DCA1; }
a { background-color: rgb(242,220,161); }
div.DivClassName
{
background-color: #F2DCA1;
}
.BgClassName
{
background-color: #F2DCA1;
}
</style>
border-color css
<style>
span { border-color: #F2DCA1; }
span { border-color: rgb(242,220,161); }
td.TdClassName
{
border-color: #F2DCA1;
}
.TagClassName
{
border-color: #F2DCA1;
}
</style>