Shades of Peach Puff #FCD7BC
Tints of Peach Puff #FCD7BC
RGB
CMYK
RGB Variations
Color information
#FCD7BC (or 0xFCD7BC) is known color: Peach Puff. HEX triplet: FC, D7 and BC. RGB value is (252,215,188). Sum of RGB (Red+Green+Blue) = 252+215+188=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 215 (84.38% from 255 or 32.82% from 655); Blue value is 188 (73.83% from 255 or 28.70% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD7BC is #032843. Grayscale: #DFDFDF. Windows color (decimal): -206916 or 12376060. OLE color: 12376060.
HSL color Cylindrical-coordinate representation of color #FCD7BC: hue angle of 25.31º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCD7BC is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 188 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.01 |
| HSL | 25.31º | 0.91% | 0.86% | - |
| HSV(B) | 25.31º | 0.25% | 0.99% | - |
| XYZ | 73.52 | 72.93 | 57.78 | - |
| YUV | 222.99 | 108.26 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 188 | 0 | 0.15 | 0.25 | 0.01 | 25.31 | 0.91 | 0.86 |
| Hex | FC | D7 | BC | 0 | F | 19 | 1 | 19 | 5B | 56 |
| Octal | 374 | 327 | 274 | 0 | 17 | 31 | 1 | 31 | 133 | 126 |
| Binary | 11111100 | 11010111 | 10111100 | 0 | 1111 | 11001 | 1 | 11001 | 1011011 | 1010110 |
Color Harmonies of #FCD7BC
Complementary color
Monochromatic Colors of #FCD7BC
Black with #FCD7BC
Text Example
Text Example
White with #FCD7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD7BC; }
p { color: rgb(252,215,188); }
H1.HeaderClassName
{
color: #FCD7BC;
}
.AnyTagClassName
{
color: #FCD7BC;
}
</style>
background-color css
<style>
a { background-color: #FCD7BC; }
a { background-color: rgb(252,215,188); }
div.DivClassName
{
background-color: #FCD7BC;
}
.BgClassName
{
background-color: #FCD7BC;
}
</style>
border-color css
<style>
span { border-color: #FCD7BC; }
span { border-color: rgb(252,215,188); }
td.TdClassName
{
border-color: #FCD7BC;
}
.TagClassName
{
border-color: #FCD7BC;
}
</style>