Shades of Peach Puff #FDD5B8
Tints of Peach Puff #FDD5B8
RGB
CMYK
RGB Variations
Color information
#FDD5B8 (or 0xFDD5B8) is known color: Peach Puff. HEX triplet: FD, D5 and B8. RGB value is (253,213,184). Sum of RGB (Red+Green+Blue) = 253+213+184=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 213 (83.59% from 255 or 32.77% from 650); Blue value is 184 (72.27% from 255 or 28.31% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD5B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD5B8 is #022A47. Grayscale: #DDDDDD. Windows color (decimal): -141896 or 12113405. OLE color: 12113405.
HSL color Cylindrical-coordinate representation of color #FDD5B8: hue angle of 25.22º degrees, saturation: 0.95, 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 #FDD5B8 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 184 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.01 |
| HSL | 25.22º | 0.95% | 0.86% | - |
| HSV(B) | 25.22º | 0.27% | 0.99% | - |
| XYZ | 72.95 | 71.93 | 55.39 | - |
| YUV | 221.65 | 106.75 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 184 | 0 | 0.16 | 0.27 | 0.01 | 25.22 | 0.95 | 0.86 |
| Hex | FD | D5 | B8 | 0 | 10 | 1B | 1 | 19 | 5F | 56 |
| Octal | 375 | 325 | 270 | 0 | 20 | 33 | 1 | 31 | 137 | 126 |
| Binary | 11111101 | 11010101 | 10111000 | 0 | 10000 | 11011 | 1 | 11001 | 1011111 | 1010110 |
Color Harmonies of #FDD5B8
Complementary color
Monochromatic Colors of #FDD5B8
Black with #FDD5B8
Text Example
Text Example
White with #FDD5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD5B8; }
p { color: rgb(253,213,184); }
H1.HeaderClassName
{
color: #FDD5B8;
}
.AnyTagClassName
{
color: #FDD5B8;
}
</style>
background-color css
<style>
a { background-color: #FDD5B8; }
a { background-color: rgb(253,213,184); }
div.DivClassName
{
background-color: #FDD5B8;
}
.BgClassName
{
background-color: #FDD5B8;
}
</style>
border-color css
<style>
span { border-color: #FDD5B8; }
span { border-color: rgb(253,213,184); }
td.TdClassName
{
border-color: #FDD5B8;
}
.TagClassName
{
border-color: #FDD5B8;
}
</style>