Shades of Peach #FCCBA3
Tints of Peach #FCCBA3
RGB
CMYK
RGB Variations
Color information
#FCCBA3 (or 0xFCCBA3) is known color: Peach. HEX triplet: FC, CB and A3. RGB value is (252,203,163). Sum of RGB (Red+Green+Blue) = 252+203+163=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 163 (64.06% from 255 or 26.38% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCBA3 is #03345C. Grayscale: #D5D5D5. Windows color (decimal): -210013 or 10734588. OLE color: 10734588.
HSL color Cylindrical-coordinate representation of color #FCCBA3: hue angle of 26.97º 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 #FCCBA3 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 163 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.01 |
| HSL | 26.97º | 0.94% | 0.81% | - |
| HSV(B) | 26.97º | 0.35% | 0.99% | - |
| XYZ | 68.11 | 66.05 | 43.81 | - |
| YUV | 213.09 | 99.73 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 163 | 0 | 0.19 | 0.35 | 0.01 | 26.97 | 0.94 | 0.81 |
| Hex | FC | CB | A3 | 0 | 13 | 23 | 1 | 1B | 5E | 51 |
| Octal | 374 | 313 | 243 | 0 | 23 | 43 | 1 | 33 | 136 | 121 |
| Binary | 11111100 | 11001011 | 10100011 | 0 | 10011 | 100011 | 1 | 11011 | 1011110 | 1010001 |
Color Harmonies of #FCCBA3
Complementary color
Monochromatic Colors of #FCCBA3
Black with #FCCBA3
Text Example
Text Example
White with #FCCBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCBA3; }
p { color: rgb(252,203,163); }
H1.HeaderClassName
{
color: #FCCBA3;
}
.AnyTagClassName
{
color: #FCCBA3;
}
</style>
background-color css
<style>
a { background-color: #FCCBA3; }
a { background-color: rgb(252,203,163); }
div.DivClassName
{
background-color: #FCCBA3;
}
.BgClassName
{
background-color: #FCCBA3;
}
</style>
border-color css
<style>
span { border-color: #FCCBA3; }
span { border-color: rgb(252,203,163); }
td.TdClassName
{
border-color: #FCCBA3;
}
.TagClassName
{
border-color: #FCCBA3;
}
</style>