Shades of Peach-Yellow #FCDEAC
Tints of Peach-Yellow #FCDEAC
RGB
CMYK
RGB Variations
Color information
#FCDEAC (or 0xFCDEAC) is known color: Peach-Yellow. HEX triplet: FC, DE and AC. RGB value is (252,222,172). Sum of RGB (Red+Green+Blue) = 252+222+172=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 222 (87.11% from 255 or 34.37% from 646); Blue value is 172 (67.58% from 255 or 26.63% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDEAC is #032153. Grayscale: #E1E1E1. Windows color (decimal): -205140 or 11329276. OLE color: 11329276.
HSL color Cylindrical-coordinate representation of color #FCDEAC: hue angle of 37.5º 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 #FCDEAC is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 222 | 172 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.01 |
| HSL | 37.5º | 0.93% | 0.83% | - |
| HSV(B) | 37.5º | 0.32% | 0.99% | - |
| XYZ | 73.71 | 75.92 | 49.8 | - |
| YUV | 225.27 | 97.94 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 222 | 172 | 0 | 0.12 | 0.32 | 0.01 | 37.5 | 0.93 | 0.83 |
| Hex | FC | DE | AC | 0 | C | 20 | 1 | 26 | 5D | 53 |
| Octal | 374 | 336 | 254 | 0 | 14 | 40 | 1 | 46 | 135 | 123 |
| Binary | 11111100 | 11011110 | 10101100 | 0 | 1100 | 100000 | 1 | 100110 | 1011101 | 1010011 |
Color Harmonies of #FCDEAC
Complementary color
Monochromatic Colors of #FCDEAC
Black with #FCDEAC
Text Example
Text Example
White with #FCDEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDEAC; }
p { color: rgb(252,222,172); }
H1.HeaderClassName
{
color: #FCDEAC;
}
.AnyTagClassName
{
color: #FCDEAC;
}
</style>
background-color css
<style>
a { background-color: #FCDEAC; }
a { background-color: rgb(252,222,172); }
div.DivClassName
{
background-color: #FCDEAC;
}
.BgClassName
{
background-color: #FCDEAC;
}
</style>
border-color css
<style>
span { border-color: #FCDEAC; }
span { border-color: rgb(252,222,172); }
td.TdClassName
{
border-color: #FCDEAC;
}
.TagClassName
{
border-color: #FCDEAC;
}
</style>