Shades of Peach Puff #F8D8BA
Tints of Peach Puff #F8D8BA
RGB
CMYK
RGB Variations
Color information
#F8D8BA (or 0xF8D8BA) is known color: Peach Puff. HEX triplet: F8, D8 and BA. RGB value is (248,216,186). Sum of RGB (Red+Green+Blue) = 248+216+186=650 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.15% from 650); Green value is 216 (84.77% from 255 or 33.23% from 650); Blue value is 186 (73.05% from 255 or 28.62% from 650); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D8BA is #072745. Grayscale: #DEDEDE. Windows color (decimal): -468806 or 12245240. OLE color: 12245240.
HSL color Cylindrical-coordinate representation of color #F8D8BA: hue angle of 29.03º degrees, saturation: 0.82, 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 #F8D8BA is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 216 | 186 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.03 |
| HSL | 29.03º | 0.82% | 0.85% | - |
| HSV(B) | 29.03º | 0.25% | 0.97% | - |
| XYZ | 72.13 | 72.61 | 56.67 | - |
| YUV | 222.15 | 107.6 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 216 | 186 | 0 | 0.13 | 0.25 | 0.03 | 29.03 | 0.82 | 0.85 |
| Hex | F8 | D8 | BA | 0 | D | 19 | 3 | 1D | 52 | 55 |
| Octal | 370 | 330 | 272 | 0 | 15 | 31 | 3 | 35 | 122 | 125 |
| Binary | 11111000 | 11011000 | 10111010 | 0 | 1101 | 11001 | 11 | 11101 | 1010010 | 1010101 |
Color Harmonies of #F8D8BA
Complementary color
Monochromatic Colors of #F8D8BA
Black with #F8D8BA
Text Example
Text Example
White with #F8D8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D8BA; }
p { color: rgb(248,216,186); }
H1.HeaderClassName
{
color: #F8D8BA;
}
.AnyTagClassName
{
color: #F8D8BA;
}
</style>
background-color css
<style>
a { background-color: #F8D8BA; }
a { background-color: rgb(248,216,186); }
div.DivClassName
{
background-color: #F8D8BA;
}
.BgClassName
{
background-color: #F8D8BA;
}
</style>
border-color css
<style>
span { border-color: #F8D8BA; }
span { border-color: rgb(248,216,186); }
td.TdClassName
{
border-color: #F8D8BA;
}
.TagClassName
{
border-color: #F8D8BA;
}
</style>