Shades of Peach Puff #FDDBBA
Tints of Peach Puff #FDDBBA
RGB
CMYK
RGB Variations
Color information
#FDDBBA (or 0xFDDBBA) is known color: Peach Puff. HEX triplet: FD, DB and BA. RGB value is (253,219,186). Sum of RGB (Red+Green+Blue) = 253+219+186=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 219 (85.94% from 255 or 33.28% from 658); Blue value is 186 (73.05% from 255 or 28.27% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDBBA is #022445. Grayscale: #E1E1E1. Windows color (decimal): -140358 or 12246013. OLE color: 12246013.
HSL color Cylindrical-coordinate representation of color #FDDBBA: hue angle of 29.55º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDDBBA is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 186 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.01 |
| HSL | 29.55º | 0.94% | 0.86% | - |
| HSV(B) | 29.55º | 0.26% | 0.99% | - |
| XYZ | 74.7 | 75.09 | 57.01 | - |
| YUV | 225.4 | 105.76 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 186 | 0 | 0.13 | 0.26 | 0.01 | 29.55 | 0.94 | 0.86 |
| Hex | FD | DB | BA | 0 | D | 1A | 1 | 1E | 5E | 56 |
| Octal | 375 | 333 | 272 | 0 | 15 | 32 | 1 | 36 | 136 | 126 |
| Binary | 11111101 | 11011011 | 10111010 | 0 | 1101 | 11010 | 1 | 11110 | 1011110 | 1010110 |
Color Harmonies of #FDDBBA
Complementary color
Monochromatic Colors of #FDDBBA
Black with #FDDBBA
Text Example
Text Example
White with #FDDBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDBBA; }
p { color: rgb(253,219,186); }
H1.HeaderClassName
{
color: #FDDBBA;
}
.AnyTagClassName
{
color: #FDDBBA;
}
</style>
background-color css
<style>
a { background-color: #FDDBBA; }
a { background-color: rgb(253,219,186); }
div.DivClassName
{
background-color: #FDDBBA;
}
.BgClassName
{
background-color: #FDDBBA;
}
</style>
border-color css
<style>
span { border-color: #FDDBBA; }
span { border-color: rgb(253,219,186); }
td.TdClassName
{
border-color: #FDDBBA;
}
.TagClassName
{
border-color: #FDDBBA;
}
</style>