Shades of Peach Puff #FCD9BC
Tints of Peach Puff #FCD9BC
RGB
CMYK
RGB Variations
Color information
#FCD9BC (or 0xFCD9BC) is known color: Peach Puff. HEX triplet: FC, D9 and BC. RGB value is (252,217,188). Sum of RGB (Red+Green+Blue) = 252+217+188=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 217 (85.16% from 255 or 33.03% from 657); Blue value is 188 (73.83% from 255 or 28.61% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD9BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD9BC is #032643. Grayscale: #E0E0E0. Windows color (decimal): -206404 or 12376572. OLE color: 12376572.
HSL color Cylindrical-coordinate representation of color #FCD9BC: hue angle of 27.19º 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 #FCD9BC is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 188 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.01 |
| HSL | 27.19º | 0.91% | 0.86% | - |
| HSV(B) | 27.19º | 0.25% | 0.99% | - |
| XYZ | 74.03 | 73.95 | 57.95 | - |
| YUV | 224.16 | 107.6 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 188 | 0 | 0.14 | 0.25 | 0.01 | 27.19 | 0.91 | 0.86 |
| Hex | FC | D9 | BC | 0 | E | 19 | 1 | 1B | 5B | 56 |
| Octal | 374 | 331 | 274 | 0 | 16 | 31 | 1 | 33 | 133 | 126 |
| Binary | 11111100 | 11011001 | 10111100 | 0 | 1110 | 11001 | 1 | 11011 | 1011011 | 1010110 |
Color Harmonies of #FCD9BC
Complementary color
Monochromatic Colors of #FCD9BC
Black with #FCD9BC
Text Example
Text Example
White with #FCD9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD9BC; }
p { color: rgb(252,217,188); }
H1.HeaderClassName
{
color: #FCD9BC;
}
.AnyTagClassName
{
color: #FCD9BC;
}
</style>
background-color css
<style>
a { background-color: #FCD9BC; }
a { background-color: rgb(252,217,188); }
div.DivClassName
{
background-color: #FCD9BC;
}
.BgClassName
{
background-color: #FCD9BC;
}
</style>
border-color css
<style>
span { border-color: #FCD9BC; }
span { border-color: rgb(252,217,188); }
td.TdClassName
{
border-color: #FCD9BC;
}
.TagClassName
{
border-color: #FCD9BC;
}
</style>