Shades of Peach-Yellow #FDE3AD
Tints of Peach-Yellow #FDE3AD
RGB
CMYK
RGB Variations
Color information
#FDE3AD (or 0xFDE3AD) is known color: Peach-Yellow. HEX triplet: FD, E3 and AD. RGB value is (253,227,173). Sum of RGB (Red+Green+Blue) = 253+227+173=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 227 (89.06% from 255 or 34.76% from 653); Blue value is 173 (67.97% from 255 or 26.49% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE3AD is #021C52. Grayscale: #E4E4E4. Windows color (decimal): -138323 or 11396093. OLE color: 11396093.
HSL color Cylindrical-coordinate representation of color #FDE3AD: hue angle of 40.5º 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 #FDE3AD is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 227 | 173 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.01 |
| HSL | 40.5º | 0.95% | 0.84% | - |
| HSV(B) | 40.5º | 0.32% | 0.99% | - |
| XYZ | 75.52 | 78.84 | 50.77 | - |
| YUV | 228.62 | 96.61 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 227 | 173 | 0 | 0.10 | 0.32 | 0.01 | 40.5 | 0.95 | 0.84 |
| Hex | FD | E3 | AD | 0 | A | 20 | 1 | 28 | 5F | 54 |
| Octal | 375 | 343 | 255 | 0 | 12 | 40 | 1 | 50 | 137 | 124 |
| Binary | 11111101 | 11100011 | 10101101 | 0 | 1010 | 100000 | 1 | 101000 | 1011111 | 1010100 |
Color Harmonies of #FDE3AD
Complementary color
Monochromatic Colors of #FDE3AD
Black with #FDE3AD
Text Example
Text Example
White with #FDE3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE3AD; }
p { color: rgb(253,227,173); }
H1.HeaderClassName
{
color: #FDE3AD;
}
.AnyTagClassName
{
color: #FDE3AD;
}
</style>
background-color css
<style>
a { background-color: #FDE3AD; }
a { background-color: rgb(253,227,173); }
div.DivClassName
{
background-color: #FDE3AD;
}
.BgClassName
{
background-color: #FDE3AD;
}
</style>
border-color css
<style>
span { border-color: #FDE3AD; }
span { border-color: rgb(253,227,173); }
td.TdClassName
{
border-color: #FDE3AD;
}
.TagClassName
{
border-color: #FDE3AD;
}
</style>