Shades of Light Pink #FCB5BC
Tints of Light Pink #FCB5BC
RGB
CMYK
RGB Variations
Color information
#FCB5BC (or 0xFCB5BC) is known color: Light Pink. HEX triplet: FC, B5 and BC. RGB value is (252,181,188). Sum of RGB (Red+Green+Blue) = 252+181+188=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 181 (71.09% from 255 or 29.15% from 621); Blue value is 188 (73.83% from 255 or 30.27% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB5BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB5BC is #034A43. Grayscale: #CBCBCB. Windows color (decimal): -215620 or 12367356. OLE color: 12367356.
HSL color Cylindrical-coordinate representation of color #FCB5BC: hue angle of 354.08º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FCB5BC is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 181 | 188 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.01 |
| HSL | 354.08º | 0.92% | 0.85% | - |
| HSV(B) | 354.08º | 0.28% | 0.99% | - |
| XYZ | 65.75 | 57.37 | 55.19 | - |
| YUV | 203.03 | 119.52 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 181 | 188 | 0 | 0.28 | 0.25 | 0.01 | 354.08 | 0.92 | 0.85 |
| Hex | FC | B5 | BC | 0 | 1C | 19 | 1 | 162 | 5C | 55 |
| Octal | 374 | 265 | 274 | 0 | 34 | 31 | 1 | 542 | 134 | 125 |
| Binary | 11111100 | 10110101 | 10111100 | 0 | 11100 | 11001 | 1 | 101100010 | 1011100 | 1010101 |
Color Harmonies of #FCB5BC
Complementary color
Monochromatic Colors of #FCB5BC
Black with #FCB5BC
Text Example
Text Example
White with #FCB5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB5BC; }
p { color: rgb(252,181,188); }
H1.HeaderClassName
{
color: #FCB5BC;
}
.AnyTagClassName
{
color: #FCB5BC;
}
</style>
background-color css
<style>
a { background-color: #FCB5BC; }
a { background-color: rgb(252,181,188); }
div.DivClassName
{
background-color: #FCB5BC;
}
.BgClassName
{
background-color: #FCB5BC;
}
</style>
border-color css
<style>
span { border-color: #FCB5BC; }
span { border-color: rgb(252,181,188); }
td.TdClassName
{
border-color: #FCB5BC;
}
.TagClassName
{
border-color: #FCB5BC;
}
</style>