Shades of Peach #FFD2AA
Tints of Peach #FFD2AA
RGB
CMYK
RGB Variations
Color information
#FFD2AA (or 0xFFD2AA) is known color: Peach. HEX triplet: FF, D2 and AA. RGB value is (255,210,170). Sum of RGB (Red+Green+Blue) = 255+210+170=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 210 (82.42% from 255 or 33.07% from 635); Blue value is 170 (66.80% from 255 or 26.77% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD2AA is #002D55. Grayscale: #DBDBDB. Windows color (decimal): -11606 or 11195135. OLE color: 11195135.
HSL color Cylindrical-coordinate representation of color #FFD2AA: hue angle of 28.24º 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 #FFD2AA is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 170 | - |
| CMYK | 0 | 0.18 | 0.33 | 0 |
| HSL | 28.24º | 1% | 0.83% | - |
| HSV(B) | 28.24º | 0.33% | 1% | - |
| XYZ | 71.54 | 70.26 | 47.82 | - |
| YUV | 218.9 | 100.41 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 170 | 0 | 0.18 | 0.33 | 0 | 28.24 | 1 | 0.83 |
| Hex | FF | D2 | AA | 0 | 12 | 21 | 0 | 1C | 64 | 53 |
| Octal | 377 | 322 | 252 | 0 | 22 | 41 | 0 | 34 | 144 | 123 |
| Binary | 11111111 | 11010010 | 10101010 | 0 | 10010 | 100001 | 0 | 11100 | 1100100 | 1010011 |
Color Harmonies of #FFD2AA
Complementary color
Monochromatic Colors of #FFD2AA
Black with #FFD2AA
Text Example
Text Example
White with #FFD2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD2AA; }
p { color: rgb(255,210,170); }
H1.HeaderClassName
{
color: #FFD2AA;
}
.AnyTagClassName
{
color: #FFD2AA;
}
</style>
background-color css
<style>
a { background-color: #FFD2AA; }
a { background-color: rgb(255,210,170); }
div.DivClassName
{
background-color: #FFD2AA;
}
.BgClassName
{
background-color: #FFD2AA;
}
</style>
border-color css
<style>
span { border-color: #FFD2AA; }
span { border-color: rgb(255,210,170); }
td.TdClassName
{
border-color: #FFD2AA;
}
.TagClassName
{
border-color: #FFD2AA;
}
</style>