Shades of Buttermilk #F2DDAB
Tints of Buttermilk #F2DDAB
RGB
CMYK
RGB Variations
Color information
#F2DDAB (or 0xF2DDAB) is known color: Buttermilk. HEX triplet: F2, DD and AB. RGB value is (242,221,171). Sum of RGB (Red+Green+Blue) = 242+221+171=634 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.17% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 171 (67.19% from 255 or 26.97% from 634); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DDAB is #0D2254. Grayscale: #DDDDDD. Windows color (decimal): -860757 or 11263474. OLE color: 11263474.
HSL color Cylindrical-coordinate representation of color #F2DDAB: hue angle of 42.25º 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 #F2DDAB is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 171 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.05 |
| HSL | 42.25º | 0.73% | 0.81% | - |
| HSV(B) | 42.25º | 0.29% | 0.95% | - |
| XYZ | 69.83 | 73.53 | 49.04 | - |
| YUV | 221.58 | 99.46 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 171 | 0 | 0.09 | 0.29 | 0.05 | 42.25 | 0.73 | 0.81 |
| Hex | F2 | DD | AB | 0 | 9 | 1D | 5 | 2A | 49 | 51 |
| Octal | 362 | 335 | 253 | 0 | 11 | 35 | 5 | 52 | 111 | 121 |
| Binary | 11110010 | 11011101 | 10101011 | 0 | 1001 | 11101 | 101 | 101010 | 1001001 | 1010001 |
Color Harmonies of #F2DDAB
Complementary color
Monochromatic Colors of #F2DDAB
Black with #F2DDAB
Text Example
Text Example
White with #F2DDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DDAB; }
p { color: rgb(242,221,171); }
H1.HeaderClassName
{
color: #F2DDAB;
}
.AnyTagClassName
{
color: #F2DDAB;
}
</style>
background-color css
<style>
a { background-color: #F2DDAB; }
a { background-color: rgb(242,221,171); }
div.DivClassName
{
background-color: #F2DDAB;
}
.BgClassName
{
background-color: #F2DDAB;
}
</style>
border-color css
<style>
span { border-color: #F2DDAB; }
span { border-color: rgb(242,221,171); }
td.TdClassName
{
border-color: #F2DDAB;
}
.TagClassName
{
border-color: #F2DDAB;
}
</style>