Shades of Light Pink #FCB8BC
Tints of Light Pink #FCB8BC
RGB
CMYK
RGB Variations
Color information
#FCB8BC (or 0xFCB8BC) is known color: Light Pink. HEX triplet: FC, B8 and BC. RGB value is (252,184,188). Sum of RGB (Red+Green+Blue) = 252+184+188=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 184 (72.27% from 255 or 29.49% from 624); Blue value is 188 (73.83% from 255 or 30.13% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB8BC is #034743. Grayscale: #CCCCCC. Windows color (decimal): -214852 or 12368124. OLE color: 12368124.
HSL color Cylindrical-coordinate representation of color #FCB8BC: hue angle of 356.47º 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 #FCB8BC is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 184 | 188 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.01 |
| HSL | 356.47º | 0.92% | 0.85% | - |
| HSV(B) | 356.47º | 0.27% | 0.99% | - |
| XYZ | 66.36 | 58.61 | 55.39 | - |
| YUV | 204.79 | 118.53 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 188 | 0 | 0.27 | 0.25 | 0.01 | 356.47 | 0.92 | 0.85 |
| Hex | FC | B8 | BC | 0 | 1B | 19 | 1 | 164 | 5C | 55 |
| Octal | 374 | 270 | 274 | 0 | 33 | 31 | 1 | 544 | 134 | 125 |
| Binary | 11111100 | 10111000 | 10111100 | 0 | 11011 | 11001 | 1 | 101100100 | 1011100 | 1010101 |
Color Harmonies of #FCB8BC
Complementary color
Monochromatic Colors of #FCB8BC
Black with #FCB8BC
Text Example
Text Example
White with #FCB8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB8BC; }
p { color: rgb(252,184,188); }
H1.HeaderClassName
{
color: #FCB8BC;
}
.AnyTagClassName
{
color: #FCB8BC;
}
</style>
background-color css
<style>
a { background-color: #FCB8BC; }
a { background-color: rgb(252,184,188); }
div.DivClassName
{
background-color: #FCB8BC;
}
.BgClassName
{
background-color: #FCB8BC;
}
</style>
border-color css
<style>
span { border-color: #FCB8BC; }
span { border-color: rgb(252,184,188); }
td.TdClassName
{
border-color: #FCB8BC;
}
.TagClassName
{
border-color: #FCB8BC;
}
</style>