Shades of Peach #FCCEA3
Tints of Peach #FCCEA3
RGB
CMYK
RGB Variations
Color information
#FCCEA3 (or 0xFCCEA3) is known color: Peach. HEX triplet: FC, CE and A3. RGB value is (252,206,163). Sum of RGB (Red+Green+Blue) = 252+206+163=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 163 (64.06% from 255 or 26.25% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCEA3 is #03315C. Grayscale: #D7D7D7. Windows color (decimal): -209245 or 10735356. OLE color: 10735356.
HSL color Cylindrical-coordinate representation of color #FCCEA3: hue angle of 28.99º 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 #FCCEA3 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 163 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.01 |
| HSL | 28.99º | 0.94% | 0.81% | - |
| HSV(B) | 28.99º | 0.35% | 0.99% | - |
| XYZ | 68.83 | 67.48 | 44.05 | - |
| YUV | 214.85 | 98.74 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 163 | 0 | 0.18 | 0.35 | 0.01 | 28.99 | 0.94 | 0.81 |
| Hex | FC | CE | A3 | 0 | 12 | 23 | 1 | 1D | 5E | 51 |
| Octal | 374 | 316 | 243 | 0 | 22 | 43 | 1 | 35 | 136 | 121 |
| Binary | 11111100 | 11001110 | 10100011 | 0 | 10010 | 100011 | 1 | 11101 | 1011110 | 1010001 |
Color Harmonies of #FCCEA3
Complementary color
Monochromatic Colors of #FCCEA3
Black with #FCCEA3
Text Example
Text Example
White with #FCCEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCEA3; }
p { color: rgb(252,206,163); }
H1.HeaderClassName
{
color: #FCCEA3;
}
.AnyTagClassName
{
color: #FCCEA3;
}
</style>
background-color css
<style>
a { background-color: #FCCEA3; }
a { background-color: rgb(252,206,163); }
div.DivClassName
{
background-color: #FCCEA3;
}
.BgClassName
{
background-color: #FCCEA3;
}
</style>
border-color css
<style>
span { border-color: #FCCEA3; }
span { border-color: rgb(252,206,163); }
td.TdClassName
{
border-color: #FCCEA3;
}
.TagClassName
{
border-color: #FCCEA3;
}
</style>