Shades of Peach Puff #FFDBBA
Tints of Peach Puff #FFDBBA
RGB
CMYK
RGB Variations
Color information
#FFDBBA (or 0xFFDBBA) is known color: Peach Puff. HEX triplet: FF, DB and BA. RGB value is (255,219,186). Sum of RGB (Red+Green+Blue) = 255+219+186=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 219 (85.94% from 255 or 33.18% from 660); Blue value is 186 (73.05% from 255 or 28.18% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDBBA is #002445. Grayscale: #E2E2E2. Windows color (decimal): -9286 or 12246015. OLE color: 12246015.
HSL color Cylindrical-coordinate representation of color #FFDBBA: hue angle of 28.7º 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 #FFDBBA is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 186 | - |
| CMYK | 0 | 0.14 | 0.27 | 0 |
| HSL | 28.7º | 1% | 0.86% | - |
| HSV(B) | 28.7º | 0.27% | 1% | - |
| XYZ | 75.43 | 75.47 | 57.05 | - |
| YUV | 226 | 105.43 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 186 | 0 | 0.14 | 0.27 | 0 | 28.7 | 1 | 0.86 |
| Hex | FF | DB | BA | 0 | E | 1B | 0 | 1D | 64 | 56 |
| Octal | 377 | 333 | 272 | 0 | 16 | 33 | 0 | 35 | 144 | 126 |
| Binary | 11111111 | 11011011 | 10111010 | 0 | 1110 | 11011 | 0 | 11101 | 1100100 | 1010110 |
Color Harmonies of #FFDBBA
Complementary color
Monochromatic Colors of #FFDBBA
Black with #FFDBBA
Text Example
Text Example
White with #FFDBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDBBA; }
p { color: rgb(255,219,186); }
H1.HeaderClassName
{
color: #FFDBBA;
}
.AnyTagClassName
{
color: #FFDBBA;
}
</style>
background-color css
<style>
a { background-color: #FFDBBA; }
a { background-color: rgb(255,219,186); }
div.DivClassName
{
background-color: #FFDBBA;
}
.BgClassName
{
background-color: #FFDBBA;
}
</style>
border-color css
<style>
span { border-color: #FFDBBA; }
span { border-color: rgb(255,219,186); }
td.TdClassName
{
border-color: #FFDBBA;
}
.TagClassName
{
border-color: #FFDBBA;
}
</style>