Shades of Peach Puff #FDD9BC
Tints of Peach Puff #FDD9BC
RGB
CMYK
RGB Variations
Color information
#FDD9BC (or 0xFDD9BC) is known color: Peach Puff. HEX triplet: FD, D9 and BC. RGB value is (253,217,188). Sum of RGB (Red+Green+Blue) = 253+217+188=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 217 (85.16% from 255 or 32.98% from 658); Blue value is 188 (73.83% from 255 or 28.57% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD9BC is #022643. Grayscale: #E0E0E0. Windows color (decimal): -140868 or 12376573. OLE color: 12376573.
HSL color Cylindrical-coordinate representation of color #FDD9BC: hue angle of 26.77º 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 #FDD9BC is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 188 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.01 |
| HSL | 26.77º | 0.94% | 0.86% | - |
| HSV(B) | 26.77º | 0.26% | 0.99% | - |
| XYZ | 74.4 | 74.14 | 57.97 | - |
| YUV | 224.46 | 107.43 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 188 | 0 | 0.14 | 0.26 | 0.01 | 26.77 | 0.94 | 0.86 |
| Hex | FD | D9 | BC | 0 | E | 1A | 1 | 1B | 5E | 56 |
| Octal | 375 | 331 | 274 | 0 | 16 | 32 | 1 | 33 | 136 | 126 |
| Binary | 11111101 | 11011001 | 10111100 | 0 | 1110 | 11010 | 1 | 11011 | 1011110 | 1010110 |
Color Harmonies of #FDD9BC
Complementary color
Monochromatic Colors of #FDD9BC
Black with #FDD9BC
Text Example
Text Example
White with #FDD9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD9BC; }
p { color: rgb(253,217,188); }
H1.HeaderClassName
{
color: #FDD9BC;
}
.AnyTagClassName
{
color: #FDD9BC;
}
</style>
background-color css
<style>
a { background-color: #FDD9BC; }
a { background-color: rgb(253,217,188); }
div.DivClassName
{
background-color: #FDD9BC;
}
.BgClassName
{
background-color: #FDD9BC;
}
</style>
border-color css
<style>
span { border-color: #FDD9BC; }
span { border-color: rgb(253,217,188); }
td.TdClassName
{
border-color: #FDD9BC;
}
.TagClassName
{
border-color: #FDD9BC;
}
</style>