Shades of Peach Puff #FCDABA
Tints of Peach Puff #FCDABA
RGB
CMYK
RGB Variations
Color information
#FCDABA (or 0xFCDABA) is known color: Peach Puff. HEX triplet: FC, DA and BA. RGB value is (252,218,186). Sum of RGB (Red+Green+Blue) = 252+218+186=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 218 (85.55% from 255 or 33.23% from 656); Blue value is 186 (73.05% from 255 or 28.35% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDABA is #032545. Grayscale: #E0E0E0. Windows color (decimal): -206150 or 12245756. OLE color: 12245756.
HSL color Cylindrical-coordinate representation of color #FCDABA: hue angle of 29.09º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCDABA is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 186 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.01 |
| HSL | 29.09º | 0.92% | 0.86% | - |
| HSV(B) | 29.09º | 0.26% | 0.99% | - |
| XYZ | 74.08 | 74.38 | 56.91 | - |
| YUV | 224.52 | 106.26 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 186 | 0 | 0.13 | 0.26 | 0.01 | 29.09 | 0.92 | 0.86 |
| Hex | FC | DA | BA | 0 | D | 1A | 1 | 1D | 5C | 56 |
| Octal | 374 | 332 | 272 | 0 | 15 | 32 | 1 | 35 | 134 | 126 |
| Binary | 11111100 | 11011010 | 10111010 | 0 | 1101 | 11010 | 1 | 11101 | 1011100 | 1010110 |
Color Harmonies of #FCDABA
Complementary color
Monochromatic Colors of #FCDABA
Black with #FCDABA
Text Example
Text Example
White with #FCDABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDABA; }
p { color: rgb(252,218,186); }
H1.HeaderClassName
{
color: #FCDABA;
}
.AnyTagClassName
{
color: #FCDABA;
}
</style>
background-color css
<style>
a { background-color: #FCDABA; }
a { background-color: rgb(252,218,186); }
div.DivClassName
{
background-color: #FCDABA;
}
.BgClassName
{
background-color: #FCDABA;
}
</style>
border-color css
<style>
span { border-color: #FCDABA; }
span { border-color: rgb(252,218,186); }
td.TdClassName
{
border-color: #FCDABA;
}
.TagClassName
{
border-color: #FCDABA;
}
</style>