Shades of Light Pink #FCB0BB
Tints of Light Pink #FCB0BB
RGB
CMYK
RGB Variations
Color information
#FCB0BB (or 0xFCB0BB) is known color: Light Pink. HEX triplet: FC, B0 and BB. RGB value is (252,176,187). Sum of RGB (Red+Green+Blue) = 252+176+187=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 176 (69.14% from 255 or 28.62% from 615); Blue value is 187 (73.44% from 255 or 30.41% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB0BB is #034F44. Grayscale: #C8C8C8. Windows color (decimal): -216901 or 12300540. OLE color: 12300540.
HSL color Cylindrical-coordinate representation of color #FCB0BB: hue angle of 351.32º 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 #FCB0BB is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 176 | 187 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.01 |
| HSL | 351.32º | 0.93% | 0.84% | - |
| HSV(B) | 351.32º | 0.3% | 0.99% | - |
| XYZ | 64.64 | 55.33 | 54.29 | - |
| YUV | 199.98 | 120.68 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 176 | 187 | 0 | 0.30 | 0.26 | 0.01 | 351.32 | 0.93 | 0.84 |
| Hex | FC | B0 | BB | 0 | 1E | 1A | 1 | 15F | 5D | 54 |
| Octal | 374 | 260 | 273 | 0 | 36 | 32 | 1 | 537 | 135 | 124 |
| Binary | 11111100 | 10110000 | 10111011 | 0 | 11110 | 11010 | 1 | 101011111 | 1011101 | 1010100 |
Color Harmonies of #FCB0BB
Complementary color
Monochromatic Colors of #FCB0BB
Black with #FCB0BB
Text Example
Text Example
White with #FCB0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB0BB; }
p { color: rgb(252,176,187); }
H1.HeaderClassName
{
color: #FCB0BB;
}
.AnyTagClassName
{
color: #FCB0BB;
}
</style>
background-color css
<style>
a { background-color: #FCB0BB; }
a { background-color: rgb(252,176,187); }
div.DivClassName
{
background-color: #FCB0BB;
}
.BgClassName
{
background-color: #FCB0BB;
}
</style>
border-color css
<style>
span { border-color: #FCB0BB; }
span { border-color: rgb(252,176,187); }
td.TdClassName
{
border-color: #FCB0BB;
}
.TagClassName
{
border-color: #FCB0BB;
}
</style>