Shades of Peach #FCD0A3
Tints of Peach #FCD0A3
RGB
CMYK
RGB Variations
Color information
#FCD0A3 (or 0xFCD0A3) is known color: Peach. HEX triplet: FC, D0 and A3. RGB value is (252,208,163). Sum of RGB (Red+Green+Blue) = 252+208+163=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 208 (81.64% from 255 or 33.39% from 623); Blue value is 163 (64.06% from 255 or 26.16% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD0A3 is #032F5C. Grayscale: #D8D8D8. Windows color (decimal): -208733 or 10735868. OLE color: 10735868.
HSL color Cylindrical-coordinate representation of color #FCD0A3: hue angle of 30.34º 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 #FCD0A3 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 163 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.01 |
| HSL | 30.34º | 0.94% | 0.81% | - |
| HSV(B) | 30.34º | 0.35% | 0.99% | - |
| XYZ | 69.31 | 68.45 | 44.21 | - |
| YUV | 216.03 | 98.08 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 163 | 0 | 0.17 | 0.35 | 0.01 | 30.34 | 0.94 | 0.81 |
| Hex | FC | D0 | A3 | 0 | 11 | 23 | 1 | 1E | 5E | 51 |
| Octal | 374 | 320 | 243 | 0 | 21 | 43 | 1 | 36 | 136 | 121 |
| Binary | 11111100 | 11010000 | 10100011 | 0 | 10001 | 100011 | 1 | 11110 | 1011110 | 1010001 |
Color Harmonies of #FCD0A3
Complementary color
Monochromatic Colors of #FCD0A3
Black with #FCD0A3
Text Example
Text Example
White with #FCD0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD0A3; }
p { color: rgb(252,208,163); }
H1.HeaderClassName
{
color: #FCD0A3;
}
.AnyTagClassName
{
color: #FCD0A3;
}
</style>
background-color css
<style>
a { background-color: #FCD0A3; }
a { background-color: rgb(252,208,163); }
div.DivClassName
{
background-color: #FCD0A3;
}
.BgClassName
{
background-color: #FCD0A3;
}
</style>
border-color css
<style>
span { border-color: #FCD0A3; }
span { border-color: rgb(252,208,163); }
td.TdClassName
{
border-color: #FCD0A3;
}
.TagClassName
{
border-color: #FCD0A3;
}
</style>