Shades of Buttermilk #FCE7A6
Tints of Buttermilk #FCE7A6
RGB
CMYK
RGB Variations
Color information
#FCE7A6 (or 0xFCE7A6) is known color: Buttermilk. HEX triplet: FC, E7 and A6. RGB value is (252,231,166). Sum of RGB (Red+Green+Blue) = 252+231+166=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 231 (90.62% from 255 or 35.59% from 649); Blue value is 166 (65.23% from 255 or 25.58% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE7A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE7A6 is #031859. Grayscale: #E6E6E6. Windows color (decimal): -202842 or 10938364. OLE color: 10938364.
HSL color Cylindrical-coordinate representation of color #FCE7A6: hue angle of 45.35º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FCE7A6 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 231 | 166 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.01 |
| HSL | 45.35º | 0.93% | 0.82% | - |
| HSV(B) | 45.35º | 0.34% | 0.99% | - |
| XYZ | 75.6 | 80.6 | 47.65 | - |
| YUV | 229.87 | 91.96 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 231 | 166 | 0 | 0.08 | 0.34 | 0.01 | 45.35 | 0.93 | 0.82 |
| Hex | FC | E7 | A6 | 0 | 8 | 22 | 1 | 2D | 5D | 52 |
| Octal | 374 | 347 | 246 | 0 | 10 | 42 | 1 | 55 | 135 | 122 |
| Binary | 11111100 | 11100111 | 10100110 | 0 | 1000 | 100010 | 1 | 101101 | 1011101 | 1010010 |
Color Harmonies of #FCE7A6
Complementary color
Monochromatic Colors of #FCE7A6
Black with #FCE7A6
Text Example
Text Example
White with #FCE7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE7A6; }
p { color: rgb(252,231,166); }
H1.HeaderClassName
{
color: #FCE7A6;
}
.AnyTagClassName
{
color: #FCE7A6;
}
</style>
background-color css
<style>
a { background-color: #FCE7A6; }
a { background-color: rgb(252,231,166); }
div.DivClassName
{
background-color: #FCE7A6;
}
.BgClassName
{
background-color: #FCE7A6;
}
</style>
border-color css
<style>
span { border-color: #FCE7A6; }
span { border-color: rgb(252,231,166); }
td.TdClassName
{
border-color: #FCE7A6;
}
.TagClassName
{
border-color: #FCE7A6;
}
</style>