Shades of Light Pink #FCB0BD
Tints of Light Pink #FCB0BD
RGB
CMYK
RGB Variations
Color information
#FCB0BD (or 0xFCB0BD) is known color: Light Pink. HEX triplet: FC, B0 and BD. RGB value is (252,176,189). Sum of RGB (Red+Green+Blue) = 252+176+189=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 176 (69.14% from 255 or 28.53% from 617); Blue value is 189 (74.22% from 255 or 30.63% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB0BD is #034F42. Grayscale: #C8C8C8. Windows color (decimal): -216899 or 12431612. OLE color: 12431612.
HSL color Cylindrical-coordinate representation of color #FCB0BD: hue angle of 349.74º 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 #FCB0BD is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 176 | 189 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.01 |
| HSL | 349.74º | 0.93% | 0.84% | - |
| HSV(B) | 349.74º | 0.3% | 0.99% | - |
| XYZ | 64.86 | 55.42 | 55.42 | - |
| YUV | 200.21 | 121.68 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 176 | 189 | 0 | 0.30 | 0.25 | 0.01 | 349.74 | 0.93 | 0.84 |
| Hex | FC | B0 | BD | 0 | 1E | 19 | 1 | 15E | 5D | 54 |
| Octal | 374 | 260 | 275 | 0 | 36 | 31 | 1 | 536 | 135 | 124 |
| Binary | 11111100 | 10110000 | 10111101 | 0 | 11110 | 11001 | 1 | 101011110 | 1011101 | 1010100 |
Color Harmonies of #FCB0BD
Complementary color
Monochromatic Colors of #FCB0BD
Black with #FCB0BD
Text Example
Text Example
White with #FCB0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB0BD; }
p { color: rgb(252,176,189); }
H1.HeaderClassName
{
color: #FCB0BD;
}
.AnyTagClassName
{
color: #FCB0BD;
}
</style>
background-color css
<style>
a { background-color: #FCB0BD; }
a { background-color: rgb(252,176,189); }
div.DivClassName
{
background-color: #FCB0BD;
}
.BgClassName
{
background-color: #FCB0BD;
}
</style>
border-color css
<style>
span { border-color: #FCB0BD; }
span { border-color: rgb(252,176,189); }
td.TdClassName
{
border-color: #FCB0BD;
}
.TagClassName
{
border-color: #FCB0BD;
}
</style>