Shades of Peach #FFD0A5
Tints of Peach #FFD0A5
RGB
CMYK
RGB Variations
Color information
#FFD0A5 (or 0xFFD0A5) is known color: Peach. HEX triplet: FF, D0 and A5. RGB value is (255,208,165). Sum of RGB (Red+Green+Blue) = 255+208+165=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 208 (81.64% from 255 or 33.12% from 628); Blue value is 165 (64.84% from 255 or 26.27% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD0A5 is #002F5A. Grayscale: #D9D9D9. Windows color (decimal): -12123 or 10866943. OLE color: 10866943.
HSL color Cylindrical-coordinate representation of color #FFD0A5: hue angle of 28.67º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFD0A5 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 165 | - |
| CMYK | 0 | 0.18 | 0.35 | 0 |
| HSL | 28.67º | 1% | 0.82% | - |
| HSV(B) | 28.67º | 0.35% | 1% | - |
| XYZ | 70.59 | 69.09 | 45.21 | - |
| YUV | 217.15 | 98.57 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 165 | 0 | 0.18 | 0.35 | 0 | 28.67 | 1 | 0.82 |
| Hex | FF | D0 | A5 | 0 | 12 | 23 | 0 | 1D | 64 | 52 |
| Octal | 377 | 320 | 245 | 0 | 22 | 43 | 0 | 35 | 144 | 122 |
| Binary | 11111111 | 11010000 | 10100101 | 0 | 10010 | 100011 | 0 | 11101 | 1100100 | 1010010 |
Color Harmonies of #FFD0A5
Complementary color
Monochromatic Colors of #FFD0A5
Black with #FFD0A5
Text Example
Text Example
White with #FFD0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD0A5; }
p { color: rgb(255,208,165); }
H1.HeaderClassName
{
color: #FFD0A5;
}
.AnyTagClassName
{
color: #FFD0A5;
}
</style>
background-color css
<style>
a { background-color: #FFD0A5; }
a { background-color: rgb(255,208,165); }
div.DivClassName
{
background-color: #FFD0A5;
}
.BgClassName
{
background-color: #FFD0A5;
}
</style>
border-color css
<style>
span { border-color: #FFD0A5; }
span { border-color: rgb(255,208,165); }
td.TdClassName
{
border-color: #FFD0A5;
}
.TagClassName
{
border-color: #FFD0A5;
}
</style>