Shades of Buttermilk #FCE6A3
Tints of Buttermilk #FCE6A3
RGB
CMYK
RGB Variations
Color information
#FCE6A3 (or 0xFCE6A3) is known color: Buttermilk. HEX triplet: FC, E6 and A3. RGB value is (252,230,163). Sum of RGB (Red+Green+Blue) = 252+230+163=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 230 (90.23% from 255 or 35.66% from 645); Blue value is 163 (64.06% from 255 or 25.27% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE6A3 is #03195C. Grayscale: #E5E5E5. Windows color (decimal): -203101 or 10741500. OLE color: 10741500.
HSL color Cylindrical-coordinate representation of color #FCE6A3: hue angle of 45.17º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCE6A3 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 230 | 163 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.01 |
| HSL | 45.17º | 0.94% | 0.81% | - |
| HSV(B) | 45.17º | 0.35% | 0.99% | - |
| XYZ | 75.05 | 79.93 | 46.12 | - |
| YUV | 228.94 | 90.79 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 230 | 163 | 0 | 0.09 | 0.35 | 0.01 | 45.17 | 0.94 | 0.81 |
| Hex | FC | E6 | A3 | 0 | 9 | 23 | 1 | 2D | 5E | 51 |
| Octal | 374 | 346 | 243 | 0 | 11 | 43 | 1 | 55 | 136 | 121 |
| Binary | 11111100 | 11100110 | 10100011 | 0 | 1001 | 100011 | 1 | 101101 | 1011110 | 1010001 |
Color Harmonies of #FCE6A3
Complementary color
Monochromatic Colors of #FCE6A3
Black with #FCE6A3
Text Example
Text Example
White with #FCE6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE6A3; }
p { color: rgb(252,230,163); }
H1.HeaderClassName
{
color: #FCE6A3;
}
.AnyTagClassName
{
color: #FCE6A3;
}
</style>
background-color css
<style>
a { background-color: #FCE6A3; }
a { background-color: rgb(252,230,163); }
div.DivClassName
{
background-color: #FCE6A3;
}
.BgClassName
{
background-color: #FCE6A3;
}
</style>
border-color css
<style>
span { border-color: #FCE6A3; }
span { border-color: rgb(252,230,163); }
td.TdClassName
{
border-color: #FCE6A3;
}
.TagClassName
{
border-color: #FCE6A3;
}
</style>