Shades of Peach Puff #FFD8BC
Tints of Peach Puff #FFD8BC
RGB
CMYK
RGB Variations
Color information
#FFD8BC (or 0xFFD8BC) is known color: Peach Puff. HEX triplet: FF, D8 and BC. RGB value is (255,216,188). Sum of RGB (Red+Green+Blue) = 255+216+188=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 216 (84.77% from 255 or 32.78% from 659); Blue value is 188 (73.83% from 255 or 28.53% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD8BC is #002743. Grayscale: #E0E0E0. Windows color (decimal): -10052 or 12376319. OLE color: 12376319.
HSL color Cylindrical-coordinate representation of color #FFD8BC: hue angle of 25.07º 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 #FFD8BC is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 188 | - |
| CMYK | 0 | 0.15 | 0.26 | 0 |
| HSL | 25.07º | 1% | 0.87% | - |
| HSV(B) | 25.07º | 0.26% | 1% | - |
| XYZ | 74.87 | 74 | 57.91 | - |
| YUV | 224.47 | 107.42 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 188 | 0 | 0.15 | 0.26 | 0 | 25.07 | 1 | 0.87 |
| Hex | FF | D8 | BC | 0 | F | 1A | 0 | 19 | 64 | 57 |
| Octal | 377 | 330 | 274 | 0 | 17 | 32 | 0 | 31 | 144 | 127 |
| Binary | 11111111 | 11011000 | 10111100 | 0 | 1111 | 11010 | 0 | 11001 | 1100100 | 1010111 |
Color Harmonies of #FFD8BC
Complementary color
Monochromatic Colors of #FFD8BC
Black with #FFD8BC
Text Example
Text Example
White with #FFD8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD8BC; }
p { color: rgb(255,216,188); }
H1.HeaderClassName
{
color: #FFD8BC;
}
.AnyTagClassName
{
color: #FFD8BC;
}
</style>
background-color css
<style>
a { background-color: #FFD8BC; }
a { background-color: rgb(255,216,188); }
div.DivClassName
{
background-color: #FFD8BC;
}
.BgClassName
{
background-color: #FFD8BC;
}
</style>
border-color css
<style>
span { border-color: #FFD8BC; }
span { border-color: rgb(255,216,188); }
td.TdClassName
{
border-color: #FFD8BC;
}
.TagClassName
{
border-color: #FFD8BC;
}
</style>