Shades of Light Pink #FCBBC5
Tints of Light Pink #FCBBC5
RGB
CMYK
RGB Variations
Color information
#FCBBC5 (or 0xFCBBC5) is known color: Light Pink. HEX triplet: FC, BB and C5. RGB value is (252,187,197). Sum of RGB (Red+Green+Blue) = 252+187+197=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 187 (73.44% from 255 or 29.40% from 636); Blue value is 197 (77.34% from 255 or 30.97% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBC5 is #03443A. Grayscale: #CFCFCF. Windows color (decimal): -214075 or 12958716. OLE color: 12958716.
HSL color Cylindrical-coordinate representation of color #FCBBC5: hue angle of 350.77º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCBBC5 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 197 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.01 |
| HSL | 350.77º | 0.92% | 0.86% | - |
| HSV(B) | 350.77º | 0.26% | 0.99% | - |
| XYZ | 67.99 | 60.27 | 60.87 | - |
| YUV | 207.58 | 122.03 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 197 | 0 | 0.26 | 0.22 | 0.01 | 350.77 | 0.92 | 0.86 |
| Hex | FC | BB | C5 | 0 | 1A | 16 | 1 | 15F | 5C | 56 |
| Octal | 374 | 273 | 305 | 0 | 32 | 26 | 1 | 537 | 134 | 126 |
| Binary | 11111100 | 10111011 | 11000101 | 0 | 11010 | 10110 | 1 | 101011111 | 1011100 | 1010110 |
Color Harmonies of #FCBBC5
Complementary color
Monochromatic Colors of #FCBBC5
Black with #FCBBC5
Text Example
Text Example
White with #FCBBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBBC5; }
p { color: rgb(252,187,197); }
H1.HeaderClassName
{
color: #FCBBC5;
}
.AnyTagClassName
{
color: #FCBBC5;
}
</style>
background-color css
<style>
a { background-color: #FCBBC5; }
a { background-color: rgb(252,187,197); }
div.DivClassName
{
background-color: #FCBBC5;
}
.BgClassName
{
background-color: #FCBBC5;
}
</style>
border-color css
<style>
span { border-color: #FCBBC5; }
span { border-color: rgb(252,187,197); }
td.TdClassName
{
border-color: #FCBBC5;
}
.TagClassName
{
border-color: #FCBBC5;
}
</style>