Shades of Light Pink #FCB0BC
Tints of Light Pink #FCB0BC
RGB
CMYK
RGB Variations
Color information
#FCB0BC (or 0xFCB0BC) is known color: Light Pink. HEX triplet: FC, B0 and BC. RGB value is (252,176,188). Sum of RGB (Red+Green+Blue) = 252+176+188=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 176 (69.14% from 255 or 28.57% from 616); Blue value is 188 (73.83% from 255 or 30.52% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB0BC is #034F43. Grayscale: #C8C8C8. Windows color (decimal): -216900 or 12366076. OLE color: 12366076.
HSL color Cylindrical-coordinate representation of color #FCB0BC: hue angle of 350.53º 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 #FCB0BC is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 176 | 188 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.01 |
| HSL | 350.53º | 0.93% | 0.84% | - |
| HSV(B) | 350.53º | 0.3% | 0.99% | - |
| XYZ | 64.75 | 55.38 | 54.85 | - |
| YUV | 200.09 | 121.18 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 176 | 188 | 0 | 0.30 | 0.25 | 0.01 | 350.53 | 0.93 | 0.84 |
| Hex | FC | B0 | BC | 0 | 1E | 19 | 1 | 15F | 5D | 54 |
| Octal | 374 | 260 | 274 | 0 | 36 | 31 | 1 | 537 | 135 | 124 |
| Binary | 11111100 | 10110000 | 10111100 | 0 | 11110 | 11001 | 1 | 101011111 | 1011101 | 1010100 |
Color Harmonies of #FCB0BC
Complementary color
Monochromatic Colors of #FCB0BC
Black with #FCB0BC
Text Example
Text Example
White with #FCB0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB0BC; }
p { color: rgb(252,176,188); }
H1.HeaderClassName
{
color: #FCB0BC;
}
.AnyTagClassName
{
color: #FCB0BC;
}
</style>
background-color css
<style>
a { background-color: #FCB0BC; }
a { background-color: rgb(252,176,188); }
div.DivClassName
{
background-color: #FCB0BC;
}
.BgClassName
{
background-color: #FCB0BC;
}
</style>
border-color css
<style>
span { border-color: #FCB0BC; }
span { border-color: rgb(252,176,188); }
td.TdClassName
{
border-color: #FCB0BC;
}
.TagClassName
{
border-color: #FCB0BC;
}
</style>