Shades of Peach Puff #FFD9BA
Tints of Peach Puff #FFD9BA
RGB
CMYK
RGB Variations
Color information
#FFD9BA (or 0xFFD9BA) is known color: Peach Puff. HEX triplet: FF, D9 and BA. RGB value is (255,217,186). Sum of RGB (Red+Green+Blue) = 255+217+186=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 217 (85.16% from 255 or 32.98% from 658); Blue value is 186 (73.05% from 255 or 28.27% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD9BA is #002645. Grayscale: #E0E0E0. Windows color (decimal): -9798 or 12245503. OLE color: 12245503.
HSL color Cylindrical-coordinate representation of color #FFD9BA: hue angle of 26.96º 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 #FFD9BA is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 186 | - |
| CMYK | 0 | 0.15 | 0.27 | 0 |
| HSL | 26.96º | 1% | 0.86% | - |
| HSV(B) | 26.96º | 0.27% | 1% | - |
| XYZ | 74.92 | 74.43 | 56.87 | - |
| YUV | 224.83 | 106.09 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 186 | 0 | 0.15 | 0.27 | 0 | 26.96 | 1 | 0.86 |
| Hex | FF | D9 | BA | 0 | F | 1B | 0 | 1B | 64 | 56 |
| Octal | 377 | 331 | 272 | 0 | 17 | 33 | 0 | 33 | 144 | 126 |
| Binary | 11111111 | 11011001 | 10111010 | 0 | 1111 | 11011 | 0 | 11011 | 1100100 | 1010110 |
Color Harmonies of #FFD9BA
Complementary color
Monochromatic Colors of #FFD9BA
Black with #FFD9BA
Text Example
Text Example
White with #FFD9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD9BA; }
p { color: rgb(255,217,186); }
H1.HeaderClassName
{
color: #FFD9BA;
}
.AnyTagClassName
{
color: #FFD9BA;
}
</style>
background-color css
<style>
a { background-color: #FFD9BA; }
a { background-color: rgb(255,217,186); }
div.DivClassName
{
background-color: #FFD9BA;
}
.BgClassName
{
background-color: #FFD9BA;
}
</style>
border-color css
<style>
span { border-color: #FFD9BA; }
span { border-color: rgb(255,217,186); }
td.TdClassName
{
border-color: #FFD9BA;
}
.TagClassName
{
border-color: #FFD9BA;
}
</style>