Shades of Peach #FCCBA0
Tints of Peach #FCCBA0
RGB
CMYK
RGB Variations
Color information
#FCCBA0 (or 0xFCCBA0) is known color: Peach. HEX triplet: FC, CB and A0. RGB value is (252,203,160). Sum of RGB (Red+Green+Blue) = 252+203+160=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 203 (79.69% from 255 or 33.01% from 615); Blue value is 160 (62.89% from 255 or 26.02% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCBA0 is #03345F. Grayscale: #D4D4D4. Windows color (decimal): -210016 or 10537980. OLE color: 10537980.
HSL color Cylindrical-coordinate representation of color #FCCBA0: hue angle of 28.04º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCCBA0 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 160 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.01 |
| HSL | 28.04º | 0.94% | 0.81% | - |
| HSV(B) | 28.04º | 0.37% | 0.99% | - |
| XYZ | 67.85 | 65.95 | 42.41 | - |
| YUV | 212.75 | 98.23 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 160 | 0 | 0.19 | 0.37 | 0.01 | 28.04 | 0.94 | 0.81 |
| Hex | FC | CB | A0 | 0 | 13 | 25 | 1 | 1C | 5E | 51 |
| Octal | 374 | 313 | 240 | 0 | 23 | 45 | 1 | 34 | 136 | 121 |
| Binary | 11111100 | 11001011 | 10100000 | 0 | 10011 | 100101 | 1 | 11100 | 1011110 | 1010001 |
Color Harmonies of #FCCBA0
Complementary color
Monochromatic Colors of #FCCBA0
Black with #FCCBA0
Text Example
Text Example
White with #FCCBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCBA0; }
p { color: rgb(252,203,160); }
H1.HeaderClassName
{
color: #FCCBA0;
}
.AnyTagClassName
{
color: #FCCBA0;
}
</style>
background-color css
<style>
a { background-color: #FCCBA0; }
a { background-color: rgb(252,203,160); }
div.DivClassName
{
background-color: #FCCBA0;
}
.BgClassName
{
background-color: #FCCBA0;
}
</style>
border-color css
<style>
span { border-color: #FCCBA0; }
span { border-color: rgb(252,203,160); }
td.TdClassName
{
border-color: #FCCBA0;
}
.TagClassName
{
border-color: #FCCBA0;
}
</style>