Shades of Peach Puff #F7D9BD
Tints of Peach Puff #F7D9BD
RGB
CMYK
RGB Variations
Color information
#F7D9BD (or 0xF7D9BD) is known color: Peach Puff. HEX triplet: F7, D9 and BD. RGB value is (247,217,189). Sum of RGB (Red+Green+Blue) = 247+217+189=653 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.83% from 653); Green value is 217 (85.16% from 255 or 33.23% from 653); Blue value is 189 (74.22% from 255 or 28.94% from 653); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D9BD is #082642. Grayscale: #DEDEDE. Windows color (decimal): -534083 or 12442103. OLE color: 12442103.
HSL color Cylindrical-coordinate representation of color #F7D9BD: hue angle of 28.97º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7D9BD is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 217 | 189 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.03 |
| HSL | 28.97º | 0.78% | 0.85% | - |
| HSV(B) | 28.97º | 0.23% | 0.97% | - |
| XYZ | 72.36 | 73.07 | 58.44 | - |
| YUV | 222.78 | 108.94 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 217 | 189 | 0 | 0.12 | 0.23 | 0.03 | 28.97 | 0.78 | 0.85 |
| Hex | F7 | D9 | BD | 0 | C | 17 | 3 | 1D | 4E | 55 |
| Octal | 367 | 331 | 275 | 0 | 14 | 27 | 3 | 35 | 116 | 125 |
| Binary | 11110111 | 11011001 | 10111101 | 0 | 1100 | 10111 | 11 | 11101 | 1001110 | 1010101 |
Color Harmonies of #F7D9BD
Complementary color
Monochromatic Colors of #F7D9BD
Black with #F7D9BD
Text Example
Text Example
White with #F7D9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D9BD; }
p { color: rgb(247,217,189); }
H1.HeaderClassName
{
color: #F7D9BD;
}
.AnyTagClassName
{
color: #F7D9BD;
}
</style>
background-color css
<style>
a { background-color: #F7D9BD; }
a { background-color: rgb(247,217,189); }
div.DivClassName
{
background-color: #F7D9BD;
}
.BgClassName
{
background-color: #F7D9BD;
}
</style>
border-color css
<style>
span { border-color: #F7D9BD; }
span { border-color: rgb(247,217,189); }
td.TdClassName
{
border-color: #F7D9BD;
}
.TagClassName
{
border-color: #F7D9BD;
}
</style>