Shades of Peach Puff #FDD8BC
Tints of Peach Puff #FDD8BC
RGB
CMYK
RGB Variations
Color information
#FDD8BC (or 0xFDD8BC) is known color: Peach Puff. HEX triplet: FD, D8 and BC. RGB value is (253,216,188). Sum of RGB (Red+Green+Blue) = 253+216+188=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 216 (84.77% from 255 or 32.88% from 657); Blue value is 188 (73.83% from 255 or 28.61% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD8BC is #022743. Grayscale: #E0E0E0. Windows color (decimal): -141124 or 12376317. OLE color: 12376317.
HSL color Cylindrical-coordinate representation of color #FDD8BC: hue angle of 25.85º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDD8BC is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 188 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.01 |
| HSL | 25.85º | 0.94% | 0.86% | - |
| HSV(B) | 25.85º | 0.26% | 0.99% | - |
| XYZ | 74.14 | 73.63 | 57.88 | - |
| YUV | 223.87 | 107.76 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 188 | 0 | 0.15 | 0.26 | 0.01 | 25.85 | 0.94 | 0.86 |
| Hex | FD | D8 | BC | 0 | F | 1A | 1 | 1A | 5E | 56 |
| Octal | 375 | 330 | 274 | 0 | 17 | 32 | 1 | 32 | 136 | 126 |
| Binary | 11111101 | 11011000 | 10111100 | 0 | 1111 | 11010 | 1 | 11010 | 1011110 | 1010110 |
Color Harmonies of #FDD8BC
Complementary color
Monochromatic Colors of #FDD8BC
Black with #FDD8BC
Text Example
Text Example
White with #FDD8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD8BC; }
p { color: rgb(253,216,188); }
H1.HeaderClassName
{
color: #FDD8BC;
}
.AnyTagClassName
{
color: #FDD8BC;
}
</style>
background-color css
<style>
a { background-color: #FDD8BC; }
a { background-color: rgb(253,216,188); }
div.DivClassName
{
background-color: #FDD8BC;
}
.BgClassName
{
background-color: #FDD8BC;
}
</style>
border-color css
<style>
span { border-color: #FDD8BC; }
span { border-color: rgb(253,216,188); }
td.TdClassName
{
border-color: #FDD8BC;
}
.TagClassName
{
border-color: #FDD8BC;
}
</style>