Shades of Peach Puff #FCDCBD
Tints of Peach Puff #FCDCBD
RGB
CMYK
RGB Variations
Color information
#FCDCBD (or 0xFCDCBD) is known color: Peach Puff. HEX triplet: FC, DC and BD. RGB value is (252,220,189). Sum of RGB (Red+Green+Blue) = 252+220+189=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 189 (74.22% from 255 or 28.59% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCBD is #032342. Grayscale: #E2E2E2. Windows color (decimal): -205635 or 12442876. OLE color: 12442876.
HSL color Cylindrical-coordinate representation of color #FCDCBD: hue angle of 29.52º 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 #FCDCBD is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 189 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.01 |
| HSL | 29.52º | 0.91% | 0.86% | - |
| HSV(B) | 29.52º | 0.25% | 0.99% | - |
| XYZ | 74.92 | 75.56 | 58.78 | - |
| YUV | 226.03 | 107.1 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 189 | 0 | 0.13 | 0.25 | 0.01 | 29.52 | 0.91 | 0.86 |
| Hex | FC | DC | BD | 0 | D | 19 | 1 | 1E | 5B | 56 |
| Octal | 374 | 334 | 275 | 0 | 15 | 31 | 1 | 36 | 133 | 126 |
| Binary | 11111100 | 11011100 | 10111101 | 0 | 1101 | 11001 | 1 | 11110 | 1011011 | 1010110 |
Color Harmonies of #FCDCBD
Complementary color
Monochromatic Colors of #FCDCBD
Black with #FCDCBD
Text Example
Text Example
White with #FCDCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDCBD; }
p { color: rgb(252,220,189); }
H1.HeaderClassName
{
color: #FCDCBD;
}
.AnyTagClassName
{
color: #FCDCBD;
}
</style>
background-color css
<style>
a { background-color: #FCDCBD; }
a { background-color: rgb(252,220,189); }
div.DivClassName
{
background-color: #FCDCBD;
}
.BgClassName
{
background-color: #FCDCBD;
}
</style>
border-color css
<style>
span { border-color: #FCDCBD; }
span { border-color: rgb(252,220,189); }
td.TdClassName
{
border-color: #FCDCBD;
}
.TagClassName
{
border-color: #FCDCBD;
}
</style>