Shades of Peach-Yellow #FDE4AD
Tints of Peach-Yellow #FDE4AD
RGB
CMYK
RGB Variations
Color information
#FDE4AD (or 0xFDE4AD) is known color: Peach-Yellow. HEX triplet: FD, E4 and AD. RGB value is (253,228,173). Sum of RGB (Red+Green+Blue) = 253+228+173=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 228 (89.45% from 255 or 34.86% from 654); Blue value is 173 (67.97% from 255 or 26.45% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE4AD is #021B52. Grayscale: #E5E5E5. Windows color (decimal): -138067 or 11396349. OLE color: 11396349.
HSL color Cylindrical-coordinate representation of color #FDE4AD: hue angle of 41.25º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDE4AD is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 173 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.01 |
| HSL | 41.25º | 0.95% | 0.84% | - |
| HSV(B) | 41.25º | 0.32% | 0.99% | - |
| XYZ | 75.79 | 79.39 | 50.86 | - |
| YUV | 229.21 | 96.28 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 173 | 0 | 0.10 | 0.32 | 0.01 | 41.25 | 0.95 | 0.84 |
| Hex | FD | E4 | AD | 0 | A | 20 | 1 | 29 | 5F | 54 |
| Octal | 375 | 344 | 255 | 0 | 12 | 40 | 1 | 51 | 137 | 124 |
| Binary | 11111101 | 11100100 | 10101101 | 0 | 1010 | 100000 | 1 | 101001 | 1011111 | 1010100 |
Color Harmonies of #FDE4AD
Complementary color
Monochromatic Colors of #FDE4AD
Black with #FDE4AD
Text Example
Text Example
White with #FDE4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE4AD; }
p { color: rgb(253,228,173); }
H1.HeaderClassName
{
color: #FDE4AD;
}
.AnyTagClassName
{
color: #FDE4AD;
}
</style>
background-color css
<style>
a { background-color: #FDE4AD; }
a { background-color: rgb(253,228,173); }
div.DivClassName
{
background-color: #FDE4AD;
}
.BgClassName
{
background-color: #FDE4AD;
}
</style>
border-color css
<style>
span { border-color: #FDE4AD; }
span { border-color: rgb(253,228,173); }
td.TdClassName
{
border-color: #FDE4AD;
}
.TagClassName
{
border-color: #FDE4AD;
}
</style>