Shades of Light Pink #FCB1BA
Tints of Light Pink #FCB1BA
RGB
CMYK
RGB Variations
Color information
#FCB1BA (or 0xFCB1BA) is known color: Light Pink. HEX triplet: FC, B1 and BA. RGB value is (252,177,186). Sum of RGB (Red+Green+Blue) = 252+177+186=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 177 (69.53% from 255 or 28.78% from 615); Blue value is 186 (73.05% from 255 or 30.24% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB1BA is #034E45. Grayscale: #C8C8C8. Windows color (decimal): -216646 or 12235260. OLE color: 12235260.
HSL color Cylindrical-coordinate representation of color #FCB1BA: hue angle of 352.8º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCB1BA is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 177 | 186 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.01 |
| HSL | 352.8º | 0.93% | 0.84% | - |
| HSV(B) | 352.8º | 0.3% | 0.99% | - |
| XYZ | 64.73 | 55.68 | 53.79 | - |
| YUV | 200.45 | 119.85 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 177 | 186 | 0 | 0.30 | 0.26 | 0.01 | 352.8 | 0.93 | 0.84 |
| Hex | FC | B1 | BA | 0 | 1E | 1A | 1 | 161 | 5D | 54 |
| Octal | 374 | 261 | 272 | 0 | 36 | 32 | 1 | 541 | 135 | 124 |
| Binary | 11111100 | 10110001 | 10111010 | 0 | 11110 | 11010 | 1 | 101100001 | 1011101 | 1010100 |
Color Harmonies of #FCB1BA
Complementary color
Monochromatic Colors of #FCB1BA
Black with #FCB1BA
Text Example
Text Example
White with #FCB1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB1BA; }
p { color: rgb(252,177,186); }
H1.HeaderClassName
{
color: #FCB1BA;
}
.AnyTagClassName
{
color: #FCB1BA;
}
</style>
background-color css
<style>
a { background-color: #FCB1BA; }
a { background-color: rgb(252,177,186); }
div.DivClassName
{
background-color: #FCB1BA;
}
.BgClassName
{
background-color: #FCB1BA;
}
</style>
border-color css
<style>
span { border-color: #FCB1BA; }
span { border-color: rgb(252,177,186); }
td.TdClassName
{
border-color: #FCB1BA;
}
.TagClassName
{
border-color: #FCB1BA;
}
</style>