Shades of Peach Puff #FCDDBD
Tints of Peach Puff #FCDDBD
RGB
CMYK
RGB Variations
Color information
#FCDDBD (or 0xFCDDBD) is known color: Peach Puff. HEX triplet: FC, DD and BD. RGB value is (252,221,189). Sum of RGB (Red+Green+Blue) = 252+221+189=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 221 (86.72% from 255 or 33.38% from 662); Blue value is 189 (74.22% from 255 or 28.55% from 662); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDBD is #032242. Grayscale: #E2E2E2. Windows color (decimal): -205379 or 12443132. OLE color: 12443132.
HSL color Cylindrical-coordinate representation of color #FCDDBD: hue angle of 30.48º 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 #FCDDBD is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 189 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.01 |
| HSL | 30.48º | 0.91% | 0.86% | - |
| HSV(B) | 30.48º | 0.25% | 0.99% | - |
| XYZ | 75.19 | 76.08 | 58.87 | - |
| YUV | 226.62 | 106.77 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 189 | 0 | 0.12 | 0.25 | 0.01 | 30.48 | 0.91 | 0.86 |
| Hex | FC | DD | BD | 0 | C | 19 | 1 | 1E | 5B | 56 |
| Octal | 374 | 335 | 275 | 0 | 14 | 31 | 1 | 36 | 133 | 126 |
| Binary | 11111100 | 11011101 | 10111101 | 0 | 1100 | 11001 | 1 | 11110 | 1011011 | 1010110 |
Color Harmonies of #FCDDBD
Complementary color
Monochromatic Colors of #FCDDBD
Black with #FCDDBD
Text Example
Text Example
White with #FCDDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDDBD; }
p { color: rgb(252,221,189); }
H1.HeaderClassName
{
color: #FCDDBD;
}
.AnyTagClassName
{
color: #FCDDBD;
}
</style>
background-color css
<style>
a { background-color: #FCDDBD; }
a { background-color: rgb(252,221,189); }
div.DivClassName
{
background-color: #FCDDBD;
}
.BgClassName
{
background-color: #FCDDBD;
}
</style>
border-color css
<style>
span { border-color: #FCDDBD; }
span { border-color: rgb(252,221,189); }
td.TdClassName
{
border-color: #FCDDBD;
}
.TagClassName
{
border-color: #FCDDBD;
}
</style>