Shades of Peach Puff #FDD7BC
Tints of Peach Puff #FDD7BC
RGB
CMYK
RGB Variations
Color information
#FDD7BC (or 0xFDD7BC) is known color: Peach Puff. HEX triplet: FD, D7 and BC. RGB value is (253,215,188). Sum of RGB (Red+Green+Blue) = 253+215+188=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 215 (84.38% from 255 or 32.77% from 656); Blue value is 188 (73.83% from 255 or 28.66% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD7BC is #022843. Grayscale: #DFDFDF. Windows color (decimal): -141380 or 12376061. OLE color: 12376061.
HSL color Cylindrical-coordinate representation of color #FDD7BC: hue angle of 24.92º 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 #FDD7BC is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 188 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.01 |
| HSL | 24.92º | 0.94% | 0.86% | - |
| HSV(B) | 24.92º | 0.26% | 0.99% | - |
| XYZ | 73.89 | 73.11 | 57.8 | - |
| YUV | 223.28 | 108.09 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 188 | 0 | 0.15 | 0.26 | 0.01 | 24.92 | 0.94 | 0.86 |
| Hex | FD | D7 | BC | 0 | F | 1A | 1 | 19 | 5E | 56 |
| Octal | 375 | 327 | 274 | 0 | 17 | 32 | 1 | 31 | 136 | 126 |
| Binary | 11111101 | 11010111 | 10111100 | 0 | 1111 | 11010 | 1 | 11001 | 1011110 | 1010110 |
Color Harmonies of #FDD7BC
Complementary color
Monochromatic Colors of #FDD7BC
Black with #FDD7BC
Text Example
Text Example
White with #FDD7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD7BC; }
p { color: rgb(253,215,188); }
H1.HeaderClassName
{
color: #FDD7BC;
}
.AnyTagClassName
{
color: #FDD7BC;
}
</style>
background-color css
<style>
a { background-color: #FDD7BC; }
a { background-color: rgb(253,215,188); }
div.DivClassName
{
background-color: #FDD7BC;
}
.BgClassName
{
background-color: #FDD7BC;
}
</style>
border-color css
<style>
span { border-color: #FDD7BC; }
span { border-color: rgb(253,215,188); }
td.TdClassName
{
border-color: #FDD7BC;
}
.TagClassName
{
border-color: #FDD7BC;
}
</style>