Shades of Peach #FFD0A1
Tints of Peach #FFD0A1
RGB
CMYK
RGB Variations
Color information
#FFD0A1 (or 0xFFD0A1) is known color: Peach. HEX triplet: FF, D0 and A1. RGB value is (255,208,161). Sum of RGB (Red+Green+Blue) = 255+208+161=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 208 (81.64% from 255 or 33.33% from 624); Blue value is 161 (63.28% from 255 or 25.80% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD0A1 is #002F5E. Grayscale: #D8D8D8. Windows color (decimal): -12127 or 10604799. OLE color: 10604799.
HSL color Cylindrical-coordinate representation of color #FFD0A1: hue angle of 30º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFD0A1 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 161 | - |
| CMYK | 0 | 0.18 | 0.37 | 0 |
| HSL | 30º | 1% | 0.82% | - |
| HSV(B) | 30º | 0.37% | 1% | - |
| XYZ | 70.23 | 68.94 | 43.32 | - |
| YUV | 216.7 | 96.57 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 161 | 0 | 0.18 | 0.37 | 0 | 30 | 1 | 0.82 |
| Hex | FF | D0 | A1 | 0 | 12 | 25 | 0 | 1E | 64 | 52 |
| Octal | 377 | 320 | 241 | 0 | 22 | 45 | 0 | 36 | 144 | 122 |
| Binary | 11111111 | 11010000 | 10100001 | 0 | 10010 | 100101 | 0 | 11110 | 1100100 | 1010010 |
Color Harmonies of #FFD0A1
Complementary color
Monochromatic Colors of #FFD0A1
Black with #FFD0A1
Text Example
Text Example
White with #FFD0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD0A1; }
p { color: rgb(255,208,161); }
H1.HeaderClassName
{
color: #FFD0A1;
}
.AnyTagClassName
{
color: #FFD0A1;
}
</style>
background-color css
<style>
a { background-color: #FFD0A1; }
a { background-color: rgb(255,208,161); }
div.DivClassName
{
background-color: #FFD0A1;
}
.BgClassName
{
background-color: #FFD0A1;
}
</style>
border-color css
<style>
span { border-color: #FFD0A1; }
span { border-color: rgb(255,208,161); }
td.TdClassName
{
border-color: #FFD0A1;
}
.TagClassName
{
border-color: #FFD0A1;
}
</style>