Shades of Buttermilk #F2DFAA
Tints of Buttermilk #F2DFAA
RGB
CMYK
RGB Variations
Color information
#F2DFAA (or 0xF2DFAA) is known color: Buttermilk. HEX triplet: F2, DF and AA. RGB value is (242,223,170). Sum of RGB (Red+Green+Blue) = 242+223+170=635 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.11% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 170 (66.80% from 255 or 26.77% from 635); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DFAA is #0D2055. Grayscale: #DEDEDE. Windows color (decimal): -860246 or 11198450. OLE color: 11198450.
HSL color Cylindrical-coordinate representation of color #F2DFAA: hue angle of 44.17º 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 #F2DFAA is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 170 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.05 |
| HSL | 44.17º | 0.73% | 0.81% | - |
| HSV(B) | 44.17º | 0.3% | 0.95% | - |
| XYZ | 70.26 | 74.55 | 48.72 | - |
| YUV | 222.64 | 98.29 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 170 | 0 | 0.08 | 0.30 | 0.05 | 44.17 | 0.73 | 0.81 |
| Hex | F2 | DF | AA | 0 | 8 | 1E | 5 | 2C | 49 | 51 |
| Octal | 362 | 337 | 252 | 0 | 10 | 36 | 5 | 54 | 111 | 121 |
| Binary | 11110010 | 11011111 | 10101010 | 0 | 1000 | 11110 | 101 | 101100 | 1001001 | 1010001 |
Color Harmonies of #F2DFAA
Complementary color
Monochromatic Colors of #F2DFAA
Black with #F2DFAA
Text Example
Text Example
White with #F2DFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DFAA; }
p { color: rgb(242,223,170); }
H1.HeaderClassName
{
color: #F2DFAA;
}
.AnyTagClassName
{
color: #F2DFAA;
}
</style>
background-color css
<style>
a { background-color: #F2DFAA; }
a { background-color: rgb(242,223,170); }
div.DivClassName
{
background-color: #F2DFAA;
}
.BgClassName
{
background-color: #F2DFAA;
}
</style>
border-color css
<style>
span { border-color: #F2DFAA; }
span { border-color: rgb(242,223,170); }
td.TdClassName
{
border-color: #F2DFAA;
}
.TagClassName
{
border-color: #F2DFAA;
}
</style>