Shades of Buttermilk #F2DCA2
Tints of Buttermilk #F2DCA2
RGB
CMYK
RGB Variations
Color information
#F2DCA2 (or 0xF2DCA2) is known color: Buttermilk. HEX triplet: F2, DC and A2. RGB value is (242,220,162). Sum of RGB (Red+Green+Blue) = 242+220+162=624 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.78% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 162 (63.67% from 255 or 25.96% from 624); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DCA2 is #0D235D. Grayscale: #DCDCDC. Windows color (decimal): -861022 or 10673394. OLE color: 10673394.
HSL color Cylindrical-coordinate representation of color #F2DCA2: hue angle of 43.5º degrees, saturation: 0.75, 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 #F2DCA2 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 220 | 162 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.05 |
| HSL | 43.5º | 0.75% | 0.79% | - |
| HSV(B) | 43.5º | 0.33% | 0.95% | - |
| XYZ | 68.73 | 72.67 | 44.59 | - |
| YUV | 219.97 | 95.29 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 162 | 0 | 0.09 | 0.33 | 0.05 | 43.5 | 0.75 | 0.79 |
| Hex | F2 | DC | A2 | 0 | 9 | 21 | 5 | 2C | 4B | 4F |
| Octal | 362 | 334 | 242 | 0 | 11 | 41 | 5 | 54 | 113 | 117 |
| Binary | 11110010 | 11011100 | 10100010 | 0 | 1001 | 100001 | 101 | 101100 | 1001011 | 1001111 |
Color Harmonies of #F2DCA2
Complementary color
Monochromatic Colors of #F2DCA2
Black with #F2DCA2
Text Example
Text Example
White with #F2DCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DCA2; }
p { color: rgb(242,220,162); }
H1.HeaderClassName
{
color: #F2DCA2;
}
.AnyTagClassName
{
color: #F2DCA2;
}
</style>
background-color css
<style>
a { background-color: #F2DCA2; }
a { background-color: rgb(242,220,162); }
div.DivClassName
{
background-color: #F2DCA2;
}
.BgClassName
{
background-color: #F2DCA2;
}
</style>
border-color css
<style>
span { border-color: #F2DCA2; }
span { border-color: rgb(242,220,162); }
td.TdClassName
{
border-color: #F2DCA2;
}
.TagClassName
{
border-color: #F2DCA2;
}
</style>