Shades of Peach Puff #FCD5B9
Tints of Peach Puff #FCD5B9
RGB
CMYK
RGB Variations
Color information
#FCD5B9 (or 0xFCD5B9) is known color: Peach Puff. HEX triplet: FC, D5 and B9. RGB value is (252,213,185). Sum of RGB (Red+Green+Blue) = 252+213+185=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 213 (83.59% from 255 or 32.77% from 650); Blue value is 185 (72.66% from 255 or 28.46% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD5B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD5B9 is #032A46. Grayscale: #DDDDDD. Windows color (decimal): -207431 or 12178940. OLE color: 12178940.
HSL color Cylindrical-coordinate representation of color #FCD5B9: hue angle of 25.07º 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 #FCD5B9 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 185 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.01 |
| HSL | 25.07º | 0.92% | 0.86% | - |
| HSV(B) | 25.07º | 0.27% | 0.99% | - |
| XYZ | 72.7 | 71.79 | 55.92 | - |
| YUV | 221.47 | 107.42 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 185 | 0 | 0.15 | 0.27 | 0.01 | 25.07 | 0.92 | 0.86 |
| Hex | FC | D5 | B9 | 0 | F | 1B | 1 | 19 | 5C | 56 |
| Octal | 374 | 325 | 271 | 0 | 17 | 33 | 1 | 31 | 134 | 126 |
| Binary | 11111100 | 11010101 | 10111001 | 0 | 1111 | 11011 | 1 | 11001 | 1011100 | 1010110 |
Color Harmonies of #FCD5B9
Complementary color
Monochromatic Colors of #FCD5B9
Black with #FCD5B9
Text Example
Text Example
White with #FCD5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD5B9; }
p { color: rgb(252,213,185); }
H1.HeaderClassName
{
color: #FCD5B9;
}
.AnyTagClassName
{
color: #FCD5B9;
}
</style>
background-color css
<style>
a { background-color: #FCD5B9; }
a { background-color: rgb(252,213,185); }
div.DivClassName
{
background-color: #FCD5B9;
}
.BgClassName
{
background-color: #FCD5B9;
}
</style>
border-color css
<style>
span { border-color: #FCD5B9; }
span { border-color: rgb(252,213,185); }
td.TdClassName
{
border-color: #FCD5B9;
}
.TagClassName
{
border-color: #FCD5B9;
}
</style>