Shades of Peach Puff #FFDAB8
Tints of Peach Puff #FFDAB8
RGB
CMYK
RGB Variations
Color information
#FFDAB8 (or 0xFFDAB8) is known color: Peach Puff. HEX triplet: FF, DA and B8. RGB value is (255,218,184). Sum of RGB (Red+Green+Blue) = 255+218+184=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 218 (85.55% from 255 or 33.18% from 657); Blue value is 184 (72.27% from 255 or 28.01% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDAB8 is #002547. Grayscale: #E1E1E1. Windows color (decimal): -9544 or 12114687. OLE color: 12114687.
HSL color Cylindrical-coordinate representation of color #FFDAB8: hue angle of 28.73º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFDAB8 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 184 | - |
| CMYK | 0 | 0.15 | 0.28 | 0 |
| HSL | 28.73º | 1% | 0.86% | - |
| HSV(B) | 28.73º | 0.28% | 1% | - |
| XYZ | 74.96 | 74.86 | 55.85 | - |
| YUV | 225.19 | 104.76 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 184 | 0 | 0.15 | 0.28 | 0 | 28.73 | 1 | 0.86 |
| Hex | FF | DA | B8 | 0 | F | 1C | 0 | 1D | 64 | 56 |
| Octal | 377 | 332 | 270 | 0 | 17 | 34 | 0 | 35 | 144 | 126 |
| Binary | 11111111 | 11011010 | 10111000 | 0 | 1111 | 11100 | 0 | 11101 | 1100100 | 1010110 |
Color Harmonies of #FFDAB8
Complementary color
Monochromatic Colors of #FFDAB8
Black with #FFDAB8
Text Example
Text Example
White with #FFDAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDAB8; }
p { color: rgb(255,218,184); }
H1.HeaderClassName
{
color: #FFDAB8;
}
.AnyTagClassName
{
color: #FFDAB8;
}
</style>
background-color css
<style>
a { background-color: #FFDAB8; }
a { background-color: rgb(255,218,184); }
div.DivClassName
{
background-color: #FFDAB8;
}
.BgClassName
{
background-color: #FFDAB8;
}
</style>
border-color css
<style>
span { border-color: #FFDAB8; }
span { border-color: rgb(255,218,184); }
td.TdClassName
{
border-color: #FFDAB8;
}
.TagClassName
{
border-color: #FFDAB8;
}
</style>