Shades of Peach Puff #FCDBBC
Tints of Peach Puff #FCDBBC
RGB
CMYK
RGB Variations
Color information
#FCDBBC (or 0xFCDBBC) is known color: Peach Puff. HEX triplet: FC, DB and BC. RGB value is (252,219,188). Sum of RGB (Red+Green+Blue) = 252+219+188=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 219 (85.94% from 255 or 33.23% from 659); Blue value is 188 (73.83% from 255 or 28.53% from 659); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDBBC is #032443. Grayscale: #E1E1E1. Windows color (decimal): -205892 or 12377084. OLE color: 12377084.
HSL color Cylindrical-coordinate representation of color #FCDBBC: hue angle of 29.06º 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 #FCDBBC is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 188 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.01 |
| HSL | 29.06º | 0.91% | 0.86% | - |
| HSV(B) | 29.06º | 0.25% | 0.99% | - |
| XYZ | 74.55 | 74.99 | 58.12 | - |
| YUV | 225.33 | 106.93 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 188 | 0 | 0.13 | 0.25 | 0.01 | 29.06 | 0.91 | 0.86 |
| Hex | FC | DB | BC | 0 | D | 19 | 1 | 1D | 5B | 56 |
| Octal | 374 | 333 | 274 | 0 | 15 | 31 | 1 | 35 | 133 | 126 |
| Binary | 11111100 | 11011011 | 10111100 | 0 | 1101 | 11001 | 1 | 11101 | 1011011 | 1010110 |
Color Harmonies of #FCDBBC
Complementary color
Monochromatic Colors of #FCDBBC
Black with #FCDBBC
Text Example
Text Example
White with #FCDBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDBBC; }
p { color: rgb(252,219,188); }
H1.HeaderClassName
{
color: #FCDBBC;
}
.AnyTagClassName
{
color: #FCDBBC;
}
</style>
background-color css
<style>
a { background-color: #FCDBBC; }
a { background-color: rgb(252,219,188); }
div.DivClassName
{
background-color: #FCDBBC;
}
.BgClassName
{
background-color: #FCDBBC;
}
</style>
border-color css
<style>
span { border-color: #FCDBBC; }
span { border-color: rgb(252,219,188); }
td.TdClassName
{
border-color: #FCDBBC;
}
.TagClassName
{
border-color: #FCDBBC;
}
</style>