Shades of Peach-Yellow #FCE0AC
Tints of Peach-Yellow #FCE0AC
RGB
CMYK
RGB Variations
Color information
#FCE0AC (or 0xFCE0AC) is known color: Peach-Yellow. HEX triplet: FC, E0 and AC. RGB value is (252,224,172). Sum of RGB (Red+Green+Blue) = 252+224+172=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 224 (87.89% from 255 or 34.57% from 648); Blue value is 172 (67.58% from 255 or 26.54% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE0AC is #031F53. Grayscale: #E2E2E2. Windows color (decimal): -204628 or 11329788. OLE color: 11329788.
HSL color Cylindrical-coordinate representation of color #FCE0AC: hue angle of 39º 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 #FCE0AC is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 172 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.01 |
| HSL | 39º | 0.93% | 0.83% | - |
| HSV(B) | 39º | 0.32% | 0.99% | - |
| XYZ | 74.25 | 76.99 | 49.98 | - |
| YUV | 226.44 | 97.28 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 172 | 0 | 0.11 | 0.32 | 0.01 | 39 | 0.93 | 0.83 |
| Hex | FC | E0 | AC | 0 | B | 20 | 1 | 27 | 5D | 53 |
| Octal | 374 | 340 | 254 | 0 | 13 | 40 | 1 | 47 | 135 | 123 |
| Binary | 11111100 | 11100000 | 10101100 | 0 | 1011 | 100000 | 1 | 100111 | 1011101 | 1010011 |
Color Harmonies of #FCE0AC
Complementary color
Monochromatic Colors of #FCE0AC
Black with #FCE0AC
Text Example
Text Example
White with #FCE0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE0AC; }
p { color: rgb(252,224,172); }
H1.HeaderClassName
{
color: #FCE0AC;
}
.AnyTagClassName
{
color: #FCE0AC;
}
</style>
background-color css
<style>
a { background-color: #FCE0AC; }
a { background-color: rgb(252,224,172); }
div.DivClassName
{
background-color: #FCE0AC;
}
.BgClassName
{
background-color: #FCE0AC;
}
</style>
border-color css
<style>
span { border-color: #FCE0AC; }
span { border-color: rgb(252,224,172); }
td.TdClassName
{
border-color: #FCE0AC;
}
.TagClassName
{
border-color: #FCE0AC;
}
</style>