Shades of Peach Puff #FFDABC
Tints of Peach Puff #FFDABC
RGB
CMYK
RGB Variations
Color information
#FFDABC (or 0xFFDABC) is known color: Peach Puff. HEX triplet: FF, DA and BC. RGB value is (255,218,188). Sum of RGB (Red+Green+Blue) = 255+218+188=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 218 (85.55% from 255 or 32.98% from 661); Blue value is 188 (73.83% from 255 or 28.44% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDABC is #002543. Grayscale: #E1E1E1. Windows color (decimal): -9540 or 12376831. OLE color: 12376831.
HSL color Cylindrical-coordinate representation of color #FFDABC: hue angle of 26.87º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFDABC is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 188 | - |
| CMYK | 0 | 0.15 | 0.26 | 0 |
| HSL | 26.87º | 1% | 0.87% | - |
| HSV(B) | 26.87º | 0.26% | 1% | - |
| XYZ | 75.39 | 75.03 | 58.09 | - |
| YUV | 225.64 | 106.76 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 188 | 0 | 0.15 | 0.26 | 0 | 26.87 | 1 | 0.87 |
| Hex | FF | DA | BC | 0 | F | 1A | 0 | 1B | 64 | 57 |
| Octal | 377 | 332 | 274 | 0 | 17 | 32 | 0 | 33 | 144 | 127 |
| Binary | 11111111 | 11011010 | 10111100 | 0 | 1111 | 11010 | 0 | 11011 | 1100100 | 1010111 |
Color Harmonies of #FFDABC
Complementary color
Monochromatic Colors of #FFDABC
Black with #FFDABC
Text Example
Text Example
White with #FFDABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDABC; }
p { color: rgb(255,218,188); }
H1.HeaderClassName
{
color: #FFDABC;
}
.AnyTagClassName
{
color: #FFDABC;
}
</style>
background-color css
<style>
a { background-color: #FFDABC; }
a { background-color: rgb(255,218,188); }
div.DivClassName
{
background-color: #FFDABC;
}
.BgClassName
{
background-color: #FFDABC;
}
</style>
border-color css
<style>
span { border-color: #FFDABC; }
span { border-color: rgb(255,218,188); }
td.TdClassName
{
border-color: #FFDABC;
}
.TagClassName
{
border-color: #FFDABC;
}
</style>