Shades of Peach Puff #FCDABD
Tints of Peach Puff #FCDABD
RGB
CMYK
RGB Variations
Color information
#FCDABD (or 0xFCDABD) is known color: Peach Puff. HEX triplet: FC, DA and BD. RGB value is (252,218,189). Sum of RGB (Red+Green+Blue) = 252+218+189=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 218 (85.55% from 255 or 33.08% from 659); Blue value is 189 (74.22% from 255 or 28.68% from 659); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDABD is #032542. Grayscale: #E1E1E1. Windows color (decimal): -206147 or 12442364. OLE color: 12442364.
HSL color Cylindrical-coordinate representation of color #FCDABD: hue angle of 27.62º 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 #FCDABD is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 189 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.01 |
| HSL | 27.62º | 0.91% | 0.86% | - |
| HSV(B) | 27.62º | 0.25% | 0.99% | - |
| XYZ | 74.4 | 74.51 | 58.61 | - |
| YUV | 224.86 | 107.76 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 189 | 0 | 0.13 | 0.25 | 0.01 | 27.62 | 0.91 | 0.86 |
| Hex | FC | DA | BD | 0 | D | 19 | 1 | 1C | 5B | 56 |
| Octal | 374 | 332 | 275 | 0 | 15 | 31 | 1 | 34 | 133 | 126 |
| Binary | 11111100 | 11011010 | 10111101 | 0 | 1101 | 11001 | 1 | 11100 | 1011011 | 1010110 |
Color Harmonies of #FCDABD
Complementary color
Monochromatic Colors of #FCDABD
Black with #FCDABD
Text Example
Text Example
White with #FCDABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDABD; }
p { color: rgb(252,218,189); }
H1.HeaderClassName
{
color: #FCDABD;
}
.AnyTagClassName
{
color: #FCDABD;
}
</style>
background-color css
<style>
a { background-color: #FCDABD; }
a { background-color: rgb(252,218,189); }
div.DivClassName
{
background-color: #FCDABD;
}
.BgClassName
{
background-color: #FCDABD;
}
</style>
border-color css
<style>
span { border-color: #FCDABD; }
span { border-color: rgb(252,218,189); }
td.TdClassName
{
border-color: #FCDABD;
}
.TagClassName
{
border-color: #FCDABD;
}
</style>