Shades of Peach-Yellow #FCE3AC
Tints of Peach-Yellow #FCE3AC
RGB
CMYK
RGB Variations
Color information
#FCE3AC (or 0xFCE3AC) is known color: Peach-Yellow. HEX triplet: FC, E3 and AC. RGB value is (252,227,172). Sum of RGB (Red+Green+Blue) = 252+227+172=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 227 (89.06% from 255 or 34.87% from 651); Blue value is 172 (67.58% from 255 or 26.42% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE3AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE3AC is #031C53. Grayscale: #E4E4E4. Windows color (decimal): -203860 or 11330556. OLE color: 11330556.
HSL color Cylindrical-coordinate representation of color #FCE3AC: hue angle of 41.25º 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 #FCE3AC is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 172 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.01 |
| HSL | 41.25º | 0.93% | 0.83% | - |
| HSV(B) | 41.25º | 0.32% | 0.99% | - |
| XYZ | 75.06 | 78.61 | 50.25 | - |
| YUV | 228.21 | 96.28 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 172 | 0 | 0.10 | 0.32 | 0.01 | 41.25 | 0.93 | 0.83 |
| Hex | FC | E3 | AC | 0 | A | 20 | 1 | 29 | 5D | 53 |
| Octal | 374 | 343 | 254 | 0 | 12 | 40 | 1 | 51 | 135 | 123 |
| Binary | 11111100 | 11100011 | 10101100 | 0 | 1010 | 100000 | 1 | 101001 | 1011101 | 1010011 |
Color Harmonies of #FCE3AC
Complementary color
Monochromatic Colors of #FCE3AC
Black with #FCE3AC
Text Example
Text Example
White with #FCE3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE3AC; }
p { color: rgb(252,227,172); }
H1.HeaderClassName
{
color: #FCE3AC;
}
.AnyTagClassName
{
color: #FCE3AC;
}
</style>
background-color css
<style>
a { background-color: #FCE3AC; }
a { background-color: rgb(252,227,172); }
div.DivClassName
{
background-color: #FCE3AC;
}
.BgClassName
{
background-color: #FCE3AC;
}
</style>
border-color css
<style>
span { border-color: #FCE3AC; }
span { border-color: rgb(252,227,172); }
td.TdClassName
{
border-color: #FCE3AC;
}
.TagClassName
{
border-color: #FCE3AC;
}
</style>