Shades of Peach-Yellow #FDE4AC
Tints of Peach-Yellow #FDE4AC
RGB
CMYK
RGB Variations
Color information
#FDE4AC (or 0xFDE4AC) is known color: Peach-Yellow. HEX triplet: FD, E4 and AC. RGB value is (253,228,172). Sum of RGB (Red+Green+Blue) = 253+228+172=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 228 (89.45% from 255 or 34.92% from 653); Blue value is 172 (67.58% from 255 or 26.34% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE4AC is #021B53. Grayscale: #E5E5E5. Windows color (decimal): -138068 or 11330813. OLE color: 11330813.
HSL color Cylindrical-coordinate representation of color #FDE4AC: hue angle of 41.48º degrees, saturation: 0.95, 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 #FDE4AC is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 172 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.01 |
| HSL | 41.48º | 0.95% | 0.83% | - |
| HSV(B) | 41.48º | 0.32% | 0.99% | - |
| XYZ | 75.7 | 79.35 | 50.36 | - |
| YUV | 229.09 | 95.78 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 172 | 0 | 0.10 | 0.32 | 0.01 | 41.48 | 0.95 | 0.83 |
| Hex | FD | E4 | AC | 0 | A | 20 | 1 | 29 | 5F | 53 |
| Octal | 375 | 344 | 254 | 0 | 12 | 40 | 1 | 51 | 137 | 123 |
| Binary | 11111101 | 11100100 | 10101100 | 0 | 1010 | 100000 | 1 | 101001 | 1011111 | 1010011 |
Color Harmonies of #FDE4AC
Complementary color
Monochromatic Colors of #FDE4AC
Black with #FDE4AC
Text Example
Text Example
White with #FDE4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE4AC; }
p { color: rgb(253,228,172); }
H1.HeaderClassName
{
color: #FDE4AC;
}
.AnyTagClassName
{
color: #FDE4AC;
}
</style>
background-color css
<style>
a { background-color: #FDE4AC; }
a { background-color: rgb(253,228,172); }
div.DivClassName
{
background-color: #FDE4AC;
}
.BgClassName
{
background-color: #FDE4AC;
}
</style>
border-color css
<style>
span { border-color: #FDE4AC; }
span { border-color: rgb(253,228,172); }
td.TdClassName
{
border-color: #FDE4AC;
}
.TagClassName
{
border-color: #FDE4AC;
}
</style>