Shades of Buttermilk #FCE7A7
Tints of Buttermilk #FCE7A7
RGB
CMYK
RGB Variations
Color information
#FCE7A7 (or 0xFCE7A7) is known color: Buttermilk. HEX triplet: FC, E7 and A7. RGB value is (252,231,167). Sum of RGB (Red+Green+Blue) = 252+231+167=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 231 (90.62% from 255 or 35.54% from 650); Blue value is 167 (65.62% from 255 or 25.69% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE7A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE7A7 is #031858. Grayscale: #E6E6E6. Windows color (decimal): -202841 or 11003900. OLE color: 11003900.
HSL color Cylindrical-coordinate representation of color #FCE7A7: hue angle of 45.18º 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 #FCE7A7 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 231 | 167 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.01 |
| HSL | 45.18º | 0.93% | 0.82% | - |
| HSV(B) | 45.18º | 0.34% | 0.99% | - |
| XYZ | 75.7 | 80.64 | 48.13 | - |
| YUV | 229.98 | 92.46 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 231 | 167 | 0 | 0.08 | 0.34 | 0.01 | 45.18 | 0.93 | 0.82 |
| Hex | FC | E7 | A7 | 0 | 8 | 22 | 1 | 2D | 5D | 52 |
| Octal | 374 | 347 | 247 | 0 | 10 | 42 | 1 | 55 | 135 | 122 |
| Binary | 11111100 | 11100111 | 10100111 | 0 | 1000 | 100010 | 1 | 101101 | 1011101 | 1010010 |
Color Harmonies of #FCE7A7
Complementary color
Monochromatic Colors of #FCE7A7
Black with #FCE7A7
Text Example
Text Example
White with #FCE7A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE7A7; }
p { color: rgb(252,231,167); }
H1.HeaderClassName
{
color: #FCE7A7;
}
.AnyTagClassName
{
color: #FCE7A7;
}
</style>
background-color css
<style>
a { background-color: #FCE7A7; }
a { background-color: rgb(252,231,167); }
div.DivClassName
{
background-color: #FCE7A7;
}
.BgClassName
{
background-color: #FCE7A7;
}
</style>
border-color css
<style>
span { border-color: #FCE7A7; }
span { border-color: rgb(252,231,167); }
td.TdClassName
{
border-color: #FCE7A7;
}
.TagClassName
{
border-color: #FCE7A7;
}
</style>