Shades of Peach Puff #FDD5B9
Tints of Peach Puff #FDD5B9
RGB
CMYK
RGB Variations
Color information
#FDD5B9 (or 0xFDD5B9) is known color: Peach Puff. HEX triplet: FD, D5 and B9. RGB value is (253,213,185). Sum of RGB (Red+Green+Blue) = 253+213+185=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 213 (83.59% from 255 or 32.72% from 651); Blue value is 185 (72.66% from 255 or 28.42% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD5B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD5B9 is #022A46. Grayscale: #DDDDDD. Windows color (decimal): -141895 or 12178941. OLE color: 12178941.
HSL color Cylindrical-coordinate representation of color #FDD5B9: hue angle of 24.71º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FDD5B9 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 185 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.01 |
| HSL | 24.71º | 0.94% | 0.86% | - |
| HSV(B) | 24.71º | 0.27% | 0.99% | - |
| XYZ | 73.06 | 71.97 | 55.94 | - |
| YUV | 221.77 | 107.25 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 185 | 0 | 0.16 | 0.27 | 0.01 | 24.71 | 0.94 | 0.86 |
| Hex | FD | D5 | B9 | 0 | 10 | 1B | 1 | 19 | 5E | 56 |
| Octal | 375 | 325 | 271 | 0 | 20 | 33 | 1 | 31 | 136 | 126 |
| Binary | 11111101 | 11010101 | 10111001 | 0 | 10000 | 11011 | 1 | 11001 | 1011110 | 1010110 |
Color Harmonies of #FDD5B9
Complementary color
Monochromatic Colors of #FDD5B9
Black with #FDD5B9
Text Example
Text Example
White with #FDD5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD5B9; }
p { color: rgb(253,213,185); }
H1.HeaderClassName
{
color: #FDD5B9;
}
.AnyTagClassName
{
color: #FDD5B9;
}
</style>
background-color css
<style>
a { background-color: #FDD5B9; }
a { background-color: rgb(253,213,185); }
div.DivClassName
{
background-color: #FDD5B9;
}
.BgClassName
{
background-color: #FDD5B9;
}
</style>
border-color css
<style>
span { border-color: #FDD5B9; }
span { border-color: rgb(253,213,185); }
td.TdClassName
{
border-color: #FDD5B9;
}
.TagClassName
{
border-color: #FDD5B9;
}
</style>