Shades of Buttermilk #F2DCA8
Tints of Buttermilk #F2DCA8
RGB
CMYK
RGB Variations
Color information
#F2DCA8 (or 0xF2DCA8) is known color: Buttermilk. HEX triplet: F2, DC and A8. RGB value is (242,220,168). Sum of RGB (Red+Green+Blue) = 242+220+168=630 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.41% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 168 (66.02% from 255 or 26.67% from 630); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DCA8 is #0D2357. Grayscale: #DCDCDC. Windows color (decimal): -861016 or 11066610. OLE color: 11066610.
HSL color Cylindrical-coordinate representation of color #F2DCA8: hue angle of 42.16º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2DCA8 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 220 | 168 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.05 |
| HSL | 42.16º | 0.74% | 0.8% | - |
| HSV(B) | 42.16º | 0.31% | 0.95% | - |
| XYZ | 69.28 | 72.89 | 47.46 | - |
| YUV | 220.65 | 98.29 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 168 | 0 | 0.09 | 0.31 | 0.05 | 42.16 | 0.74 | 0.8 |
| Hex | F2 | DC | A8 | 0 | 9 | 1F | 5 | 2A | 4A | 50 |
| Octal | 362 | 334 | 250 | 0 | 11 | 37 | 5 | 52 | 112 | 120 |
| Binary | 11110010 | 11011100 | 10101000 | 0 | 1001 | 11111 | 101 | 101010 | 1001010 | 1010000 |
Color Harmonies of #F2DCA8
Complementary color
Monochromatic Colors of #F2DCA8
Black with #F2DCA8
Text Example
Text Example
White with #F2DCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DCA8; }
p { color: rgb(242,220,168); }
H1.HeaderClassName
{
color: #F2DCA8;
}
.AnyTagClassName
{
color: #F2DCA8;
}
</style>
background-color css
<style>
a { background-color: #F2DCA8; }
a { background-color: rgb(242,220,168); }
div.DivClassName
{
background-color: #F2DCA8;
}
.BgClassName
{
background-color: #F2DCA8;
}
</style>
border-color css
<style>
span { border-color: #F2DCA8; }
span { border-color: rgb(242,220,168); }
td.TdClassName
{
border-color: #F2DCA8;
}
.TagClassName
{
border-color: #F2DCA8;
}
</style>