Shades of Buttermilk #FCE5A4
Tints of Buttermilk #FCE5A4
RGB
CMYK
RGB Variations
Color information
#FCE5A4 (or 0xFCE5A4) is known color: Buttermilk. HEX triplet: FC, E5 and A4. RGB value is (252,229,164). Sum of RGB (Red+Green+Blue) = 252+229+164=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 229 (89.84% from 255 or 35.50% from 645); Blue value is 164 (64.45% from 255 or 25.43% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE5A4 is #031A5B. Grayscale: #E4E4E4. Windows color (decimal): -203356 or 10806780. OLE color: 10806780.
HSL color Cylindrical-coordinate representation of color #FCE5A4: hue angle of 44.32º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCE5A4 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 164 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.01 |
| HSL | 44.32º | 0.94% | 0.82% | - |
| HSV(B) | 44.32º | 0.35% | 0.99% | - |
| XYZ | 74.87 | 79.41 | 46.5 | - |
| YUV | 228.47 | 91.62 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 164 | 0 | 0.09 | 0.35 | 0.01 | 44.32 | 0.94 | 0.82 |
| Hex | FC | E5 | A4 | 0 | 9 | 23 | 1 | 2C | 5E | 52 |
| Octal | 374 | 345 | 244 | 0 | 11 | 43 | 1 | 54 | 136 | 122 |
| Binary | 11111100 | 11100101 | 10100100 | 0 | 1001 | 100011 | 1 | 101100 | 1011110 | 1010010 |
Color Harmonies of #FCE5A4
Complementary color
Monochromatic Colors of #FCE5A4
Black with #FCE5A4
Text Example
Text Example
White with #FCE5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE5A4; }
p { color: rgb(252,229,164); }
H1.HeaderClassName
{
color: #FCE5A4;
}
.AnyTagClassName
{
color: #FCE5A4;
}
</style>
background-color css
<style>
a { background-color: #FCE5A4; }
a { background-color: rgb(252,229,164); }
div.DivClassName
{
background-color: #FCE5A4;
}
.BgClassName
{
background-color: #FCE5A4;
}
</style>
border-color css
<style>
span { border-color: #FCE5A4; }
span { border-color: rgb(252,229,164); }
td.TdClassName
{
border-color: #FCE5A4;
}
.TagClassName
{
border-color: #FCE5A4;
}
</style>