Shades of Peach Puff #FCDABC
Tints of Peach Puff #FCDABC
RGB
CMYK
RGB Variations
Color information
#FCDABC (or 0xFCDABC) is known color: Peach Puff. HEX triplet: FC, DA and BC. RGB value is (252,218,188). Sum of RGB (Red+Green+Blue) = 252+218+188=658 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.30% from 658); Green value is 218 (85.55% from 255 or 33.13% from 658); Blue value is 188 (73.83% from 255 or 28.57% from 658); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDABC is #032543. Grayscale: #E0E0E0. Windows color (decimal): -206148 or 12376828. OLE color: 12376828.
HSL color Cylindrical-coordinate representation of color #FCDABC: hue angle of 28.12º 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 #FCDABC is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 188 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.01 |
| HSL | 28.13º | 0.91% | 0.86% | - |
| HSV(B) | 28.13º | 0.25% | 0.99% | - |
| XYZ | 74.29 | 74.47 | 58.04 | - |
| YUV | 224.75 | 107.26 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 188 | 0 | 0.13 | 0.25 | 0.01 | 28.13 | 0.91 | 0.86 |
| Hex | FC | DA | BC | 0 | D | 19 | 1 | 1C | 5B | 56 |
| Octal | 374 | 332 | 274 | 0 | 15 | 31 | 1 | 34 | 133 | 126 |
| Binary | 11111100 | 11011010 | 10111100 | 0 | 1101 | 11001 | 1 | 11100 | 1011011 | 1010110 |
Color Harmonies of #FCDABC
Complementary color
Monochromatic Colors of #FCDABC
Black with #FCDABC
Text Example
Text Example
White with #FCDABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDABC; }
p { color: rgb(252,218,188); }
H1.HeaderClassName
{
color: #FCDABC;
}
.AnyTagClassName
{
color: #FCDABC;
}
</style>
background-color css
<style>
a { background-color: #FCDABC; }
a { background-color: rgb(252,218,188); }
div.DivClassName
{
background-color: #FCDABC;
}
.BgClassName
{
background-color: #FCDABC;
}
</style>
border-color css
<style>
span { border-color: #FCDABC; }
span { border-color: rgb(252,218,188); }
td.TdClassName
{
border-color: #FCDABC;
}
.TagClassName
{
border-color: #FCDABC;
}
</style>