Shades of Light Pink #FCB8BF
Tints of Light Pink #FCB8BF
RGB
CMYK
RGB Variations
Color information
#FCB8BF (or 0xFCB8BF) is known color: Light Pink. HEX triplet: FC, B8 and BF. RGB value is (252,184,191). Sum of RGB (Red+Green+Blue) = 252+184+191=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 184 (72.27% from 255 or 29.35% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB8BF is #034740. Grayscale: #CDCDCD. Windows color (decimal): -214849 or 12564732. OLE color: 12564732.
HSL color Cylindrical-coordinate representation of color #FCB8BF: hue angle of 353.82º 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 #FCB8BF is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 184 | 191 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.01 |
| HSL | 353.82º | 0.92% | 0.85% | - |
| HSV(B) | 353.82º | 0.27% | 0.99% | - |
| XYZ | 66.69 | 58.74 | 57.11 | - |
| YUV | 205.13 | 120.03 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 191 | 0 | 0.27 | 0.24 | 0.01 | 353.82 | 0.92 | 0.85 |
| Hex | FC | B8 | BF | 0 | 1B | 18 | 1 | 162 | 5C | 55 |
| Octal | 374 | 270 | 277 | 0 | 33 | 30 | 1 | 542 | 134 | 125 |
| Binary | 11111100 | 10111000 | 10111111 | 0 | 11011 | 11000 | 1 | 101100010 | 1011100 | 1010101 |
Color Harmonies of #FCB8BF
Complementary color
Monochromatic Colors of #FCB8BF
Black with #FCB8BF
Text Example
Text Example
White with #FCB8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB8BF; }
p { color: rgb(252,184,191); }
H1.HeaderClassName
{
color: #FCB8BF;
}
.AnyTagClassName
{
color: #FCB8BF;
}
</style>
background-color css
<style>
a { background-color: #FCB8BF; }
a { background-color: rgb(252,184,191); }
div.DivClassName
{
background-color: #FCB8BF;
}
.BgClassName
{
background-color: #FCB8BF;
}
</style>
border-color css
<style>
span { border-color: #FCB8BF; }
span { border-color: rgb(252,184,191); }
td.TdClassName
{
border-color: #FCB8BF;
}
.TagClassName
{
border-color: #FCB8BF;
}
</style>