Shades of Light Pink #FCB0BF
Tints of Light Pink #FCB0BF
RGB
CMYK
RGB Variations
Color information
#FCB0BF (or 0xFCB0BF) is known color: Light Pink. HEX triplet: FC, B0 and BF. RGB value is (252,176,191). Sum of RGB (Red+Green+Blue) = 252+176+191=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 176 (69.14% from 255 or 28.43% from 619); Blue value is 191 (75% from 255 or 30.86% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB0BF is #034F40. Grayscale: #C8C8C8. Windows color (decimal): -216897 or 12562684. OLE color: 12562684.
HSL color Cylindrical-coordinate representation of color #FCB0BF: hue angle of 348.16º 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 #FCB0BF is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 176 | 191 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.01 |
| HSL | 348.16º | 0.93% | 0.84% | - |
| HSV(B) | 348.16º | 0.3% | 0.99% | - |
| XYZ | 65.07 | 55.51 | 56.57 | - |
| YUV | 200.43 | 122.68 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 176 | 191 | 0 | 0.30 | 0.24 | 0.01 | 348.16 | 0.93 | 0.84 |
| Hex | FC | B0 | BF | 0 | 1E | 18 | 1 | 15C | 5D | 54 |
| Octal | 374 | 260 | 277 | 0 | 36 | 30 | 1 | 534 | 135 | 124 |
| Binary | 11111100 | 10110000 | 10111111 | 0 | 11110 | 11000 | 1 | 101011100 | 1011101 | 1010100 |
Color Harmonies of #FCB0BF
Complementary color
Monochromatic Colors of #FCB0BF
Black with #FCB0BF
Text Example
Text Example
White with #FCB0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB0BF; }
p { color: rgb(252,176,191); }
H1.HeaderClassName
{
color: #FCB0BF;
}
.AnyTagClassName
{
color: #FCB0BF;
}
</style>
background-color css
<style>
a { background-color: #FCB0BF; }
a { background-color: rgb(252,176,191); }
div.DivClassName
{
background-color: #FCB0BF;
}
.BgClassName
{
background-color: #FCB0BF;
}
</style>
border-color css
<style>
span { border-color: #FCB0BF; }
span { border-color: rgb(252,176,191); }
td.TdClassName
{
border-color: #FCB0BF;
}
.TagClassName
{
border-color: #FCB0BF;
}
</style>