Shades of Peach #FCCDA0
Tints of Peach #FCCDA0
RGB
CMYK
RGB Variations
Color information
#FCCDA0 (or 0xFCCDA0) is known color: Peach. HEX triplet: FC, CD and A0. RGB value is (252,205,160). Sum of RGB (Red+Green+Blue) = 252+205+160=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 160 (62.89% from 255 or 25.93% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCDA0 is #03325F. Grayscale: #D6D6D6. Windows color (decimal): -209504 or 10538492. OLE color: 10538492.
HSL color Cylindrical-coordinate representation of color #FCCDA0: hue angle of 29.35º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCCDA0 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 160 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.01 |
| HSL | 29.35º | 0.94% | 0.81% | - |
| HSV(B) | 29.35º | 0.37% | 0.99% | - |
| XYZ | 68.32 | 66.9 | 42.57 | - |
| YUV | 213.92 | 97.57 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 160 | 0 | 0.19 | 0.37 | 0.01 | 29.35 | 0.94 | 0.81 |
| Hex | FC | CD | A0 | 0 | 13 | 25 | 1 | 1D | 5E | 51 |
| Octal | 374 | 315 | 240 | 0 | 23 | 45 | 1 | 35 | 136 | 121 |
| Binary | 11111100 | 11001101 | 10100000 | 0 | 10011 | 100101 | 1 | 11101 | 1011110 | 1010001 |
Color Harmonies of #FCCDA0
Complementary color
Monochromatic Colors of #FCCDA0
Black with #FCCDA0
Text Example
Text Example
White with #FCCDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCDA0; }
p { color: rgb(252,205,160); }
H1.HeaderClassName
{
color: #FCCDA0;
}
.AnyTagClassName
{
color: #FCCDA0;
}
</style>
background-color css
<style>
a { background-color: #FCCDA0; }
a { background-color: rgb(252,205,160); }
div.DivClassName
{
background-color: #FCCDA0;
}
.BgClassName
{
background-color: #FCCDA0;
}
</style>
border-color css
<style>
span { border-color: #FCCDA0; }
span { border-color: rgb(252,205,160); }
td.TdClassName
{
border-color: #FCCDA0;
}
.TagClassName
{
border-color: #FCCDA0;
}
</style>