Shades of Peach #FDD1A8
Tints of Peach #FDD1A8
RGB
CMYK
RGB Variations
Color information
#FDD1A8 (or 0xFDD1A8) is known color: Peach. HEX triplet: FD, D1 and A8. RGB value is (253,209,168). Sum of RGB (Red+Green+Blue) = 253+209+168=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 209 (82.03% from 255 or 33.17% from 630); Blue value is 168 (66.02% from 255 or 26.67% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD1A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD1A8 is #022E57. Grayscale: #D9D9D9. Windows color (decimal): -142936 or 11063805. OLE color: 11063805.
HSL color Cylindrical-coordinate representation of color #FDD1A8: hue angle of 28.94º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDD1A8 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 168 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.01 |
| HSL | 28.94º | 0.96% | 0.83% | - |
| HSV(B) | 28.94º | 0.34% | 0.99% | - |
| XYZ | 70.38 | 69.31 | 46.71 | - |
| YUV | 217.48 | 100.08 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 168 | 0 | 0.17 | 0.34 | 0.01 | 28.94 | 0.96 | 0.83 |
| Hex | FD | D1 | A8 | 0 | 11 | 22 | 1 | 1D | 60 | 53 |
| Octal | 375 | 321 | 250 | 0 | 21 | 42 | 1 | 35 | 140 | 123 |
| Binary | 11111101 | 11010001 | 10101000 | 0 | 10001 | 100010 | 1 | 11101 | 1100000 | 1010011 |
Color Harmonies of #FDD1A8
Complementary color
Monochromatic Colors of #FDD1A8
Black with #FDD1A8
Text Example
Text Example
White with #FDD1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD1A8; }
p { color: rgb(253,209,168); }
H1.HeaderClassName
{
color: #FDD1A8;
}
.AnyTagClassName
{
color: #FDD1A8;
}
</style>
background-color css
<style>
a { background-color: #FDD1A8; }
a { background-color: rgb(253,209,168); }
div.DivClassName
{
background-color: #FDD1A8;
}
.BgClassName
{
background-color: #FDD1A8;
}
</style>
border-color css
<style>
span { border-color: #FDD1A8; }
span { border-color: rgb(253,209,168); }
td.TdClassName
{
border-color: #FDD1A8;
}
.TagClassName
{
border-color: #FDD1A8;
}
</style>