Shades of Peach Puff #FCDBBD
Tints of Peach Puff #FCDBBD
RGB
CMYK
RGB Variations
Color information
#FCDBBD (or 0xFCDBBD) is known color: Peach Puff. HEX triplet: FC, DB and BD. RGB value is (252,219,189). Sum of RGB (Red+Green+Blue) = 252+219+189=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 219 (85.94% from 255 or 33.18% from 660); Blue value is 189 (74.22% from 255 or 28.64% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDBBD is #032442. Grayscale: #E1E1E1. Windows color (decimal): -205891 or 12442620. OLE color: 12442620.
HSL color Cylindrical-coordinate representation of color #FCDBBD: hue angle of 28.57º 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 #FCDBBD is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 189 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.01 |
| HSL | 28.57º | 0.91% | 0.86% | - |
| HSV(B) | 28.57º | 0.25% | 0.99% | - |
| XYZ | 74.66 | 75.03 | 58.69 | - |
| YUV | 225.45 | 107.43 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 189 | 0 | 0.13 | 0.25 | 0.01 | 28.57 | 0.91 | 0.86 |
| Hex | FC | DB | BD | 0 | D | 19 | 1 | 1D | 5B | 56 |
| Octal | 374 | 333 | 275 | 0 | 15 | 31 | 1 | 35 | 133 | 126 |
| Binary | 11111100 | 11011011 | 10111101 | 0 | 1101 | 11001 | 1 | 11101 | 1011011 | 1010110 |
Color Harmonies of #FCDBBD
Complementary color
Monochromatic Colors of #FCDBBD
Black with #FCDBBD
Text Example
Text Example
White with #FCDBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDBBD; }
p { color: rgb(252,219,189); }
H1.HeaderClassName
{
color: #FCDBBD;
}
.AnyTagClassName
{
color: #FCDBBD;
}
</style>
background-color css
<style>
a { background-color: #FCDBBD; }
a { background-color: rgb(252,219,189); }
div.DivClassName
{
background-color: #FCDBBD;
}
.BgClassName
{
background-color: #FCDBBD;
}
</style>
border-color css
<style>
span { border-color: #FCDBBD; }
span { border-color: rgb(252,219,189); }
td.TdClassName
{
border-color: #FCDBBD;
}
.TagClassName
{
border-color: #FCDBBD;
}
</style>