Shades of Peach-Yellow #FCE4AC
Tints of Peach-Yellow #FCE4AC
RGB
CMYK
RGB Variations
Color information
#FCE4AC (or 0xFCE4AC) is known color: Peach-Yellow. HEX triplet: FC, E4 and AC. RGB value is (252,228,172). Sum of RGB (Red+Green+Blue) = 252+228+172=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 228 (89.45% from 255 or 34.97% from 652); Blue value is 172 (67.58% from 255 or 26.38% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE4AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE4AC is #031B53. Grayscale: #E5E5E5. Windows color (decimal): -203604 or 11330812. OLE color: 11330812.
HSL color Cylindrical-coordinate representation of color #FCE4AC: hue angle of 42º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCE4AC is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 172 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.01 |
| HSL | 42º | 0.93% | 0.83% | - |
| HSV(B) | 42º | 0.32% | 0.99% | - |
| XYZ | 75.33 | 79.16 | 50.34 | - |
| YUV | 228.79 | 95.95 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 172 | 0 | 0.10 | 0.32 | 0.01 | 42 | 0.93 | 0.83 |
| Hex | FC | E4 | AC | 0 | A | 20 | 1 | 2A | 5D | 53 |
| Octal | 374 | 344 | 254 | 0 | 12 | 40 | 1 | 52 | 135 | 123 |
| Binary | 11111100 | 11100100 | 10101100 | 0 | 1010 | 100000 | 1 | 101010 | 1011101 | 1010011 |
Color Harmonies of #FCE4AC
Complementary color
Monochromatic Colors of #FCE4AC
Black with #FCE4AC
Text Example
Text Example
White with #FCE4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE4AC; }
p { color: rgb(252,228,172); }
H1.HeaderClassName
{
color: #FCE4AC;
}
.AnyTagClassName
{
color: #FCE4AC;
}
</style>
background-color css
<style>
a { background-color: #FCE4AC; }
a { background-color: rgb(252,228,172); }
div.DivClassName
{
background-color: #FCE4AC;
}
.BgClassName
{
background-color: #FCE4AC;
}
</style>
border-color css
<style>
span { border-color: #FCE4AC; }
span { border-color: rgb(252,228,172); }
td.TdClassName
{
border-color: #FCE4AC;
}
.TagClassName
{
border-color: #FCE4AC;
}
</style>