Shades of Buttermilk #F6DCA6
Tints of Buttermilk #F6DCA6
RGB
CMYK
RGB Variations
Color information
#F6DCA6 (or 0xF6DCA6) is known color: Buttermilk. HEX triplet: F6, DC and A6. RGB value is (246,220,166). Sum of RGB (Red+Green+Blue) = 246+220+166=632 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.92% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 166 (65.23% from 255 or 26.27% from 632); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DCA6 is #092359. Grayscale: #DDDDDD. Windows color (decimal): -598874 or 10935542. OLE color: 10935542.
HSL color Cylindrical-coordinate representation of color #F6DCA6: hue angle of 40.5º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F6DCA6 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 220 | 166 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.04 |
| HSL | 40.5º | 0.82% | 0.81% | - |
| HSV(B) | 40.5º | 0.33% | 0.96% | - |
| XYZ | 70.48 | 73.53 | 46.55 | - |
| YUV | 221.62 | 96.61 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 220 | 166 | 0 | 0.11 | 0.33 | 0.04 | 40.5 | 0.82 | 0.81 |
| Hex | F6 | DC | A6 | 0 | B | 21 | 4 | 28 | 52 | 51 |
| Octal | 366 | 334 | 246 | 0 | 13 | 41 | 4 | 50 | 122 | 121 |
| Binary | 11110110 | 11011100 | 10100110 | 0 | 1011 | 100001 | 100 | 101000 | 1010010 | 1010001 |
Color Harmonies of #F6DCA6
Complementary color
Monochromatic Colors of #F6DCA6
Black with #F6DCA6
Text Example
Text Example
White with #F6DCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DCA6; }
p { color: rgb(246,220,166); }
H1.HeaderClassName
{
color: #F6DCA6;
}
.AnyTagClassName
{
color: #F6DCA6;
}
</style>
background-color css
<style>
a { background-color: #F6DCA6; }
a { background-color: rgb(246,220,166); }
div.DivClassName
{
background-color: #F6DCA6;
}
.BgClassName
{
background-color: #F6DCA6;
}
</style>
border-color css
<style>
span { border-color: #F6DCA6; }
span { border-color: rgb(246,220,166); }
td.TdClassName
{
border-color: #F6DCA6;
}
.TagClassName
{
border-color: #F6DCA6;
}
</style>