Shades of Peach #FCCDA3
Tints of Peach #FCCDA3
RGB
CMYK
RGB Variations
Color information
#FCCDA3 (or 0xFCCDA3) is known color: Peach. HEX triplet: FC, CD and A3. RGB value is (252,205,163). Sum of RGB (Red+Green+Blue) = 252+205+163=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 163 (64.06% from 255 or 26.29% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCDA3 is #03325C. Grayscale: #D6D6D6. Windows color (decimal): -209501 or 10735100. OLE color: 10735100.
HSL color Cylindrical-coordinate representation of color #FCCDA3: hue angle of 28.31º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCCDA3 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 163 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.01 |
| HSL | 28.31º | 0.94% | 0.81% | - |
| HSV(B) | 28.31º | 0.35% | 0.99% | - |
| XYZ | 68.59 | 67 | 43.97 | - |
| YUV | 214.27 | 99.07 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 163 | 0 | 0.19 | 0.35 | 0.01 | 28.31 | 0.94 | 0.81 |
| Hex | FC | CD | A3 | 0 | 13 | 23 | 1 | 1C | 5E | 51 |
| Octal | 374 | 315 | 243 | 0 | 23 | 43 | 1 | 34 | 136 | 121 |
| Binary | 11111100 | 11001101 | 10100011 | 0 | 10011 | 100011 | 1 | 11100 | 1011110 | 1010001 |
Color Harmonies of #FCCDA3
Complementary color
Monochromatic Colors of #FCCDA3
Black with #FCCDA3
Text Example
Text Example
White with #FCCDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCDA3; }
p { color: rgb(252,205,163); }
H1.HeaderClassName
{
color: #FCCDA3;
}
.AnyTagClassName
{
color: #FCCDA3;
}
</style>
background-color css
<style>
a { background-color: #FCCDA3; }
a { background-color: rgb(252,205,163); }
div.DivClassName
{
background-color: #FCCDA3;
}
.BgClassName
{
background-color: #FCCDA3;
}
</style>
border-color css
<style>
span { border-color: #FCCDA3; }
span { border-color: rgb(252,205,163); }
td.TdClassName
{
border-color: #FCCDA3;
}
.TagClassName
{
border-color: #FCCDA3;
}
</style>