Shades of Peach Puff #FDDDBD
Tints of Peach Puff #FDDDBD
RGB
CMYK
RGB Variations
Color information
#FDDDBD (or 0xFDDDBD) is known color: Peach Puff. HEX triplet: FD, DD and BD. RGB value is (253,221,189). Sum of RGB (Red+Green+Blue) = 253+221+189=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 221 (86.72% from 255 or 33.33% from 663); Blue value is 189 (74.22% from 255 or 28.51% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDDBD is #022242. Grayscale: #E3E3E3. Windows color (decimal): -139843 or 12443133. OLE color: 12443133.
HSL color Cylindrical-coordinate representation of color #FDDDBD: hue angle of 30º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDDDBD is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 221 | 189 | - |
CMYK | 0 | 0.13 | 0.25 | 0.01 |
HSL | 30º | 0.94% | 0.87% | - |
HSV(B) | 30º | 0.25% | 0.99% | - |
XYZ | 75.55 | 76.27 | 58.88 | - |
YUV | 226.92 | 106.6 | 146.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 221 | 189 | 0 | 0.13 | 0.25 | 0.01 | 30 | 0.94 | 0.87 |
Hex | FD | DD | BD | 0 | D | 19 | 1 | 1E | 5E | 57 |
Octal | 375 | 335 | 275 | 0 | 15 | 31 | 1 | 36 | 136 | 127 |
Binary | 11111101 | 11011101 | 10111101 | 0 | 1101 | 11001 | 1 | 11110 | 1011110 | 1010111 |
Color Harmonies of #FDDDBD
Complementary color
Monochromatic Colors of #FDDDBD
Black with #FDDDBD
Text Example
Text Example
White with #FDDDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDDBD; }
p { color: rgb(253,221,189); }
H1.HeaderClassName
{
color: #FDDDBD;
}
.AnyTagClassName
{
color: #FDDDBD;
}
</style>
background-color css
<style>
a { background-color: #FDDDBD; }
a { background-color: rgb(253,221,189); }
div.DivClassName
{
background-color: #FDDDBD;
}
.BgClassName
{
background-color: #FDDDBD;
}
</style>
border-color css
<style>
span { border-color: #FDDDBD; }
span { border-color: rgb(253,221,189); }
td.TdClassName
{
border-color: #FDDDBD;
}
.TagClassName
{
border-color: #FDDDBD;
}
</style>