Shades of Peach Puff #FDD7BA
Tints of Peach Puff #FDD7BA
RGB
CMYK
RGB Variations
Color information
#FDD7BA (or 0xFDD7BA) is known color: Peach Puff. HEX triplet: FD, D7 and BA. RGB value is (253,215,186). Sum of RGB (Red+Green+Blue) = 253+215+186=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 215 (84.38% from 255 or 32.87% from 654); Blue value is 186 (73.05% from 255 or 28.44% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD7BA is #022845. Grayscale: #DFDFDF. Windows color (decimal): -141382 or 12244989. OLE color: 12244989.
HSL color Cylindrical-coordinate representation of color #FDD7BA: hue angle of 25.97º 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 #FDD7BA is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 186 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.01 |
| HSL | 25.97º | 0.94% | 0.86% | - |
| HSV(B) | 25.97º | 0.26% | 0.99% | - |
| XYZ | 73.67 | 73.03 | 56.67 | - |
| YUV | 223.06 | 107.09 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 186 | 0 | 0.15 | 0.26 | 0.01 | 25.97 | 0.94 | 0.86 |
| Hex | FD | D7 | BA | 0 | F | 1A | 1 | 1A | 5E | 56 |
| Octal | 375 | 327 | 272 | 0 | 17 | 32 | 1 | 32 | 136 | 126 |
| Binary | 11111101 | 11010111 | 10111010 | 0 | 1111 | 11010 | 1 | 11010 | 1011110 | 1010110 |
Color Harmonies of #FDD7BA
Complementary color
Monochromatic Colors of #FDD7BA
Black with #FDD7BA
Text Example
Text Example
White with #FDD7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD7BA; }
p { color: rgb(253,215,186); }
H1.HeaderClassName
{
color: #FDD7BA;
}
.AnyTagClassName
{
color: #FDD7BA;
}
</style>
background-color css
<style>
a { background-color: #FDD7BA; }
a { background-color: rgb(253,215,186); }
div.DivClassName
{
background-color: #FDD7BA;
}
.BgClassName
{
background-color: #FDD7BA;
}
</style>
border-color css
<style>
span { border-color: #FDD7BA; }
span { border-color: rgb(253,215,186); }
td.TdClassName
{
border-color: #FDD7BA;
}
.TagClassName
{
border-color: #FDD7BA;
}
</style>