Shades of Peach #FDD0A7
Tints of Peach #FDD0A7
RGB
CMYK
RGB Variations
Color information
#FDD0A7 (or 0xFDD0A7) is known color: Peach. HEX triplet: FD, D0 and A7. RGB value is (253,208,167). Sum of RGB (Red+Green+Blue) = 253+208+167=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 208 (81.64% from 255 or 33.12% from 628); Blue value is 167 (65.62% from 255 or 26.59% from 628); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD0A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD0A7 is #022F58. Grayscale: #D8D8D8. Windows color (decimal): -143193 or 10998013. OLE color: 10998013.
HSL color Cylindrical-coordinate representation of color #FDD0A7: hue angle of 28.6º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDD0A7 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 167 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.01 |
| HSL | 28.6º | 0.96% | 0.82% | - |
| HSV(B) | 28.6º | 0.34% | 0.99% | - |
| XYZ | 70.04 | 68.78 | 46.14 | - |
| YUV | 216.78 | 99.91 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 167 | 0 | 0.18 | 0.34 | 0.01 | 28.6 | 0.96 | 0.82 |
| Hex | FD | D0 | A7 | 0 | 12 | 22 | 1 | 1D | 60 | 52 |
| Octal | 375 | 320 | 247 | 0 | 22 | 42 | 1 | 35 | 140 | 122 |
| Binary | 11111101 | 11010000 | 10100111 | 0 | 10010 | 100010 | 1 | 11101 | 1100000 | 1010010 |
Color Harmonies of #FDD0A7
Complementary color
Monochromatic Colors of #FDD0A7
Black with #FDD0A7
Text Example
Text Example
White with #FDD0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD0A7; }
p { color: rgb(253,208,167); }
H1.HeaderClassName
{
color: #FDD0A7;
}
.AnyTagClassName
{
color: #FDD0A7;
}
</style>
background-color css
<style>
a { background-color: #FDD0A7; }
a { background-color: rgb(253,208,167); }
div.DivClassName
{
background-color: #FDD0A7;
}
.BgClassName
{
background-color: #FDD0A7;
}
</style>
border-color css
<style>
span { border-color: #FDD0A7; }
span { border-color: rgb(253,208,167); }
td.TdClassName
{
border-color: #FDD0A7;
}
.TagClassName
{
border-color: #FDD0A7;
}
</style>