Shades of Peach Puff #FFDCBA
Tints of Peach Puff #FFDCBA
RGB
CMYK
RGB Variations
Color information
#FFDCBA (or 0xFFDCBA) is known color: Peach Puff. HEX triplet: FF, DC and BA. RGB value is (255,220,186). Sum of RGB (Red+Green+Blue) = 255+220+186=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 186 (73.05% from 255 or 28.14% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCBA is #002345. Grayscale: #E2E2E2. Windows color (decimal): -9030 or 12246271. OLE color: 12246271.
HSL color Cylindrical-coordinate representation of color #FFDCBA: hue angle of 29.57º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFDCBA is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 186 | - |
| CMYK | 0 | 0.14 | 0.27 | 0 |
| HSL | 29.57º | 1% | 0.86% | - |
| HSV(B) | 29.57º | 0.27% | 1% | - |
| XYZ | 75.7 | 75.99 | 57.13 | - |
| YUV | 226.59 | 105.1 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 186 | 0 | 0.14 | 0.27 | 0 | 29.57 | 1 | 0.86 |
| Hex | FF | DC | BA | 0 | E | 1B | 0 | 1E | 64 | 56 |
| Octal | 377 | 334 | 272 | 0 | 16 | 33 | 0 | 36 | 144 | 126 |
| Binary | 11111111 | 11011100 | 10111010 | 0 | 1110 | 11011 | 0 | 11110 | 1100100 | 1010110 |
Color Harmonies of #FFDCBA
Complementary color
Monochromatic Colors of #FFDCBA
Black with #FFDCBA
Text Example
Text Example
White with #FFDCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDCBA; }
p { color: rgb(255,220,186); }
H1.HeaderClassName
{
color: #FFDCBA;
}
.AnyTagClassName
{
color: #FFDCBA;
}
</style>
background-color css
<style>
a { background-color: #FFDCBA; }
a { background-color: rgb(255,220,186); }
div.DivClassName
{
background-color: #FFDCBA;
}
.BgClassName
{
background-color: #FFDCBA;
}
</style>
border-color css
<style>
span { border-color: #FFDCBA; }
span { border-color: rgb(255,220,186); }
td.TdClassName
{
border-color: #FFDCBA;
}
.TagClassName
{
border-color: #FFDCBA;
}
</style>