Shades of Peach #FCCDA5
Tints of Peach #FCCDA5
RGB
CMYK
RGB Variations
Color information
#FCCDA5 (or 0xFCCDA5) is known color: Peach. HEX triplet: FC, CD and A5. RGB value is (252,205,165). Sum of RGB (Red+Green+Blue) = 252+205+165=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 165 (64.84% from 255 or 26.53% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCDA5 is #03325A. Grayscale: #D6D6D6. Windows color (decimal): -209499 or 10866172. OLE color: 10866172.
HSL color Cylindrical-coordinate representation of color #FCCDA5: hue angle of 27.59º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCCDA5 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 165 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.01 |
| HSL | 27.59º | 0.94% | 0.82% | - |
| HSV(B) | 27.59º | 0.35% | 0.99% | - |
| XYZ | 68.77 | 67.07 | 44.92 | - |
| YUV | 214.49 | 100.07 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 165 | 0 | 0.19 | 0.35 | 0.01 | 27.59 | 0.94 | 0.82 |
| Hex | FC | CD | A5 | 0 | 13 | 23 | 1 | 1C | 5E | 52 |
| Octal | 374 | 315 | 245 | 0 | 23 | 43 | 1 | 34 | 136 | 122 |
| Binary | 11111100 | 11001101 | 10100101 | 0 | 10011 | 100011 | 1 | 11100 | 1011110 | 1010010 |
Color Harmonies of #FCCDA5
Complementary color
Monochromatic Colors of #FCCDA5
Black with #FCCDA5
Text Example
Text Example
White with #FCCDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCDA5; }
p { color: rgb(252,205,165); }
H1.HeaderClassName
{
color: #FCCDA5;
}
.AnyTagClassName
{
color: #FCCDA5;
}
</style>
background-color css
<style>
a { background-color: #FCCDA5; }
a { background-color: rgb(252,205,165); }
div.DivClassName
{
background-color: #FCCDA5;
}
.BgClassName
{
background-color: #FCCDA5;
}
</style>
border-color css
<style>
span { border-color: #FCCDA5; }
span { border-color: rgb(252,205,165); }
td.TdClassName
{
border-color: #FCCDA5;
}
.TagClassName
{
border-color: #FCCDA5;
}
</style>