Shades of Peach-Yellow #FCDEAB
Tints of Peach-Yellow #FCDEAB
RGB
CMYK
RGB Variations
Color information
#FCDEAB (or 0xFCDEAB) is known color: Peach-Yellow. HEX triplet: FC, DE and AB. RGB value is (252,222,171). Sum of RGB (Red+Green+Blue) = 252+222+171=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 222 (87.11% from 255 or 34.42% from 645); Blue value is 171 (67.19% from 255 or 26.51% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDEAB is #032154. Grayscale: #E1E1E1. Windows color (decimal): -205141 or 11263740. OLE color: 11263740.
HSL color Cylindrical-coordinate representation of color #FCDEAB: hue angle of 37.78º 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 #FCDEAB is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 222 | 171 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.01 |
| HSL | 37.78º | 0.93% | 0.83% | - |
| HSV(B) | 37.78º | 0.32% | 0.99% | - |
| XYZ | 73.62 | 75.88 | 49.29 | - |
| YUV | 225.16 | 97.44 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 222 | 171 | 0 | 0.12 | 0.32 | 0.01 | 37.78 | 0.93 | 0.83 |
| Hex | FC | DE | AB | 0 | C | 20 | 1 | 26 | 5D | 53 |
| Octal | 374 | 336 | 253 | 0 | 14 | 40 | 1 | 46 | 135 | 123 |
| Binary | 11111100 | 11011110 | 10101011 | 0 | 1100 | 100000 | 1 | 100110 | 1011101 | 1010011 |
Color Harmonies of #FCDEAB
Complementary color
Monochromatic Colors of #FCDEAB
Black with #FCDEAB
Text Example
Text Example
White with #FCDEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDEAB; }
p { color: rgb(252,222,171); }
H1.HeaderClassName
{
color: #FCDEAB;
}
.AnyTagClassName
{
color: #FCDEAB;
}
</style>
background-color css
<style>
a { background-color: #FCDEAB; }
a { background-color: rgb(252,222,171); }
div.DivClassName
{
background-color: #FCDEAB;
}
.BgClassName
{
background-color: #FCDEAB;
}
</style>
border-color css
<style>
span { border-color: #FCDEAB; }
span { border-color: rgb(252,222,171); }
td.TdClassName
{
border-color: #FCDEAB;
}
.TagClassName
{
border-color: #FCDEAB;
}
</style>