Shades of Peach Puff #FFD7B5
Tints of Peach Puff #FFD7B5
RGB
CMYK
RGB Variations
Color information
#FFD7B5 (or 0xFFD7B5) is known color: Peach Puff. HEX triplet: FF, D7 and B5. RGB value is (255,215,181). Sum of RGB (Red+Green+Blue) = 255+215+181=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 215 (84.38% from 255 or 33.03% from 651); Blue value is 181 (71.09% from 255 or 27.80% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD7B5 is #00284A. Grayscale: #DFDFDF. Windows color (decimal): -10315 or 11917311. OLE color: 11917311.
HSL color Cylindrical-coordinate representation of color #FFD7B5: hue angle of 27.57º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFD7B5 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 181 | - |
| CMYK | 0 | 0.16 | 0.29 | 0 |
| HSL | 27.57º | 1% | 0.85% | - |
| HSV(B) | 27.57º | 0.29% | 1% | - |
| XYZ | 73.88 | 73.2 | 53.95 | - |
| YUV | 223.08 | 104.25 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 181 | 0 | 0.16 | 0.29 | 0 | 27.57 | 1 | 0.85 |
| Hex | FF | D7 | B5 | 0 | 10 | 1D | 0 | 1C | 64 | 55 |
| Octal | 377 | 327 | 265 | 0 | 20 | 35 | 0 | 34 | 144 | 125 |
| Binary | 11111111 | 11010111 | 10110101 | 0 | 10000 | 11101 | 0 | 11100 | 1100100 | 1010101 |
Color Harmonies of #FFD7B5
Complementary color
Monochromatic Colors of #FFD7B5
Black with #FFD7B5
Text Example
Text Example
White with #FFD7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD7B5; }
p { color: rgb(255,215,181); }
H1.HeaderClassName
{
color: #FFD7B5;
}
.AnyTagClassName
{
color: #FFD7B5;
}
</style>
background-color css
<style>
a { background-color: #FFD7B5; }
a { background-color: rgb(255,215,181); }
div.DivClassName
{
background-color: #FFD7B5;
}
.BgClassName
{
background-color: #FFD7B5;
}
</style>
border-color css
<style>
span { border-color: #FFD7B5; }
span { border-color: rgb(255,215,181); }
td.TdClassName
{
border-color: #FFD7B5;
}
.TagClassName
{
border-color: #FFD7B5;
}
</style>