Shades of Peach #FCCDA8
Tints of Peach #FCCDA8
RGB
CMYK
RGB Variations
Color information
#FCCDA8 (or 0xFCCDA8) is known color: Peach. HEX triplet: FC, CD and A8. RGB value is (252,205,168). Sum of RGB (Red+Green+Blue) = 252+205+168=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 168 (66.02% from 255 or 26.88% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCDA8 is #033257. Grayscale: #D7D7D7. Windows color (decimal): -209496 or 11062780. OLE color: 11062780.
HSL color Cylindrical-coordinate representation of color #FCCDA8: hue angle of 26.43º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCCDA8 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 168 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.01 |
| HSL | 26.43º | 0.93% | 0.82% | - |
| HSV(B) | 26.43º | 0.33% | 0.99% | - |
| XYZ | 69.04 | 67.19 | 46.37 | - |
| YUV | 214.84 | 101.57 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 168 | 0 | 0.19 | 0.33 | 0.01 | 26.43 | 0.93 | 0.82 |
| Hex | FC | CD | A8 | 0 | 13 | 21 | 1 | 1A | 5D | 52 |
| Octal | 374 | 315 | 250 | 0 | 23 | 41 | 1 | 32 | 135 | 122 |
| Binary | 11111100 | 11001101 | 10101000 | 0 | 10011 | 100001 | 1 | 11010 | 1011101 | 1010010 |
Color Harmonies of #FCCDA8
Complementary color
Monochromatic Colors of #FCCDA8
Black with #FCCDA8
Text Example
Text Example
White with #FCCDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCDA8; }
p { color: rgb(252,205,168); }
H1.HeaderClassName
{
color: #FCCDA8;
}
.AnyTagClassName
{
color: #FCCDA8;
}
</style>
background-color css
<style>
a { background-color: #FCCDA8; }
a { background-color: rgb(252,205,168); }
div.DivClassName
{
background-color: #FCCDA8;
}
.BgClassName
{
background-color: #FCCDA8;
}
</style>
border-color css
<style>
span { border-color: #FCCDA8; }
span { border-color: rgb(252,205,168); }
td.TdClassName
{
border-color: #FCCDA8;
}
.TagClassName
{
border-color: #FCCDA8;
}
</style>