Shades of Peach Puff #FFDCBB
Tints of Peach Puff #FFDCBB
RGB
CMYK
RGB Variations
Color information
#FFDCBB (or 0xFFDCBB) is known color: Peach Puff. HEX triplet: FF, DC and BB. RGB value is (255,220,187). Sum of RGB (Red+Green+Blue) = 255+220+187=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 220 (86.33% from 255 or 33.23% from 662); Blue value is 187 (73.44% from 255 or 28.25% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCBB is #002344. Grayscale: #E2E2E2. Windows color (decimal): -9029 or 12311807. OLE color: 12311807.
HSL color Cylindrical-coordinate representation of color #FFDCBB: hue angle of 29.12º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFDCBB is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 187 | - |
| CMYK | 0 | 0.14 | 0.27 | 0 |
| HSL | 29.12º | 1% | 0.87% | - |
| HSV(B) | 29.12º | 0.27% | 1% | - |
| XYZ | 75.8 | 76.03 | 57.69 | - |
| YUV | 226.7 | 105.6 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 187 | 0 | 0.14 | 0.27 | 0 | 29.12 | 1 | 0.87 |
| Hex | FF | DC | BB | 0 | E | 1B | 0 | 1D | 64 | 57 |
| Octal | 377 | 334 | 273 | 0 | 16 | 33 | 0 | 35 | 144 | 127 |
| Binary | 11111111 | 11011100 | 10111011 | 0 | 1110 | 11011 | 0 | 11101 | 1100100 | 1010111 |
Color Harmonies of #FFDCBB
Complementary color
Monochromatic Colors of #FFDCBB
Black with #FFDCBB
Text Example
Text Example
White with #FFDCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDCBB; }
p { color: rgb(255,220,187); }
H1.HeaderClassName
{
color: #FFDCBB;
}
.AnyTagClassName
{
color: #FFDCBB;
}
</style>
background-color css
<style>
a { background-color: #FFDCBB; }
a { background-color: rgb(255,220,187); }
div.DivClassName
{
background-color: #FFDCBB;
}
.BgClassName
{
background-color: #FFDCBB;
}
</style>
border-color css
<style>
span { border-color: #FFDCBB; }
span { border-color: rgb(255,220,187); }
td.TdClassName
{
border-color: #FFDCBB;
}
.TagClassName
{
border-color: #FFDCBB;
}
</style>