Shades of Peach Puff #FFD4B7
Tints of Peach Puff #FFD4B7
RGB
CMYK
RGB Variations
Color information
#FFD4B7 (or 0xFFD4B7) is known color: Peach Puff. HEX triplet: FF, D4 and B7. RGB value is (255,212,183). Sum of RGB (Red+Green+Blue) = 255+212+183=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 212 (83.20% from 255 or 32.62% from 650); Blue value is 183 (71.88% from 255 or 28.15% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD4B7 is #002B48. Grayscale: #DDDDDD. Windows color (decimal): -11081 or 12047615. OLE color: 12047615.
HSL color Cylindrical-coordinate representation of color #FFD4B7: hue angle of 24.17º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFD4B7 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 183 | - |
| CMYK | 0 | 0.17 | 0.28 | 0 |
| HSL | 24.17º | 1% | 0.86% | - |
| HSV(B) | 24.17º | 0.28% | 1% | - |
| XYZ | 73.33 | 71.77 | 54.79 | - |
| YUV | 221.55 | 106.25 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 183 | 0 | 0.17 | 0.28 | 0 | 24.17 | 1 | 0.86 |
| Hex | FF | D4 | B7 | 0 | 11 | 1C | 0 | 18 | 64 | 56 |
| Octal | 377 | 324 | 267 | 0 | 21 | 34 | 0 | 30 | 144 | 126 |
| Binary | 11111111 | 11010100 | 10110111 | 0 | 10001 | 11100 | 0 | 11000 | 1100100 | 1010110 |
Color Harmonies of #FFD4B7
Complementary color
Monochromatic Colors of #FFD4B7
Black with #FFD4B7
Text Example
Text Example
White with #FFD4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD4B7; }
p { color: rgb(255,212,183); }
H1.HeaderClassName
{
color: #FFD4B7;
}
.AnyTagClassName
{
color: #FFD4B7;
}
</style>
background-color css
<style>
a { background-color: #FFD4B7; }
a { background-color: rgb(255,212,183); }
div.DivClassName
{
background-color: #FFD4B7;
}
.BgClassName
{
background-color: #FFD4B7;
}
</style>
border-color css
<style>
span { border-color: #FFD4B7; }
span { border-color: rgb(255,212,183); }
td.TdClassName
{
border-color: #FFD4B7;
}
.TagClassName
{
border-color: #FFD4B7;
}
</style>