Shades of Buttermilk #F2DDA1
Tints of Buttermilk #F2DDA1
RGB
CMYK
RGB Variations
Color information
#F2DDA1 (or 0xF2DDA1) is known color: Buttermilk. HEX triplet: F2, DD and A1. RGB value is (242,221,161). Sum of RGB (Red+Green+Blue) = 242+221+161=624 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.78% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 161 (63.28% from 255 or 25.80% from 624); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DDA1 is #0D225E. Grayscale: #DCDCDC. Windows color (decimal): -860767 or 10608114. OLE color: 10608114.
HSL color Cylindrical-coordinate representation of color #F2DDA1: hue angle of 44.44º 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 #F2DDA1 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 161 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.05 |
| HSL | 44.44º | 0.76% | 0.79% | - |
| HSV(B) | 44.44º | 0.33% | 0.95% | - |
| XYZ | 68.91 | 73.16 | 44.21 | - |
| YUV | 220.44 | 94.46 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 161 | 0 | 0.09 | 0.33 | 0.05 | 44.44 | 0.76 | 0.79 |
| Hex | F2 | DD | A1 | 0 | 9 | 21 | 5 | 2C | 4C | 4F |
| Octal | 362 | 335 | 241 | 0 | 11 | 41 | 5 | 54 | 114 | 117 |
| Binary | 11110010 | 11011101 | 10100001 | 0 | 1001 | 100001 | 101 | 101100 | 1001100 | 1001111 |
Color Harmonies of #F2DDA1
Complementary color
Monochromatic Colors of #F2DDA1
Black with #F2DDA1
Text Example
Text Example
White with #F2DDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DDA1; }
p { color: rgb(242,221,161); }
H1.HeaderClassName
{
color: #F2DDA1;
}
.AnyTagClassName
{
color: #F2DDA1;
}
</style>
background-color css
<style>
a { background-color: #F2DDA1; }
a { background-color: rgb(242,221,161); }
div.DivClassName
{
background-color: #F2DDA1;
}
.BgClassName
{
background-color: #F2DDA1;
}
</style>
border-color css
<style>
span { border-color: #F2DDA1; }
span { border-color: rgb(242,221,161); }
td.TdClassName
{
border-color: #F2DDA1;
}
.TagClassName
{
border-color: #F2DDA1;
}
</style>