Shades of Peach Puff #FDDABB
Tints of Peach Puff #FDDABB
RGB
CMYK
RGB Variations
Color information
#FDDABB (or 0xFDDABB) is known color: Peach Puff. HEX triplet: FD, DA and BB. RGB value is (253,218,187). Sum of RGB (Red+Green+Blue) = 253+218+187=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 218 (85.55% from 255 or 33.13% from 658); Blue value is 187 (73.44% from 255 or 28.42% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDABB is #022544. Grayscale: #E1E1E1. Windows color (decimal): -140613 or 12311293. OLE color: 12311293.
HSL color Cylindrical-coordinate representation of color #FDDABB: hue angle of 28.18º 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 #FDDABB is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 187 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.01 |
| HSL | 28.18º | 0.94% | 0.86% | - |
| HSV(B) | 28.18º | 0.26% | 0.99% | - |
| XYZ | 74.55 | 74.61 | 57.49 | - |
| YUV | 224.93 | 106.6 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 187 | 0 | 0.14 | 0.26 | 0.01 | 28.18 | 0.94 | 0.86 |
| Hex | FD | DA | BB | 0 | E | 1A | 1 | 1C | 5E | 56 |
| Octal | 375 | 332 | 273 | 0 | 16 | 32 | 1 | 34 | 136 | 126 |
| Binary | 11111101 | 11011010 | 10111011 | 0 | 1110 | 11010 | 1 | 11100 | 1011110 | 1010110 |
Color Harmonies of #FDDABB
Complementary color
Monochromatic Colors of #FDDABB
Black with #FDDABB
Text Example
Text Example
White with #FDDABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDABB; }
p { color: rgb(253,218,187); }
H1.HeaderClassName
{
color: #FDDABB;
}
.AnyTagClassName
{
color: #FDDABB;
}
</style>
background-color css
<style>
a { background-color: #FDDABB; }
a { background-color: rgb(253,218,187); }
div.DivClassName
{
background-color: #FDDABB;
}
.BgClassName
{
background-color: #FDDABB;
}
</style>
border-color css
<style>
span { border-color: #FDDABB; }
span { border-color: rgb(253,218,187); }
td.TdClassName
{
border-color: #FDDABB;
}
.TagClassName
{
border-color: #FDDABB;
}
</style>