Shades of Buttermilk #F2DCAA
Tints of Buttermilk #F2DCAA
RGB
CMYK
RGB Variations
Color information
#F2DCAA (or 0xF2DCAA) is known color: Buttermilk. HEX triplet: F2, DC and AA. RGB value is (242,220,170). Sum of RGB (Red+Green+Blue) = 242+220+170=632 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.29% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 170 (66.80% from 255 or 26.90% from 632); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DCAA is #0D2355. Grayscale: #DDDDDD. Windows color (decimal): -861014 or 11197682. OLE color: 11197682.
HSL color Cylindrical-coordinate representation of color #F2DCAA: hue angle of 41.67º 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 #F2DCAA is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 220 | 170 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.05 |
| HSL | 41.67º | 0.73% | 0.81% | - |
| HSV(B) | 41.67º | 0.3% | 0.95% | - |
| XYZ | 69.47 | 72.97 | 48.45 | - |
| YUV | 220.88 | 99.29 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 170 | 0 | 0.09 | 0.30 | 0.05 | 41.67 | 0.73 | 0.81 |
| Hex | F2 | DC | AA | 0 | 9 | 1E | 5 | 2A | 49 | 51 |
| Octal | 362 | 334 | 252 | 0 | 11 | 36 | 5 | 52 | 111 | 121 |
| Binary | 11110010 | 11011100 | 10101010 | 0 | 1001 | 11110 | 101 | 101010 | 1001001 | 1010001 |
Color Harmonies of #F2DCAA
Complementary color
Monochromatic Colors of #F2DCAA
Black with #F2DCAA
Text Example
Text Example
White with #F2DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DCAA; }
p { color: rgb(242,220,170); }
H1.HeaderClassName
{
color: #F2DCAA;
}
.AnyTagClassName
{
color: #F2DCAA;
}
</style>
background-color css
<style>
a { background-color: #F2DCAA; }
a { background-color: rgb(242,220,170); }
div.DivClassName
{
background-color: #F2DCAA;
}
.BgClassName
{
background-color: #F2DCAA;
}
</style>
border-color css
<style>
span { border-color: #F2DCAA; }
span { border-color: rgb(242,220,170); }
td.TdClassName
{
border-color: #F2DCAA;
}
.TagClassName
{
border-color: #F2DCAA;
}
</style>