Shades of Peach-Yellow #FCE0B0
Tints of Peach-Yellow #FCE0B0
RGB
CMYK
RGB Variations
Color information
#FCE0B0 (or 0xFCE0B0) is known color: Peach-Yellow. HEX triplet: FC, E0 and B0. RGB value is (252,224,176). Sum of RGB (Red+Green+Blue) = 252+224+176=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 224 (87.89% from 255 or 34.36% from 652); Blue value is 176 (69.14% from 255 or 26.99% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE0B0 is #031F4F. Grayscale: #E3E3E3. Windows color (decimal): -204624 or 11591932. OLE color: 11591932.
HSL color Cylindrical-coordinate representation of color #FCE0B0: hue angle of 37.89º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCE0B0 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 176 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.01 |
| HSL | 37.89º | 0.93% | 0.84% | - |
| HSV(B) | 37.89º | 0.3% | 0.99% | - |
| XYZ | 74.64 | 77.14 | 52.03 | - |
| YUV | 226.9 | 99.28 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 176 | 0 | 0.11 | 0.30 | 0.01 | 37.89 | 0.93 | 0.84 |
| Hex | FC | E0 | B0 | 0 | B | 1E | 1 | 26 | 5D | 54 |
| Octal | 374 | 340 | 260 | 0 | 13 | 36 | 1 | 46 | 135 | 124 |
| Binary | 11111100 | 11100000 | 10110000 | 0 | 1011 | 11110 | 1 | 100110 | 1011101 | 1010100 |
Color Harmonies of #FCE0B0
Complementary color
Monochromatic Colors of #FCE0B0
Black with #FCE0B0
Text Example
Text Example
White with #FCE0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE0B0; }
p { color: rgb(252,224,176); }
H1.HeaderClassName
{
color: #FCE0B0;
}
.AnyTagClassName
{
color: #FCE0B0;
}
</style>
background-color css
<style>
a { background-color: #FCE0B0; }
a { background-color: rgb(252,224,176); }
div.DivClassName
{
background-color: #FCE0B0;
}
.BgClassName
{
background-color: #FCE0B0;
}
</style>
border-color css
<style>
span { border-color: #FCE0B0; }
span { border-color: rgb(252,224,176); }
td.TdClassName
{
border-color: #FCE0B0;
}
.TagClassName
{
border-color: #FCE0B0;
}
</style>