Shades of Peach Puff #F9D9BD
Tints of Peach Puff #F9D9BD
RGB
CMYK
RGB Variations
Color information
#F9D9BD (or 0xF9D9BD) is known color: Peach Puff. HEX triplet: F9, D9 and BD. RGB value is (249,217,189). Sum of RGB (Red+Green+Blue) = 249+217+189=655 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.02% from 655); Green value is 217 (85.16% from 255 or 33.13% from 655); Blue value is 189 (74.22% from 255 or 28.85% from 655); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D9BD is #062642. Grayscale: #DFDFDF. Windows color (decimal): -403011 or 12442105. OLE color: 12442105.
HSL color Cylindrical-coordinate representation of color #F9D9BD: hue angle of 28º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9D9BD is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 217 | 189 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.02 |
| HSL | 28º | 0.83% | 0.86% | - |
| HSV(B) | 28º | 0.24% | 0.98% | - |
| XYZ | 73.07 | 73.44 | 58.47 | - |
| YUV | 223.38 | 108.6 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 217 | 189 | 0 | 0.13 | 0.24 | 0.02 | 28 | 0.83 | 0.86 |
| Hex | F9 | D9 | BD | 0 | D | 18 | 2 | 1C | 53 | 56 |
| Octal | 371 | 331 | 275 | 0 | 15 | 30 | 2 | 34 | 123 | 126 |
| Binary | 11111001 | 11011001 | 10111101 | 0 | 1101 | 11000 | 10 | 11100 | 1010011 | 1010110 |
Color Harmonies of #F9D9BD
Complementary color
Monochromatic Colors of #F9D9BD
Black with #F9D9BD
Text Example
Text Example
White with #F9D9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D9BD; }
p { color: rgb(249,217,189); }
H1.HeaderClassName
{
color: #F9D9BD;
}
.AnyTagClassName
{
color: #F9D9BD;
}
</style>
background-color css
<style>
a { background-color: #F9D9BD; }
a { background-color: rgb(249,217,189); }
div.DivClassName
{
background-color: #F9D9BD;
}
.BgClassName
{
background-color: #F9D9BD;
}
</style>
border-color css
<style>
span { border-color: #F9D9BD; }
span { border-color: rgb(249,217,189); }
td.TdClassName
{
border-color: #F9D9BD;
}
.TagClassName
{
border-color: #F9D9BD;
}
</style>