Shades of Peach Puff #FFD7BC
Tints of Peach Puff #FFD7BC
RGB
CMYK
RGB Variations
Color information
#FFD7BC (or 0xFFD7BC) is known color: Peach Puff. HEX triplet: FF, D7 and BC. RGB value is (255,215,188). Sum of RGB (Red+Green+Blue) = 255+215+188=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 215 (84.38% from 255 or 32.67% from 658); Blue value is 188 (73.83% from 255 or 28.57% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD7BC is #002843. Grayscale: #E0E0E0. Windows color (decimal): -10308 or 12376063. OLE color: 12376063.
HSL color Cylindrical-coordinate representation of color #FFD7BC: hue angle of 24.18º 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 #FFD7BC is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 188 | - |
| CMYK | 0 | 0.16 | 0.26 | 0 |
| HSL | 24.18º | 1% | 0.87% | - |
| HSV(B) | 24.18º | 0.26% | 1% | - |
| XYZ | 74.62 | 73.49 | 57.83 | - |
| YUV | 223.88 | 107.75 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 188 | 0 | 0.16 | 0.26 | 0 | 24.18 | 1 | 0.87 |
| Hex | FF | D7 | BC | 0 | 10 | 1A | 0 | 18 | 64 | 57 |
| Octal | 377 | 327 | 274 | 0 | 20 | 32 | 0 | 30 | 144 | 127 |
| Binary | 11111111 | 11010111 | 10111100 | 0 | 10000 | 11010 | 0 | 11000 | 1100100 | 1010111 |
Color Harmonies of #FFD7BC
Complementary color
Monochromatic Colors of #FFD7BC
Black with #FFD7BC
Text Example
Text Example
White with #FFD7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD7BC; }
p { color: rgb(255,215,188); }
H1.HeaderClassName
{
color: #FFD7BC;
}
.AnyTagClassName
{
color: #FFD7BC;
}
</style>
background-color css
<style>
a { background-color: #FFD7BC; }
a { background-color: rgb(255,215,188); }
div.DivClassName
{
background-color: #FFD7BC;
}
.BgClassName
{
background-color: #FFD7BC;
}
</style>
border-color css
<style>
span { border-color: #FFD7BC; }
span { border-color: rgb(255,215,188); }
td.TdClassName
{
border-color: #FFD7BC;
}
.TagClassName
{
border-color: #FFD7BC;
}
</style>