Shades of Peach Puff #FDDABA
Tints of Peach Puff #FDDABA
RGB
CMYK
RGB Variations
Color information
#FDDABA (or 0xFDDABA) is known color: Peach Puff. HEX triplet: FD, DA and BA. RGB value is (253,218,186). Sum of RGB (Red+Green+Blue) = 253+218+186=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 218 (85.55% from 255 or 33.18% from 657); Blue value is 186 (73.05% from 255 or 28.31% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDABA is #022545. Grayscale: #E0E0E0. Windows color (decimal): -140614 or 12245757. OLE color: 12245757.
HSL color Cylindrical-coordinate representation of color #FDDABA: hue angle of 28.66º 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 #FDDABA is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 186 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.01 |
| HSL | 28.66º | 0.94% | 0.86% | - |
| HSV(B) | 28.66º | 0.26% | 0.99% | - |
| XYZ | 74.44 | 74.57 | 56.92 | - |
| YUV | 224.82 | 106.1 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 186 | 0 | 0.14 | 0.26 | 0.01 | 28.66 | 0.94 | 0.86 |
| Hex | FD | DA | BA | 0 | E | 1A | 1 | 1D | 5E | 56 |
| Octal | 375 | 332 | 272 | 0 | 16 | 32 | 1 | 35 | 136 | 126 |
| Binary | 11111101 | 11011010 | 10111010 | 0 | 1110 | 11010 | 1 | 11101 | 1011110 | 1010110 |
Color Harmonies of #FDDABA
Complementary color
Monochromatic Colors of #FDDABA
Black with #FDDABA
Text Example
Text Example
White with #FDDABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDABA; }
p { color: rgb(253,218,186); }
H1.HeaderClassName
{
color: #FDDABA;
}
.AnyTagClassName
{
color: #FDDABA;
}
</style>
background-color css
<style>
a { background-color: #FDDABA; }
a { background-color: rgb(253,218,186); }
div.DivClassName
{
background-color: #FDDABA;
}
.BgClassName
{
background-color: #FDDABA;
}
</style>
border-color css
<style>
span { border-color: #FDDABA; }
span { border-color: rgb(253,218,186); }
td.TdClassName
{
border-color: #FDDABA;
}
.TagClassName
{
border-color: #FDDABA;
}
</style>