Shades of Peach Puff #FCD8B9
Tints of Peach Puff #FCD8B9
RGB
CMYK
RGB Variations
Color information
#FCD8B9 (or 0xFCD8B9) is known color: Peach Puff. HEX triplet: FC, D8 and B9. RGB value is (252,216,185). Sum of RGB (Red+Green+Blue) = 252+216+185=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 216 (84.77% from 255 or 33.08% from 653); Blue value is 185 (72.66% from 255 or 28.33% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD8B9 is #032746. Grayscale: #DFDFDF. Windows color (decimal): -206663 or 12179708. OLE color: 12179708.
HSL color Cylindrical-coordinate representation of color #FCD8B9: hue angle of 27.76º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCD8B9 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 185 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.01 |
| HSL | 27.76º | 0.92% | 0.86% | - |
| HSV(B) | 27.76º | 0.27% | 0.99% | - |
| XYZ | 73.46 | 73.31 | 56.18 | - |
| YUV | 223.23 | 106.43 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 185 | 0 | 0.14 | 0.27 | 0.01 | 27.76 | 0.92 | 0.86 |
| Hex | FC | D8 | B9 | 0 | E | 1B | 1 | 1C | 5C | 56 |
| Octal | 374 | 330 | 271 | 0 | 16 | 33 | 1 | 34 | 134 | 126 |
| Binary | 11111100 | 11011000 | 10111001 | 0 | 1110 | 11011 | 1 | 11100 | 1011100 | 1010110 |
Color Harmonies of #FCD8B9
Complementary color
Monochromatic Colors of #FCD8B9
Black with #FCD8B9
Text Example
Text Example
White with #FCD8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD8B9; }
p { color: rgb(252,216,185); }
H1.HeaderClassName
{
color: #FCD8B9;
}
.AnyTagClassName
{
color: #FCD8B9;
}
</style>
background-color css
<style>
a { background-color: #FCD8B9; }
a { background-color: rgb(252,216,185); }
div.DivClassName
{
background-color: #FCD8B9;
}
.BgClassName
{
background-color: #FCD8B9;
}
</style>
border-color css
<style>
span { border-color: #FCD8B9; }
span { border-color: rgb(252,216,185); }
td.TdClassName
{
border-color: #FCD8B9;
}
.TagClassName
{
border-color: #FCD8B9;
}
</style>