Shades of Peach Puff #FCDCBC
Tints of Peach Puff #FCDCBC
RGB
CMYK
RGB Variations
Color information
#FCDCBC (or 0xFCDCBC) is known color: Peach Puff. HEX triplet: FC, DC and BC. RGB value is (252,220,188). Sum of RGB (Red+Green+Blue) = 252+220+188=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 188 (73.83% from 255 or 28.48% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCBC is #032343. Grayscale: #E2E2E2. Windows color (decimal): -205636 or 12377340. OLE color: 12377340.
HSL color Cylindrical-coordinate representation of color #FCDCBC: hue angle of 30º 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 #FCDCBC is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 188 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.01 |
| HSL | 30º | 0.91% | 0.86% | - |
| HSV(B) | 30º | 0.25% | 0.99% | - |
| XYZ | 74.82 | 75.51 | 58.21 | - |
| YUV | 225.92 | 106.6 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 188 | 0 | 0.13 | 0.25 | 0.01 | 30 | 0.91 | 0.86 |
| Hex | FC | DC | BC | 0 | D | 19 | 1 | 1E | 5B | 56 |
| Octal | 374 | 334 | 274 | 0 | 15 | 31 | 1 | 36 | 133 | 126 |
| Binary | 11111100 | 11011100 | 10111100 | 0 | 1101 | 11001 | 1 | 11110 | 1011011 | 1010110 |
Color Harmonies of #FCDCBC
Complementary color
Monochromatic Colors of #FCDCBC
Black with #FCDCBC
Text Example
Text Example
White with #FCDCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDCBC; }
p { color: rgb(252,220,188); }
H1.HeaderClassName
{
color: #FCDCBC;
}
.AnyTagClassName
{
color: #FCDCBC;
}
</style>
background-color css
<style>
a { background-color: #FCDCBC; }
a { background-color: rgb(252,220,188); }
div.DivClassName
{
background-color: #FCDCBC;
}
.BgClassName
{
background-color: #FCDCBC;
}
</style>
border-color css
<style>
span { border-color: #FCDCBC; }
span { border-color: rgb(252,220,188); }
td.TdClassName
{
border-color: #FCDCBC;
}
.TagClassName
{
border-color: #FCDCBC;
}
</style>