Shades of Peach Puff #FFD5B9
Tints of Peach Puff #FFD5B9
RGB
CMYK
RGB Variations
Color information
#FFD5B9 (or 0xFFD5B9) is known color: Peach Puff. HEX triplet: FF, D5 and B9. RGB value is (255,213,185). Sum of RGB (Red+Green+Blue) = 255+213+185=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 213 (83.59% from 255 or 32.62% from 653); Blue value is 185 (72.66% from 255 or 28.33% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD5B9 is #002A46. Grayscale: #DEDEDE. Windows color (decimal): -10823 or 12178943. OLE color: 12178943.
HSL color Cylindrical-coordinate representation of color #FFD5B9: hue angle of 24º 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 #FFD5B9 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 185 | - |
| CMYK | 0 | 0.16 | 0.27 | 0 |
| HSL | 24º | 1% | 0.86% | - |
| HSV(B) | 24º | 0.27% | 1% | - |
| XYZ | 73.79 | 72.35 | 55.97 | - |
| YUV | 222.37 | 106.91 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 185 | 0 | 0.16 | 0.27 | 0 | 24 | 1 | 0.86 |
| Hex | FF | D5 | B9 | 0 | 10 | 1B | 0 | 18 | 64 | 56 |
| Octal | 377 | 325 | 271 | 0 | 20 | 33 | 0 | 30 | 144 | 126 |
| Binary | 11111111 | 11010101 | 10111001 | 0 | 10000 | 11011 | 0 | 11000 | 1100100 | 1010110 |
Color Harmonies of #FFD5B9
Complementary color
Monochromatic Colors of #FFD5B9
Black with #FFD5B9
Text Example
Text Example
White with #FFD5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD5B9; }
p { color: rgb(255,213,185); }
H1.HeaderClassName
{
color: #FFD5B9;
}
.AnyTagClassName
{
color: #FFD5B9;
}
</style>
background-color css
<style>
a { background-color: #FFD5B9; }
a { background-color: rgb(255,213,185); }
div.DivClassName
{
background-color: #FFD5B9;
}
.BgClassName
{
background-color: #FFD5B9;
}
</style>
border-color css
<style>
span { border-color: #FFD5B9; }
span { border-color: rgb(255,213,185); }
td.TdClassName
{
border-color: #FFD5B9;
}
.TagClassName
{
border-color: #FFD5B9;
}
</style>