Shades of Peach #FCCDA1
Tints of Peach #FCCDA1
RGB
CMYK
RGB Variations
Color information
#FCCDA1 (or 0xFCCDA1) is known color: Peach. HEX triplet: FC, CD and A1. RGB value is (252,205,161). Sum of RGB (Red+Green+Blue) = 252+205+161=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 161 (63.28% from 255 or 26.05% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCDA1 is #03325E. Grayscale: #D6D6D6. Windows color (decimal): -209503 or 10604028. OLE color: 10604028.
HSL color Cylindrical-coordinate representation of color #FCCDA1: hue angle of 29.01º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FCCDA1 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 161 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.01 |
| HSL | 29.01º | 0.94% | 0.81% | - |
| HSV(B) | 29.01º | 0.36% | 0.99% | - |
| XYZ | 68.41 | 66.93 | 43.03 | - |
| YUV | 214.04 | 98.07 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 161 | 0 | 0.19 | 0.36 | 0.01 | 29.01 | 0.94 | 0.81 |
| Hex | FC | CD | A1 | 0 | 13 | 24 | 1 | 1D | 5E | 51 |
| Octal | 374 | 315 | 241 | 0 | 23 | 44 | 1 | 35 | 136 | 121 |
| Binary | 11111100 | 11001101 | 10100001 | 0 | 10011 | 100100 | 1 | 11101 | 1011110 | 1010001 |
Color Harmonies of #FCCDA1
Complementary color
Monochromatic Colors of #FCCDA1
Black with #FCCDA1
Text Example
Text Example
White with #FCCDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCDA1; }
p { color: rgb(252,205,161); }
H1.HeaderClassName
{
color: #FCCDA1;
}
.AnyTagClassName
{
color: #FCCDA1;
}
</style>
background-color css
<style>
a { background-color: #FCCDA1; }
a { background-color: rgb(252,205,161); }
div.DivClassName
{
background-color: #FCCDA1;
}
.BgClassName
{
background-color: #FCCDA1;
}
</style>
border-color css
<style>
span { border-color: #FCCDA1; }
span { border-color: rgb(252,205,161); }
td.TdClassName
{
border-color: #FCCDA1;
}
.TagClassName
{
border-color: #FCCDA1;
}
</style>