Shades of Light Pink #FCB1BD
Tints of Light Pink #FCB1BD
RGB
CMYK
RGB Variations
Color information
#FCB1BD (or 0xFCB1BD) is known color: Light Pink. HEX triplet: FC, B1 and BD. RGB value is (252,177,189). Sum of RGB (Red+Green+Blue) = 252+177+189=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 177 (69.53% from 255 or 28.64% from 618); Blue value is 189 (74.22% from 255 or 30.58% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB1BD is #034E42. Grayscale: #C8C8C8. Windows color (decimal): -216643 or 12431868. OLE color: 12431868.
HSL color Cylindrical-coordinate representation of color #FCB1BD: hue angle of 350.4º 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 #FCB1BD is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 177 | 189 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.01 |
| HSL | 350.4º | 0.93% | 0.84% | - |
| HSV(B) | 350.4º | 0.3% | 0.99% | - |
| XYZ | 65.05 | 55.81 | 55.49 | - |
| YUV | 200.79 | 121.35 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 177 | 189 | 0 | 0.30 | 0.25 | 0.01 | 350.4 | 0.93 | 0.84 |
| Hex | FC | B1 | BD | 0 | 1E | 19 | 1 | 15E | 5D | 54 |
| Octal | 374 | 261 | 275 | 0 | 36 | 31 | 1 | 536 | 135 | 124 |
| Binary | 11111100 | 10110001 | 10111101 | 0 | 11110 | 11001 | 1 | 101011110 | 1011101 | 1010100 |
Color Harmonies of #FCB1BD
Complementary color
Monochromatic Colors of #FCB1BD
Black with #FCB1BD
Text Example
Text Example
White with #FCB1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB1BD; }
p { color: rgb(252,177,189); }
H1.HeaderClassName
{
color: #FCB1BD;
}
.AnyTagClassName
{
color: #FCB1BD;
}
</style>
background-color css
<style>
a { background-color: #FCB1BD; }
a { background-color: rgb(252,177,189); }
div.DivClassName
{
background-color: #FCB1BD;
}
.BgClassName
{
background-color: #FCB1BD;
}
</style>
border-color css
<style>
span { border-color: #FCB1BD; }
span { border-color: rgb(252,177,189); }
td.TdClassName
{
border-color: #FCB1BD;
}
.TagClassName
{
border-color: #FCB1BD;
}
</style>