Shades of Peach Puff #F9D8BB
Tints of Peach Puff #F9D8BB
RGB
CMYK
RGB Variations
Color information
#F9D8BB (or 0xF9D8BB) is known color: Peach Puff. HEX triplet: F9, D8 and BB. RGB value is (249,216,187). Sum of RGB (Red+Green+Blue) = 249+216+187=652 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.19% from 652); Green value is 216 (84.77% from 255 or 33.13% from 652); Blue value is 187 (73.44% from 255 or 28.68% from 652); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D8BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D8BB is #062744. Grayscale: #DEDEDE. Windows color (decimal): -403269 or 12310777. OLE color: 12310777.
HSL color Cylindrical-coordinate representation of color #F9D8BB: hue angle of 28.06º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F9D8BB is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 216 | 187 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.02 |
| HSL | 28.06º | 0.84% | 0.85% | - |
| HSV(B) | 28.06º | 0.25% | 0.98% | - |
| XYZ | 72.59 | 72.84 | 57.25 | - |
| YUV | 222.56 | 107.93 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 216 | 187 | 0 | 0.13 | 0.25 | 0.02 | 28.06 | 0.84 | 0.85 |
| Hex | F9 | D8 | BB | 0 | D | 19 | 2 | 1C | 54 | 55 |
| Octal | 371 | 330 | 273 | 0 | 15 | 31 | 2 | 34 | 124 | 125 |
| Binary | 11111001 | 11011000 | 10111011 | 0 | 1101 | 11001 | 10 | 11100 | 1010100 | 1010101 |
Color Harmonies of #F9D8BB
Complementary color
Monochromatic Colors of #F9D8BB
Black with #F9D8BB
Text Example
Text Example
White with #F9D8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D8BB; }
p { color: rgb(249,216,187); }
H1.HeaderClassName
{
color: #F9D8BB;
}
.AnyTagClassName
{
color: #F9D8BB;
}
</style>
background-color css
<style>
a { background-color: #F9D8BB; }
a { background-color: rgb(249,216,187); }
div.DivClassName
{
background-color: #F9D8BB;
}
.BgClassName
{
background-color: #F9D8BB;
}
</style>
border-color css
<style>
span { border-color: #F9D8BB; }
span { border-color: rgb(249,216,187); }
td.TdClassName
{
border-color: #F9D8BB;
}
.TagClassName
{
border-color: #F9D8BB;
}
</style>