Shades of Light Pink #FCBBC4
Tints of Light Pink #FCBBC4
RGB
CMYK
RGB Variations
Color information
#FCBBC4 (or 0xFCBBC4) is known color: Light Pink. HEX triplet: FC, BB and C4. RGB value is (252,187,196). Sum of RGB (Red+Green+Blue) = 252+187+196=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 187 (73.44% from 255 or 29.45% from 635); Blue value is 196 (76.95% from 255 or 30.87% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBC4 is #03443B. Grayscale: #CFCFCF. Windows color (decimal): -214076 or 12893180. OLE color: 12893180.
HSL color Cylindrical-coordinate representation of color #FCBBC4: hue angle of 351.69º 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 #FCBBC4 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 196 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.01 |
| HSL | 351.69º | 0.92% | 0.86% | - |
| HSV(B) | 351.69º | 0.26% | 0.99% | - |
| XYZ | 67.88 | 60.22 | 60.27 | - |
| YUV | 207.46 | 121.53 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 196 | 0 | 0.26 | 0.22 | 0.01 | 351.69 | 0.92 | 0.86 |
| Hex | FC | BB | C4 | 0 | 1A | 16 | 1 | 160 | 5C | 56 |
| Octal | 374 | 273 | 304 | 0 | 32 | 26 | 1 | 540 | 134 | 126 |
| Binary | 11111100 | 10111011 | 11000100 | 0 | 11010 | 10110 | 1 | 101100000 | 1011100 | 1010110 |
Color Harmonies of #FCBBC4
Complementary color
Monochromatic Colors of #FCBBC4
Black with #FCBBC4
Text Example
Text Example
White with #FCBBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBBC4; }
p { color: rgb(252,187,196); }
H1.HeaderClassName
{
color: #FCBBC4;
}
.AnyTagClassName
{
color: #FCBBC4;
}
</style>
background-color css
<style>
a { background-color: #FCBBC4; }
a { background-color: rgb(252,187,196); }
div.DivClassName
{
background-color: #FCBBC4;
}
.BgClassName
{
background-color: #FCBBC4;
}
</style>
border-color css
<style>
span { border-color: #FCBBC4; }
span { border-color: rgb(252,187,196); }
td.TdClassName
{
border-color: #FCBBC4;
}
.TagClassName
{
border-color: #FCBBC4;
}
</style>