Shades of Peach #FCCBA1
Tints of Peach #FCCBA1
RGB
CMYK
RGB Variations
Color information
#FCCBA1 (or 0xFCCBA1) is known color: Peach. HEX triplet: FC, CB and A1. RGB value is (252,203,161). Sum of RGB (Red+Green+Blue) = 252+203+161=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 161 (63.28% from 255 or 26.14% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCBA1 is #03345E. Grayscale: #D5D5D5. Windows color (decimal): -210015 or 10603516. OLE color: 10603516.
HSL color Cylindrical-coordinate representation of color #FCCBA1: hue angle of 27.69º 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 #FCCBA1 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 161 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.01 |
| HSL | 27.69º | 0.94% | 0.81% | - |
| HSV(B) | 27.69º | 0.36% | 0.99% | - |
| XYZ | 67.93 | 65.98 | 42.87 | - |
| YUV | 212.86 | 98.73 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 161 | 0 | 0.19 | 0.36 | 0.01 | 27.69 | 0.94 | 0.81 |
| Hex | FC | CB | A1 | 0 | 13 | 24 | 1 | 1C | 5E | 51 |
| Octal | 374 | 313 | 241 | 0 | 23 | 44 | 1 | 34 | 136 | 121 |
| Binary | 11111100 | 11001011 | 10100001 | 0 | 10011 | 100100 | 1 | 11100 | 1011110 | 1010001 |
Color Harmonies of #FCCBA1
Complementary color
Monochromatic Colors of #FCCBA1
Black with #FCCBA1
Text Example
Text Example
White with #FCCBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCBA1; }
p { color: rgb(252,203,161); }
H1.HeaderClassName
{
color: #FCCBA1;
}
.AnyTagClassName
{
color: #FCCBA1;
}
</style>
background-color css
<style>
a { background-color: #FCCBA1; }
a { background-color: rgb(252,203,161); }
div.DivClassName
{
background-color: #FCCBA1;
}
.BgClassName
{
background-color: #FCCBA1;
}
</style>
border-color css
<style>
span { border-color: #FCCBA1; }
span { border-color: rgb(252,203,161); }
td.TdClassName
{
border-color: #FCCBA1;
}
.TagClassName
{
border-color: #FCCBA1;
}
</style>