Shades of PeachPuff #FFDAB9
Tints of PeachPuff #FFDAB9
RGB
CMYK
RGB Variations
Color information
#FFDAB9 (or 0xFFDAB9) is known color: PeachPuff. HEX triplet: FF, DA and B9. RGB value is (255,218,185). Sum of RGB (Red+Green+Blue) = 255+218+185=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 218 (85.55% from 255 or 33.13% from 658); Blue value is 185 (72.66% from 255 or 28.12% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDAB9 is #002546. Grayscale: #E1E1E1. Windows color (decimal): -9543 or 12180223. OLE color: 12180223.
HSL color Cylindrical-coordinate representation of color #FFDAB9: hue angle of 28.29º 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 #FFDAB9 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 218 | 185 | - |
CMYK | 0 | 0.15 | 0.27 | 0 |
HSL | 28.29º | 1% | 0.86% | - |
HSV(B) | 28.29º | 0.27% | 1% | - |
XYZ | 75.07 | 74.91 | 56.4 | - |
YUV | 225.3 | 105.26 | 149.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 218 | 185 | 0 | 0.15 | 0.27 | 0 | 28.29 | 1 | 0.86 |
Hex | FF | DA | B9 | 0 | F | 1B | 0 | 1C | 64 | 56 |
Octal | 377 | 332 | 271 | 0 | 17 | 33 | 0 | 34 | 144 | 126 |
Binary | 11111111 | 11011010 | 10111001 | 0 | 1111 | 11011 | 0 | 11100 | 1100100 | 1010110 |
Color Harmonies of #FFDAB9
Complementary color
Monochromatic Colors of #FFDAB9
Black with #FFDAB9
Text Example
Text Example
White with #FFDAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDAB9; }
p { color: rgb(255,218,185); }
H1.HeaderClassName
{
color: #FFDAB9;
}
.AnyTagClassName
{
color: #FFDAB9;
}
</style>
background-color css
<style>
a { background-color: #FFDAB9; }
a { background-color: rgb(255,218,185); }
div.DivClassName
{
background-color: #FFDAB9;
}
.BgClassName
{
background-color: #FFDAB9;
}
</style>
border-color css
<style>
span { border-color: #FFDAB9; }
span { border-color: rgb(255,218,185); }
td.TdClassName
{
border-color: #FFDAB9;
}
.TagClassName
{
border-color: #FFDAB9;
}
</style>