Shades of Light Pink #FCB2BC
Tints of Light Pink #FCB2BC
RGB
CMYK
RGB Variations
Color information
#FCB2BC (or 0xFCB2BC) is known color: Light Pink. HEX triplet: FC, B2 and BC. RGB value is (252,178,188). Sum of RGB (Red+Green+Blue) = 252+178+188=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 178 (69.92% from 255 or 28.80% from 618); Blue value is 188 (73.83% from 255 or 30.42% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB2BC is #034D43. Grayscale: #C9C9C9. Windows color (decimal): -216388 or 12366588. OLE color: 12366588.
HSL color Cylindrical-coordinate representation of color #FCB2BC: hue angle of 351.89º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCB2BC is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 178 | 188 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.01 |
| HSL | 351.89º | 0.93% | 0.84% | - |
| HSV(B) | 351.89º | 0.29% | 0.99% | - |
| XYZ | 65.14 | 56.17 | 54.98 | - |
| YUV | 201.27 | 120.52 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 178 | 188 | 0 | 0.29 | 0.25 | 0.01 | 351.89 | 0.93 | 0.84 |
| Hex | FC | B2 | BC | 0 | 1D | 19 | 1 | 160 | 5C | 54 |
| Octal | 374 | 262 | 274 | 0 | 35 | 31 | 1 | 540 | 134 | 124 |
| Binary | 11111100 | 10110010 | 10111100 | 0 | 11101 | 11001 | 1 | 101100000 | 1011100 | 1010100 |
Color Harmonies of #FCB2BC
Complementary color
Monochromatic Colors of #FCB2BC
Black with #FCB2BC
Text Example
Text Example
White with #FCB2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB2BC; }
p { color: rgb(252,178,188); }
H1.HeaderClassName
{
color: #FCB2BC;
}
.AnyTagClassName
{
color: #FCB2BC;
}
</style>
background-color css
<style>
a { background-color: #FCB2BC; }
a { background-color: rgb(252,178,188); }
div.DivClassName
{
background-color: #FCB2BC;
}
.BgClassName
{
background-color: #FCB2BC;
}
</style>
border-color css
<style>
span { border-color: #FCB2BC; }
span { border-color: rgb(252,178,188); }
td.TdClassName
{
border-color: #FCB2BC;
}
.TagClassName
{
border-color: #FCB2BC;
}
</style>