Shades of Peach-Yellow #FCE0AB
Tints of Peach-Yellow #FCE0AB
RGB
CMYK
RGB Variations
Color information
#FCE0AB (or 0xFCE0AB) is known color: Peach-Yellow. HEX triplet: FC, E0 and AB. RGB value is (252,224,171). Sum of RGB (Red+Green+Blue) = 252+224+171=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 224 (87.89% from 255 or 34.62% from 647); Blue value is 171 (67.19% from 255 or 26.43% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE0AB is #031F54. Grayscale: #E2E2E2. Windows color (decimal): -204629 or 11264252. OLE color: 11264252.
HSL color Cylindrical-coordinate representation of color #FCE0AB: hue angle of 39.26º 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 #FCE0AB is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 171 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.01 |
| HSL | 39.26º | 0.93% | 0.83% | - |
| HSV(B) | 39.26º | 0.32% | 0.99% | - |
| XYZ | 74.15 | 76.95 | 49.47 | - |
| YUV | 226.33 | 96.78 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 171 | 0 | 0.11 | 0.32 | 0.01 | 39.26 | 0.93 | 0.83 |
| Hex | FC | E0 | AB | 0 | B | 20 | 1 | 27 | 5D | 53 |
| Octal | 374 | 340 | 253 | 0 | 13 | 40 | 1 | 47 | 135 | 123 |
| Binary | 11111100 | 11100000 | 10101011 | 0 | 1011 | 100000 | 1 | 100111 | 1011101 | 1010011 |
Color Harmonies of #FCE0AB
Complementary color
Monochromatic Colors of #FCE0AB
Black with #FCE0AB
Text Example
Text Example
White with #FCE0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE0AB; }
p { color: rgb(252,224,171); }
H1.HeaderClassName
{
color: #FCE0AB;
}
.AnyTagClassName
{
color: #FCE0AB;
}
</style>
background-color css
<style>
a { background-color: #FCE0AB; }
a { background-color: rgb(252,224,171); }
div.DivClassName
{
background-color: #FCE0AB;
}
.BgClassName
{
background-color: #FCE0AB;
}
</style>
border-color css
<style>
span { border-color: #FCE0AB; }
span { border-color: rgb(252,224,171); }
td.TdClassName
{
border-color: #FCE0AB;
}
.TagClassName
{
border-color: #FCE0AB;
}
</style>