Shades of Buttermilk #F2DDAA
Tints of Buttermilk #F2DDAA
RGB
CMYK
RGB Variations
Color information
#F2DDAA (or 0xF2DDAA) is known color: Buttermilk. HEX triplet: F2, DD and AA. RGB value is (242,221,170). Sum of RGB (Red+Green+Blue) = 242+221+170=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 170 (66.80% from 255 or 26.86% from 633); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DDAA is #0D2255. Grayscale: #DDDDDD. Windows color (decimal): -860758 or 11197938. OLE color: 11197938.
HSL color Cylindrical-coordinate representation of color #F2DDAA: hue angle of 42.5º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2DDAA is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 170 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.05 |
| HSL | 42.5º | 0.73% | 0.81% | - |
| HSV(B) | 42.5º | 0.3% | 0.95% | - |
| XYZ | 69.73 | 73.49 | 48.54 | - |
| YUV | 221.47 | 98.96 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 170 | 0 | 0.09 | 0.30 | 0.05 | 42.5 | 0.73 | 0.81 |
| Hex | F2 | DD | AA | 0 | 9 | 1E | 5 | 2A | 49 | 51 |
| Octal | 362 | 335 | 252 | 0 | 11 | 36 | 5 | 52 | 111 | 121 |
| Binary | 11110010 | 11011101 | 10101010 | 0 | 1001 | 11110 | 101 | 101010 | 1001001 | 1010001 |
Color Harmonies of #F2DDAA
Complementary color
Monochromatic Colors of #F2DDAA
Black with #F2DDAA
Text Example
Text Example
White with #F2DDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DDAA; }
p { color: rgb(242,221,170); }
H1.HeaderClassName
{
color: #F2DDAA;
}
.AnyTagClassName
{
color: #F2DDAA;
}
</style>
background-color css
<style>
a { background-color: #F2DDAA; }
a { background-color: rgb(242,221,170); }
div.DivClassName
{
background-color: #F2DDAA;
}
.BgClassName
{
background-color: #F2DDAA;
}
</style>
border-color css
<style>
span { border-color: #F2DDAA; }
span { border-color: rgb(242,221,170); }
td.TdClassName
{
border-color: #F2DDAA;
}
.TagClassName
{
border-color: #F2DDAA;
}
</style>