Shades of Light Pink #FCB8BB
Tints of Light Pink #FCB8BB
RGB
CMYK
RGB Variations
Color information
#FCB8BB (or 0xFCB8BB) is known color: Light Pink. HEX triplet: FC, B8 and BB. RGB value is (252,184,187). Sum of RGB (Red+Green+Blue) = 252+184+187=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 184 (72.27% from 255 or 29.53% from 623); Blue value is 187 (73.44% from 255 or 30.02% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB8BB is #034744. Grayscale: #CCCCCC. Windows color (decimal): -214853 or 12302588. OLE color: 12302588.
HSL color Cylindrical-coordinate representation of color #FCB8BB: hue angle of 357.35º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCB8BB is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 184 | 187 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.01 |
| HSL | 357.35º | 0.92% | 0.85% | - |
| HSV(B) | 357.35º | 0.27% | 0.99% | - |
| XYZ | 66.26 | 58.56 | 54.83 | - |
| YUV | 204.67 | 118.03 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 187 | 0 | 0.27 | 0.26 | 0.01 | 357.35 | 0.92 | 0.85 |
| Hex | FC | B8 | BB | 0 | 1B | 1A | 1 | 165 | 5C | 55 |
| Octal | 374 | 270 | 273 | 0 | 33 | 32 | 1 | 545 | 134 | 125 |
| Binary | 11111100 | 10111000 | 10111011 | 0 | 11011 | 11010 | 1 | 101100101 | 1011100 | 1010101 |
Color Harmonies of #FCB8BB
Complementary color
Monochromatic Colors of #FCB8BB
Black with #FCB8BB
Text Example
Text Example
White with #FCB8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB8BB; }
p { color: rgb(252,184,187); }
H1.HeaderClassName
{
color: #FCB8BB;
}
.AnyTagClassName
{
color: #FCB8BB;
}
</style>
background-color css
<style>
a { background-color: #FCB8BB; }
a { background-color: rgb(252,184,187); }
div.DivClassName
{
background-color: #FCB8BB;
}
.BgClassName
{
background-color: #FCB8BB;
}
</style>
border-color css
<style>
span { border-color: #FCB8BB; }
span { border-color: rgb(252,184,187); }
td.TdClassName
{
border-color: #FCB8BB;
}
.TagClassName
{
border-color: #FCB8BB;
}
</style>