Shades of Peach Puff #FDDABC
Tints of Peach Puff #FDDABC
RGB
CMYK
RGB Variations
Color information
#FDDABC (or 0xFDDABC) is known color: Peach Puff. HEX triplet: FD, DA and BC. RGB value is (253,218,188). Sum of RGB (Red+Green+Blue) = 253+218+188=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 218 (85.55% from 255 or 33.08% from 659); Blue value is 188 (73.83% from 255 or 28.53% from 659); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDABC is #022543. Grayscale: #E1E1E1. Windows color (decimal): -140612 or 12376829. OLE color: 12376829.
HSL color Cylindrical-coordinate representation of color #FDDABC: hue angle of 27.69º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDDABC is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 188 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.01 |
| HSL | 27.69º | 0.94% | 0.86% | - |
| HSV(B) | 27.69º | 0.26% | 0.99% | - |
| XYZ | 74.66 | 74.66 | 58.05 | - |
| YUV | 225.05 | 107.1 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 188 | 0 | 0.14 | 0.26 | 0.01 | 27.69 | 0.94 | 0.86 |
| Hex | FD | DA | BC | 0 | E | 1A | 1 | 1C | 5E | 56 |
| Octal | 375 | 332 | 274 | 0 | 16 | 32 | 1 | 34 | 136 | 126 |
| Binary | 11111101 | 11011010 | 10111100 | 0 | 1110 | 11010 | 1 | 11100 | 1011110 | 1010110 |
Color Harmonies of #FDDABC
Complementary color
Monochromatic Colors of #FDDABC
Black with #FDDABC
Text Example
Text Example
White with #FDDABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDABC; }
p { color: rgb(253,218,188); }
H1.HeaderClassName
{
color: #FDDABC;
}
.AnyTagClassName
{
color: #FDDABC;
}
</style>
background-color css
<style>
a { background-color: #FDDABC; }
a { background-color: rgb(253,218,188); }
div.DivClassName
{
background-color: #FDDABC;
}
.BgClassName
{
background-color: #FDDABC;
}
</style>
border-color css
<style>
span { border-color: #FDDABC; }
span { border-color: rgb(253,218,188); }
td.TdClassName
{
border-color: #FDDABC;
}
.TagClassName
{
border-color: #FDDABC;
}
</style>