Shades of Peach #FFD0A9
Tints of Peach #FFD0A9
RGB
CMYK
RGB Variations
Color information
#FFD0A9 (or 0xFFD0A9) is known color: Peach. HEX triplet: FF, D0 and A9. RGB value is (255,208,169). Sum of RGB (Red+Green+Blue) = 255+208+169=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 208 (81.64% from 255 or 32.91% from 632); Blue value is 169 (66.41% from 255 or 26.74% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD0A9 is #002F56. Grayscale: #D9D9D9. Windows color (decimal): -12119 or 11129087. OLE color: 11129087.
HSL color Cylindrical-coordinate representation of color #FFD0A9: hue angle of 27.21º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFD0A9 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 169 | - |
| CMYK | 0 | 0.18 | 0.34 | 0 |
| HSL | 27.21º | 1% | 0.83% | - |
| HSV(B) | 27.21º | 0.34% | 1% | - |
| XYZ | 70.96 | 69.24 | 47.16 | - |
| YUV | 217.61 | 100.57 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 169 | 0 | 0.18 | 0.34 | 0 | 27.21 | 1 | 0.83 |
| Hex | FF | D0 | A9 | 0 | 12 | 22 | 0 | 1B | 64 | 53 |
| Octal | 377 | 320 | 251 | 0 | 22 | 42 | 0 | 33 | 144 | 123 |
| Binary | 11111111 | 11010000 | 10101001 | 0 | 10010 | 100010 | 0 | 11011 | 1100100 | 1010011 |
Color Harmonies of #FFD0A9
Complementary color
Monochromatic Colors of #FFD0A9
Black with #FFD0A9
Text Example
Text Example
White with #FFD0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD0A9; }
p { color: rgb(255,208,169); }
H1.HeaderClassName
{
color: #FFD0A9;
}
.AnyTagClassName
{
color: #FFD0A9;
}
</style>
background-color css
<style>
a { background-color: #FFD0A9; }
a { background-color: rgb(255,208,169); }
div.DivClassName
{
background-color: #FFD0A9;
}
.BgClassName
{
background-color: #FFD0A9;
}
</style>
border-color css
<style>
span { border-color: #FFD0A9; }
span { border-color: rgb(255,208,169); }
td.TdClassName
{
border-color: #FFD0A9;
}
.TagClassName
{
border-color: #FFD0A9;
}
</style>