Shades of Peach Puff #FDD8BB
Tints of Peach Puff #FDD8BB
RGB
CMYK
RGB Variations
Color information
#FDD8BB (or 0xFDD8BB) is known color: Peach Puff. HEX triplet: FD, D8 and BB. RGB value is (253,216,187). Sum of RGB (Red+Green+Blue) = 253+216+187=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 216 (84.77% from 255 or 32.93% from 656); Blue value is 187 (73.44% from 255 or 28.51% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD8BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD8BB is #022744. Grayscale: #DFDFDF. Windows color (decimal): -141125 or 12310781. OLE color: 12310781.
HSL color Cylindrical-coordinate representation of color #FDD8BB: hue angle of 26.36º 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 #FDD8BB is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 187 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.01 |
| HSL | 26.36º | 0.94% | 0.86% | - |
| HSV(B) | 26.36º | 0.26% | 0.99% | - |
| XYZ | 74.03 | 73.58 | 57.31 | - |
| YUV | 223.76 | 107.26 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 187 | 0 | 0.15 | 0.26 | 0.01 | 26.36 | 0.94 | 0.86 |
| Hex | FD | D8 | BB | 0 | F | 1A | 1 | 1A | 5E | 56 |
| Octal | 375 | 330 | 273 | 0 | 17 | 32 | 1 | 32 | 136 | 126 |
| Binary | 11111101 | 11011000 | 10111011 | 0 | 1111 | 11010 | 1 | 11010 | 1011110 | 1010110 |
Color Harmonies of #FDD8BB
Complementary color
Monochromatic Colors of #FDD8BB
Black with #FDD8BB
Text Example
Text Example
White with #FDD8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD8BB; }
p { color: rgb(253,216,187); }
H1.HeaderClassName
{
color: #FDD8BB;
}
.AnyTagClassName
{
color: #FDD8BB;
}
</style>
background-color css
<style>
a { background-color: #FDD8BB; }
a { background-color: rgb(253,216,187); }
div.DivClassName
{
background-color: #FDD8BB;
}
.BgClassName
{
background-color: #FDD8BB;
}
</style>
border-color css
<style>
span { border-color: #FDD8BB; }
span { border-color: rgb(253,216,187); }
td.TdClassName
{
border-color: #FDD8BB;
}
.TagClassName
{
border-color: #FDD8BB;
}
</style>