Shades of Peach Puff #F8D9BB
Tints of Peach Puff #F8D9BB
RGB
CMYK
RGB Variations
Color information
#F8D9BB (or 0xF8D9BB) is known color: Peach Puff. HEX triplet: F8, D9 and BB. RGB value is (248,217,187). Sum of RGB (Red+Green+Blue) = 248+217+187=652 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.04% from 652); Green value is 217 (85.16% from 255 or 33.28% from 652); Blue value is 187 (73.44% from 255 or 28.68% from 652); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D9BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D9BB is #072644. Grayscale: #DFDFDF. Windows color (decimal): -468549 or 12311032. OLE color: 12311032.
HSL color Cylindrical-coordinate representation of color #F8D9BB: hue angle of 29.51º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8D9BB is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 217 | 187 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.03 |
| HSL | 29.51º | 0.81% | 0.85% | - |
| HSV(B) | 29.51º | 0.25% | 0.97% | - |
| XYZ | 72.49 | 73.17 | 57.32 | - |
| YUV | 222.85 | 107.77 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 217 | 187 | 0 | 0.12 | 0.25 | 0.03 | 29.51 | 0.81 | 0.85 |
| Hex | F8 | D9 | BB | 0 | C | 19 | 3 | 1E | 51 | 55 |
| Octal | 370 | 331 | 273 | 0 | 14 | 31 | 3 | 36 | 121 | 125 |
| Binary | 11111000 | 11011001 | 10111011 | 0 | 1100 | 11001 | 11 | 11110 | 1010001 | 1010101 |
Color Harmonies of #F8D9BB
Complementary color
Monochromatic Colors of #F8D9BB
Black with #F8D9BB
Text Example
Text Example
White with #F8D9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D9BB; }
p { color: rgb(248,217,187); }
H1.HeaderClassName
{
color: #F8D9BB;
}
.AnyTagClassName
{
color: #F8D9BB;
}
</style>
background-color css
<style>
a { background-color: #F8D9BB; }
a { background-color: rgb(248,217,187); }
div.DivClassName
{
background-color: #F8D9BB;
}
.BgClassName
{
background-color: #F8D9BB;
}
</style>
border-color css
<style>
span { border-color: #F8D9BB; }
span { border-color: rgb(248,217,187); }
td.TdClassName
{
border-color: #F8D9BB;
}
.TagClassName
{
border-color: #F8D9BB;
}
</style>