Shades of Peach #FFD3AA
Tints of Peach #FFD3AA
RGB
CMYK
RGB Variations
Color information
#FFD3AA (or 0xFFD3AA) is known color: Peach. HEX triplet: FF, D3 and AA. RGB value is (255,211,170). Sum of RGB (Red+Green+Blue) = 255+211+170=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 211 (82.81% from 255 or 33.18% from 636); Blue value is 170 (66.80% from 255 or 26.73% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD3AA is #002C55. Grayscale: #DBDBDB. Windows color (decimal): -11350 or 11195391. OLE color: 11195391.
HSL color Cylindrical-coordinate representation of color #FFD3AA: hue angle of 28.94º 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 #FFD3AA is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 170 | - |
| CMYK | 0 | 0.17 | 0.33 | 0 |
| HSL | 28.94º | 1% | 0.83% | - |
| HSV(B) | 28.94º | 0.33% | 1% | - |
| XYZ | 71.79 | 70.75 | 47.9 | - |
| YUV | 219.48 | 100.08 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 170 | 0 | 0.17 | 0.33 | 0 | 28.94 | 1 | 0.83 |
| Hex | FF | D3 | AA | 0 | 11 | 21 | 0 | 1D | 64 | 53 |
| Octal | 377 | 323 | 252 | 0 | 21 | 41 | 0 | 35 | 144 | 123 |
| Binary | 11111111 | 11010011 | 10101010 | 0 | 10001 | 100001 | 0 | 11101 | 1100100 | 1010011 |
Color Harmonies of #FFD3AA
Complementary color
Monochromatic Colors of #FFD3AA
Black with #FFD3AA
Text Example
Text Example
White with #FFD3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD3AA; }
p { color: rgb(255,211,170); }
H1.HeaderClassName
{
color: #FFD3AA;
}
.AnyTagClassName
{
color: #FFD3AA;
}
</style>
background-color css
<style>
a { background-color: #FFD3AA; }
a { background-color: rgb(255,211,170); }
div.DivClassName
{
background-color: #FFD3AA;
}
.BgClassName
{
background-color: #FFD3AA;
}
</style>
border-color css
<style>
span { border-color: #FFD3AA; }
span { border-color: rgb(255,211,170); }
td.TdClassName
{
border-color: #FFD3AA;
}
.TagClassName
{
border-color: #FFD3AA;
}
</style>