Shades of Peach Puff #FDD8BA
Tints of Peach Puff #FDD8BA
RGB
CMYK
RGB Variations
Color information
#FDD8BA (or 0xFDD8BA) is known color: Peach Puff. HEX triplet: FD, D8 and BA. RGB value is (253,216,186). Sum of RGB (Red+Green+Blue) = 253+216+186=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 216 (84.77% from 255 or 32.98% from 655); Blue value is 186 (73.05% from 255 or 28.40% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD8BA is #022745. Grayscale: #DFDFDF. Windows color (decimal): -141126 or 12245245. OLE color: 12245245.
HSL color Cylindrical-coordinate representation of color #FDD8BA: hue angle of 26.87º 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 #FDD8BA is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 186 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.01 |
| HSL | 26.87º | 0.94% | 0.86% | - |
| HSV(B) | 26.87º | 0.26% | 0.99% | - |
| XYZ | 73.93 | 73.54 | 56.75 | - |
| YUV | 223.64 | 106.76 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 186 | 0 | 0.15 | 0.26 | 0.01 | 26.87 | 0.94 | 0.86 |
| Hex | FD | D8 | BA | 0 | F | 1A | 1 | 1B | 5E | 56 |
| Octal | 375 | 330 | 272 | 0 | 17 | 32 | 1 | 33 | 136 | 126 |
| Binary | 11111101 | 11011000 | 10111010 | 0 | 1111 | 11010 | 1 | 11011 | 1011110 | 1010110 |
Color Harmonies of #FDD8BA
Complementary color
Monochromatic Colors of #FDD8BA
Black with #FDD8BA
Text Example
Text Example
White with #FDD8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD8BA; }
p { color: rgb(253,216,186); }
H1.HeaderClassName
{
color: #FDD8BA;
}
.AnyTagClassName
{
color: #FDD8BA;
}
</style>
background-color css
<style>
a { background-color: #FDD8BA; }
a { background-color: rgb(253,216,186); }
div.DivClassName
{
background-color: #FDD8BA;
}
.BgClassName
{
background-color: #FDD8BA;
}
</style>
border-color css
<style>
span { border-color: #FDD8BA; }
span { border-color: rgb(253,216,186); }
td.TdClassName
{
border-color: #FDD8BA;
}
.TagClassName
{
border-color: #FDD8BA;
}
</style>