Shades of Peach Puff #FFD9BC
Tints of Peach Puff #FFD9BC
RGB
CMYK
RGB Variations
Color information
#FFD9BC (or 0xFFD9BC) is known color: Peach Puff. HEX triplet: FF, D9 and BC. RGB value is (255,217,188). Sum of RGB (Red+Green+Blue) = 255+217+188=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 217 (85.16% from 255 or 32.88% from 660); Blue value is 188 (73.83% from 255 or 28.48% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD9BC is #002643. Grayscale: #E1E1E1. Windows color (decimal): -9796 or 12376575. OLE color: 12376575.
HSL color Cylindrical-coordinate representation of color #FFD9BC: hue angle of 25.97º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFD9BC is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 188 | - |
| CMYK | 0 | 0.15 | 0.26 | 0 |
| HSL | 25.97º | 1% | 0.87% | - |
| HSV(B) | 25.97º | 0.26% | 1% | - |
| XYZ | 75.13 | 74.52 | 58 | - |
| YUV | 225.06 | 107.09 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 188 | 0 | 0.15 | 0.26 | 0 | 25.97 | 1 | 0.87 |
| Hex | FF | D9 | BC | 0 | F | 1A | 0 | 1A | 64 | 57 |
| Octal | 377 | 331 | 274 | 0 | 17 | 32 | 0 | 32 | 144 | 127 |
| Binary | 11111111 | 11011001 | 10111100 | 0 | 1111 | 11010 | 0 | 11010 | 1100100 | 1010111 |
Color Harmonies of #FFD9BC
Complementary color
Monochromatic Colors of #FFD9BC
Black with #FFD9BC
Text Example
Text Example
White with #FFD9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD9BC; }
p { color: rgb(255,217,188); }
H1.HeaderClassName
{
color: #FFD9BC;
}
.AnyTagClassName
{
color: #FFD9BC;
}
</style>
background-color css
<style>
a { background-color: #FFD9BC; }
a { background-color: rgb(255,217,188); }
div.DivClassName
{
background-color: #FFD9BC;
}
.BgClassName
{
background-color: #FFD9BC;
}
</style>
border-color css
<style>
span { border-color: #FFD9BC; }
span { border-color: rgb(255,217,188); }
td.TdClassName
{
border-color: #FFD9BC;
}
.TagClassName
{
border-color: #FFD9BC;
}
</style>