Shades of Peach Puff #FCD7B9
Tints of Peach Puff #FCD7B9
RGB
CMYK
RGB Variations
Color information
#FCD7B9 (or 0xFCD7B9) is known color: Peach Puff. HEX triplet: FC, D7 and B9. RGB value is (252,215,185). Sum of RGB (Red+Green+Blue) = 252+215+185=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 215 (84.38% from 255 or 32.98% from 652); Blue value is 185 (72.66% from 255 or 28.37% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD7B9 is #032846. Grayscale: #DEDEDE. Windows color (decimal): -206919 or 12179452. OLE color: 12179452.
HSL color Cylindrical-coordinate representation of color #FCD7B9: hue angle of 26.87º 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 #FCD7B9 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 185 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.01 |
| HSL | 26.87º | 0.92% | 0.86% | - |
| HSV(B) | 26.87º | 0.27% | 0.99% | - |
| XYZ | 73.2 | 72.8 | 56.09 | - |
| YUV | 222.64 | 106.76 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 185 | 0 | 0.15 | 0.27 | 0.01 | 26.87 | 0.92 | 0.86 |
| Hex | FC | D7 | B9 | 0 | F | 1B | 1 | 1B | 5C | 56 |
| Octal | 374 | 327 | 271 | 0 | 17 | 33 | 1 | 33 | 134 | 126 |
| Binary | 11111100 | 11010111 | 10111001 | 0 | 1111 | 11011 | 1 | 11011 | 1011100 | 1010110 |
Color Harmonies of #FCD7B9
Complementary color
Monochromatic Colors of #FCD7B9
Black with #FCD7B9
Text Example
Text Example
White with #FCD7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD7B9; }
p { color: rgb(252,215,185); }
H1.HeaderClassName
{
color: #FCD7B9;
}
.AnyTagClassName
{
color: #FCD7B9;
}
</style>
background-color css
<style>
a { background-color: #FCD7B9; }
a { background-color: rgb(252,215,185); }
div.DivClassName
{
background-color: #FCD7B9;
}
.BgClassName
{
background-color: #FCD7B9;
}
</style>
border-color css
<style>
span { border-color: #FCD7B9; }
span { border-color: rgb(252,215,185); }
td.TdClassName
{
border-color: #FCD7B9;
}
.TagClassName
{
border-color: #FCD7B9;
}
</style>