Shades of Buttermilk #FCE7A8
Tints of Buttermilk #FCE7A8
RGB
CMYK
RGB Variations
Color information
#FCE7A8 (or 0xFCE7A8) is known color: Buttermilk. HEX triplet: FC, E7 and A8. RGB value is (252,231,168). Sum of RGB (Red+Green+Blue) = 252+231+168=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 231 (90.62% from 255 or 35.48% from 651); Blue value is 168 (66.02% from 255 or 25.81% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE7A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE7A8 is #031857. Grayscale: #E6E6E6. Windows color (decimal): -202840 or 11069436. OLE color: 11069436.
HSL color Cylindrical-coordinate representation of color #FCE7A8: hue angle of 45º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCE7A8 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 231 | 168 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.01 |
| HSL | 45º | 0.93% | 0.82% | - |
| HSV(B) | 45º | 0.33% | 0.99% | - |
| XYZ | 75.79 | 80.67 | 48.62 | - |
| YUV | 230.1 | 92.96 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 231 | 168 | 0 | 0.08 | 0.33 | 0.01 | 45 | 0.93 | 0.82 |
| Hex | FC | E7 | A8 | 0 | 8 | 21 | 1 | 2D | 5D | 52 |
| Octal | 374 | 347 | 250 | 0 | 10 | 41 | 1 | 55 | 135 | 122 |
| Binary | 11111100 | 11100111 | 10101000 | 0 | 1000 | 100001 | 1 | 101101 | 1011101 | 1010010 |
Color Harmonies of #FCE7A8
Complementary color
Monochromatic Colors of #FCE7A8
Black with #FCE7A8
Text Example
Text Example
White with #FCE7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE7A8; }
p { color: rgb(252,231,168); }
H1.HeaderClassName
{
color: #FCE7A8;
}
.AnyTagClassName
{
color: #FCE7A8;
}
</style>
background-color css
<style>
a { background-color: #FCE7A8; }
a { background-color: rgb(252,231,168); }
div.DivClassName
{
background-color: #FCE7A8;
}
.BgClassName
{
background-color: #FCE7A8;
}
</style>
border-color css
<style>
span { border-color: #FCE7A8; }
span { border-color: rgb(252,231,168); }
td.TdClassName
{
border-color: #FCE7A8;
}
.TagClassName
{
border-color: #FCE7A8;
}
</style>