Shades of Peach Puff #FFD7B9
Tints of Peach Puff #FFD7B9
RGB
CMYK
RGB Variations
Color information
#FFD7B9 (or 0xFFD7B9) is known color: Peach Puff. HEX triplet: FF, D7 and B9. RGB value is (255,215,185). Sum of RGB (Red+Green+Blue) = 255+215+185=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 215 (84.38% from 255 or 32.82% from 655); Blue value is 185 (72.66% from 255 or 28.24% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD7B9 is #002846. Grayscale: #DFDFDF. Windows color (decimal): -10311 or 12179455. OLE color: 12179455.
HSL color Cylindrical-coordinate representation of color #FFD7B9: hue angle of 25.71º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFD7B9 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 185 | - |
| CMYK | 0 | 0.16 | 0.27 | 0 |
| HSL | 25.71º | 1% | 0.86% | - |
| HSV(B) | 25.71º | 0.27% | 1% | - |
| XYZ | 74.3 | 73.36 | 56.14 | - |
| YUV | 223.54 | 106.25 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 185 | 0 | 0.16 | 0.27 | 0 | 25.71 | 1 | 0.86 |
| Hex | FF | D7 | B9 | 0 | 10 | 1B | 0 | 1A | 64 | 56 |
| Octal | 377 | 327 | 271 | 0 | 20 | 33 | 0 | 32 | 144 | 126 |
| Binary | 11111111 | 11010111 | 10111001 | 0 | 10000 | 11011 | 0 | 11010 | 1100100 | 1010110 |
Color Harmonies of #FFD7B9
Complementary color
Monochromatic Colors of #FFD7B9
Black with #FFD7B9
Text Example
Text Example
White with #FFD7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD7B9; }
p { color: rgb(255,215,185); }
H1.HeaderClassName
{
color: #FFD7B9;
}
.AnyTagClassName
{
color: #FFD7B9;
}
</style>
background-color css
<style>
a { background-color: #FFD7B9; }
a { background-color: rgb(255,215,185); }
div.DivClassName
{
background-color: #FFD7B9;
}
.BgClassName
{
background-color: #FFD7B9;
}
</style>
border-color css
<style>
span { border-color: #FFD7B9; }
span { border-color: rgb(255,215,185); }
td.TdClassName
{
border-color: #FFD7B9;
}
.TagClassName
{
border-color: #FFD7B9;
}
</style>