Shades of Buttermilk #F2DDA3
Tints of Buttermilk #F2DDA3
RGB
CMYK
RGB Variations
Color information
#F2DDA3 (or 0xF2DDA3) is known color: Buttermilk. HEX triplet: F2, DD and A3. RGB value is (242,221,163). Sum of RGB (Red+Green+Blue) = 242+221+163=626 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.66% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 163 (64.06% from 255 or 26.04% from 626); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DDA3 is #0D225C. Grayscale: #DCDCDC. Windows color (decimal): -860765 or 10739186. OLE color: 10739186.
HSL color Cylindrical-coordinate representation of color #F2DDA3: hue angle of 44.05º 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 #F2DDA3 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 163 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.05 |
| HSL | 44.05º | 0.75% | 0.79% | - |
| HSV(B) | 44.05º | 0.33% | 0.95% | - |
| XYZ | 69.09 | 73.23 | 45.14 | - |
| YUV | 220.67 | 95.46 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 163 | 0 | 0.09 | 0.33 | 0.05 | 44.05 | 0.75 | 0.79 |
| Hex | F2 | DD | A3 | 0 | 9 | 21 | 5 | 2C | 4B | 4F |
| Octal | 362 | 335 | 243 | 0 | 11 | 41 | 5 | 54 | 113 | 117 |
| Binary | 11110010 | 11011101 | 10100011 | 0 | 1001 | 100001 | 101 | 101100 | 1001011 | 1001111 |
Color Harmonies of #F2DDA3
Complementary color
Monochromatic Colors of #F2DDA3
Black with #F2DDA3
Text Example
Text Example
White with #F2DDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DDA3; }
p { color: rgb(242,221,163); }
H1.HeaderClassName
{
color: #F2DDA3;
}
.AnyTagClassName
{
color: #F2DDA3;
}
</style>
background-color css
<style>
a { background-color: #F2DDA3; }
a { background-color: rgb(242,221,163); }
div.DivClassName
{
background-color: #F2DDA3;
}
.BgClassName
{
background-color: #F2DDA3;
}
</style>
border-color css
<style>
span { border-color: #F2DDA3; }
span { border-color: rgb(242,221,163); }
td.TdClassName
{
border-color: #F2DDA3;
}
.TagClassName
{
border-color: #F2DDA3;
}
</style>