Shades of Peach-Yellow #FDE1AC
Tints of Peach-Yellow #FDE1AC
RGB
CMYK
RGB Variations
Color information
#FDE1AC (or 0xFDE1AC) is known color: Peach-Yellow. HEX triplet: FD, E1 and AC. RGB value is (253,225,172). Sum of RGB (Red+Green+Blue) = 253+225+172=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 225 (88.28% from 255 or 34.62% from 650); Blue value is 172 (67.58% from 255 or 26.46% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE1AC is #021E53. Grayscale: #E3E3E3. Windows color (decimal): -138836 or 11330045. OLE color: 11330045.
HSL color Cylindrical-coordinate representation of color #FDE1AC: hue angle of 39.26º 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 #FDE1AC is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 172 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.01 |
| HSL | 39.26º | 0.95% | 0.83% | - |
| HSV(B) | 39.26º | 0.32% | 0.99% | - |
| XYZ | 74.88 | 77.71 | 50.08 | - |
| YUV | 227.33 | 96.78 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 172 | 0 | 0.11 | 0.32 | 0.01 | 39.26 | 0.95 | 0.83 |
| Hex | FD | E1 | AC | 0 | B | 20 | 1 | 27 | 5F | 53 |
| Octal | 375 | 341 | 254 | 0 | 13 | 40 | 1 | 47 | 137 | 123 |
| Binary | 11111101 | 11100001 | 10101100 | 0 | 1011 | 100000 | 1 | 100111 | 1011111 | 1010011 |
Color Harmonies of #FDE1AC
Complementary color
Monochromatic Colors of #FDE1AC
Black with #FDE1AC
Text Example
Text Example
White with #FDE1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE1AC; }
p { color: rgb(253,225,172); }
H1.HeaderClassName
{
color: #FDE1AC;
}
.AnyTagClassName
{
color: #FDE1AC;
}
</style>
background-color css
<style>
a { background-color: #FDE1AC; }
a { background-color: rgb(253,225,172); }
div.DivClassName
{
background-color: #FDE1AC;
}
.BgClassName
{
background-color: #FDE1AC;
}
</style>
border-color css
<style>
span { border-color: #FDE1AC; }
span { border-color: rgb(253,225,172); }
td.TdClassName
{
border-color: #FDE1AC;
}
.TagClassName
{
border-color: #FDE1AC;
}
</style>