Shades of Peach #FFD0AA
Tints of Peach #FFD0AA
RGB
CMYK
RGB Variations
Color information
#FFD0AA (or 0xFFD0AA) is known color: Peach. HEX triplet: FF, D0 and AA. RGB value is (255,208,170). Sum of RGB (Red+Green+Blue) = 255+208+170=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 208 (81.64% from 255 or 32.86% from 633); Blue value is 170 (66.80% from 255 or 26.86% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD0AA is #002F55. Grayscale: #D9D9D9. Windows color (decimal): -12118 or 11194623. OLE color: 11194623.
HSL color Cylindrical-coordinate representation of color #FFD0AA: hue angle of 26.82º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFD0AA is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 170 | - |
| CMYK | 0 | 0.18 | 0.33 | 0 |
| HSL | 26.82º | 1% | 0.83% | - |
| HSV(B) | 26.82º | 0.33% | 1% | - |
| XYZ | 71.05 | 69.27 | 47.66 | - |
| YUV | 217.72 | 101.07 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 170 | 0 | 0.18 | 0.33 | 0 | 26.82 | 1 | 0.83 |
| Hex | FF | D0 | AA | 0 | 12 | 21 | 0 | 1B | 64 | 53 |
| Octal | 377 | 320 | 252 | 0 | 22 | 41 | 0 | 33 | 144 | 123 |
| Binary | 11111111 | 11010000 | 10101010 | 0 | 10010 | 100001 | 0 | 11011 | 1100100 | 1010011 |
Color Harmonies of #FFD0AA
Complementary color
Monochromatic Colors of #FFD0AA
Black with #FFD0AA
Text Example
Text Example
White with #FFD0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD0AA; }
p { color: rgb(255,208,170); }
H1.HeaderClassName
{
color: #FFD0AA;
}
.AnyTagClassName
{
color: #FFD0AA;
}
</style>
background-color css
<style>
a { background-color: #FFD0AA; }
a { background-color: rgb(255,208,170); }
div.DivClassName
{
background-color: #FFD0AA;
}
.BgClassName
{
background-color: #FFD0AA;
}
</style>
border-color css
<style>
span { border-color: #FFD0AA; }
span { border-color: rgb(255,208,170); }
td.TdClassName
{
border-color: #FFD0AA;
}
.TagClassName
{
border-color: #FFD0AA;
}
</style>