Shades of Buttermilk #F6DBA2
Tints of Buttermilk #F6DBA2
RGB
CMYK
RGB Variations
Color information
#F6DBA2 (or 0xF6DBA2) is known color: Buttermilk. HEX triplet: F6, DB and A2. RGB value is (246,219,162). Sum of RGB (Red+Green+Blue) = 246+219+162=627 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.23% from 627); Green value is 219 (85.94% from 255 or 34.93% from 627); Blue value is 162 (63.67% from 255 or 25.84% from 627); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DBA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DBA2 is #09245D. Grayscale: #DCDCDC. Windows color (decimal): -599134 or 10673142. OLE color: 10673142.
HSL color Cylindrical-coordinate representation of color #F6DBA2: hue angle of 40.71º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F6DBA2 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 219 | 162 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.04 |
| HSL | 40.71º | 0.82% | 0.8% | - |
| HSV(B) | 40.71º | 0.34% | 0.96% | - |
| XYZ | 69.86 | 72.86 | 44.56 | - |
| YUV | 220.58 | 94.95 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 219 | 162 | 0 | 0.11 | 0.34 | 0.04 | 40.71 | 0.82 | 0.8 |
| Hex | F6 | DB | A2 | 0 | B | 22 | 4 | 29 | 52 | 50 |
| Octal | 366 | 333 | 242 | 0 | 13 | 42 | 4 | 51 | 122 | 120 |
| Binary | 11110110 | 11011011 | 10100010 | 0 | 1011 | 100010 | 100 | 101001 | 1010010 | 1010000 |
Color Harmonies of #F6DBA2
Complementary color
Monochromatic Colors of #F6DBA2
Black with #F6DBA2
Text Example
Text Example
White with #F6DBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DBA2; }
p { color: rgb(246,219,162); }
H1.HeaderClassName
{
color: #F6DBA2;
}
.AnyTagClassName
{
color: #F6DBA2;
}
</style>
background-color css
<style>
a { background-color: #F6DBA2; }
a { background-color: rgb(246,219,162); }
div.DivClassName
{
background-color: #F6DBA2;
}
.BgClassName
{
background-color: #F6DBA2;
}
</style>
border-color css
<style>
span { border-color: #F6DBA2; }
span { border-color: rgb(246,219,162); }
td.TdClassName
{
border-color: #F6DBA2;
}
.TagClassName
{
border-color: #F6DBA2;
}
</style>