Shades of Peach Puff #FDDAB9
Tints of Peach Puff #FDDAB9
RGB
CMYK
RGB Variations
Color information
#FDDAB9 (or 0xFDDAB9) is known color: Peach Puff. HEX triplet: FD, DA and B9. RGB value is (253,218,185). Sum of RGB (Red+Green+Blue) = 253+218+185=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 218 (85.55% from 255 or 33.23% from 656); Blue value is 185 (72.66% from 255 or 28.20% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDAB9 is #022546. Grayscale: #E0E0E0. Windows color (decimal): -140615 or 12180221. OLE color: 12180221.
HSL color Cylindrical-coordinate representation of color #FDDAB9: hue angle of 29.12º 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 #FDDAB9 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 185 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.01 |
| HSL | 29.12º | 0.94% | 0.86% | - |
| HSV(B) | 29.12º | 0.27% | 0.99% | - |
| XYZ | 74.34 | 74.53 | 56.37 | - |
| YUV | 224.7 | 105.6 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 185 | 0 | 0.14 | 0.27 | 0.01 | 29.12 | 0.94 | 0.86 |
| Hex | FD | DA | B9 | 0 | E | 1B | 1 | 1D | 5E | 56 |
| Octal | 375 | 332 | 271 | 0 | 16 | 33 | 1 | 35 | 136 | 126 |
| Binary | 11111101 | 11011010 | 10111001 | 0 | 1110 | 11011 | 1 | 11101 | 1011110 | 1010110 |
Color Harmonies of #FDDAB9
Complementary color
Monochromatic Colors of #FDDAB9
Black with #FDDAB9
Text Example
Text Example
White with #FDDAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDAB9; }
p { color: rgb(253,218,185); }
H1.HeaderClassName
{
color: #FDDAB9;
}
.AnyTagClassName
{
color: #FDDAB9;
}
</style>
background-color css
<style>
a { background-color: #FDDAB9; }
a { background-color: rgb(253,218,185); }
div.DivClassName
{
background-color: #FDDAB9;
}
.BgClassName
{
background-color: #FDDAB9;
}
</style>
border-color css
<style>
span { border-color: #FDDAB9; }
span { border-color: rgb(253,218,185); }
td.TdClassName
{
border-color: #FDDAB9;
}
.TagClassName
{
border-color: #FDDAB9;
}
</style>