Shades of Buttermilk #F2DFAC
Tints of Buttermilk #F2DFAC
RGB
CMYK
RGB Variations
Color information
#F2DFAC (or 0xF2DFAC) is known color: Buttermilk. HEX triplet: F2, DF and AC. RGB value is (242,223,172). Sum of RGB (Red+Green+Blue) = 242+223+172=637 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.99% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 172 (67.58% from 255 or 27.00% from 637); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DFAC is #0D2053. Grayscale: #DFDFDF. Windows color (decimal): -860244 or 11329522. OLE color: 11329522.
HSL color Cylindrical-coordinate representation of color #F2DFAC: hue angle of 43.71º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2DFAC is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 172 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.05 |
| HSL | 43.71º | 0.73% | 0.81% | - |
| HSV(B) | 43.71º | 0.29% | 0.95% | - |
| XYZ | 70.45 | 74.63 | 49.72 | - |
| YUV | 222.87 | 99.29 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 172 | 0 | 0.08 | 0.29 | 0.05 | 43.71 | 0.73 | 0.81 |
| Hex | F2 | DF | AC | 0 | 8 | 1D | 5 | 2C | 49 | 51 |
| Octal | 362 | 337 | 254 | 0 | 10 | 35 | 5 | 54 | 111 | 121 |
| Binary | 11110010 | 11011111 | 10101100 | 0 | 1000 | 11101 | 101 | 101100 | 1001001 | 1010001 |
Color Harmonies of #F2DFAC
Complementary color
Monochromatic Colors of #F2DFAC
Black with #F2DFAC
Text Example
Text Example
White with #F2DFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DFAC; }
p { color: rgb(242,223,172); }
H1.HeaderClassName
{
color: #F2DFAC;
}
.AnyTagClassName
{
color: #F2DFAC;
}
</style>
background-color css
<style>
a { background-color: #F2DFAC; }
a { background-color: rgb(242,223,172); }
div.DivClassName
{
background-color: #F2DFAC;
}
.BgClassName
{
background-color: #F2DFAC;
}
</style>
border-color css
<style>
span { border-color: #F2DFAC; }
span { border-color: rgb(242,223,172); }
td.TdClassName
{
border-color: #F2DFAC;
}
.TagClassName
{
border-color: #F2DFAC;
}
</style>