Shades of Light Pink #FCBAC0
Tints of Light Pink #FCBAC0
RGB
CMYK
RGB Variations
Color information
#FCBAC0 (or 0xFCBAC0) is known color: Light Pink. HEX triplet: FC, BA and C0. RGB value is (252,186,192). Sum of RGB (Red+Green+Blue) = 252+186+192=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 186 (73.05% from 255 or 29.52% from 630); Blue value is 192 (75.39% from 255 or 30.48% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBAC0 is #03453F. Grayscale: #CECECE. Windows color (decimal): -214336 or 12630780. OLE color: 12630780.
HSL color Cylindrical-coordinate representation of color #FCBAC0: hue angle of 354.55º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCBAC0 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 192 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.01 |
| HSL | 354.55º | 0.92% | 0.86% | - |
| HSV(B) | 354.55º | 0.26% | 0.99% | - |
| XYZ | 67.22 | 59.62 | 57.83 | - |
| YUV | 206.42 | 119.87 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 192 | 0 | 0.26 | 0.24 | 0.01 | 354.55 | 0.92 | 0.86 |
| Hex | FC | BA | C0 | 0 | 1A | 18 | 1 | 163 | 5C | 56 |
| Octal | 374 | 272 | 300 | 0 | 32 | 30 | 1 | 543 | 134 | 126 |
| Binary | 11111100 | 10111010 | 11000000 | 0 | 11010 | 11000 | 1 | 101100011 | 1011100 | 1010110 |
Color Harmonies of #FCBAC0
Complementary color
Monochromatic Colors of #FCBAC0
Black with #FCBAC0
Text Example
Text Example
White with #FCBAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBAC0; }
p { color: rgb(252,186,192); }
H1.HeaderClassName
{
color: #FCBAC0;
}
.AnyTagClassName
{
color: #FCBAC0;
}
</style>
background-color css
<style>
a { background-color: #FCBAC0; }
a { background-color: rgb(252,186,192); }
div.DivClassName
{
background-color: #FCBAC0;
}
.BgClassName
{
background-color: #FCBAC0;
}
</style>
border-color css
<style>
span { border-color: #FCBAC0; }
span { border-color: rgb(252,186,192); }
td.TdClassName
{
border-color: #FCBAC0;
}
.TagClassName
{
border-color: #FCBAC0;
}
</style>