Shades of Peach Puff #FFD9B9
Tints of Peach Puff #FFD9B9
RGB
CMYK
RGB Variations
Color information
#FFD9B9 (or 0xFFD9B9) is known color: Peach Puff. HEX triplet: FF, D9 and B9. RGB value is (255,217,185). Sum of RGB (Red+Green+Blue) = 255+217+185=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 217 (85.16% from 255 or 33.03% from 657); Blue value is 185 (72.66% from 255 or 28.16% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD9B9 is #002646. Grayscale: #E0E0E0. Windows color (decimal): -9799 or 12179967. OLE color: 12179967.
HSL color Cylindrical-coordinate representation of color #FFD9B9: hue angle of 27.43º 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 #FFD9B9 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 185 | - |
| CMYK | 0 | 0.15 | 0.27 | 0 |
| HSL | 27.43º | 1% | 0.86% | - |
| HSV(B) | 27.43º | 0.27% | 1% | - |
| XYZ | 74.81 | 74.39 | 56.31 | - |
| YUV | 224.71 | 105.59 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 185 | 0 | 0.15 | 0.27 | 0 | 27.43 | 1 | 0.86 |
| Hex | FF | D9 | B9 | 0 | F | 1B | 0 | 1B | 64 | 56 |
| Octal | 377 | 331 | 271 | 0 | 17 | 33 | 0 | 33 | 144 | 126 |
| Binary | 11111111 | 11011001 | 10111001 | 0 | 1111 | 11011 | 0 | 11011 | 1100100 | 1010110 |
Color Harmonies of #FFD9B9
Complementary color
Monochromatic Colors of #FFD9B9
Black with #FFD9B9
Text Example
Text Example
White with #FFD9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD9B9; }
p { color: rgb(255,217,185); }
H1.HeaderClassName
{
color: #FFD9B9;
}
.AnyTagClassName
{
color: #FFD9B9;
}
</style>
background-color css
<style>
a { background-color: #FFD9B9; }
a { background-color: rgb(255,217,185); }
div.DivClassName
{
background-color: #FFD9B9;
}
.BgClassName
{
background-color: #FFD9B9;
}
</style>
border-color css
<style>
span { border-color: #FFD9B9; }
span { border-color: rgb(255,217,185); }
td.TdClassName
{
border-color: #FFD9B9;
}
.TagClassName
{
border-color: #FFD9B9;
}
</style>