Shades of Light Pink #FCB7B8
Tints of Light Pink #FCB7B8
RGB
CMYK
RGB Variations
Color information
#FCB7B8 (or 0xFCB7B8) is known color: Light Pink. HEX triplet: FC, B7 and B8. RGB value is (252,183,184). Sum of RGB (Red+Green+Blue) = 252+183+184=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 183 (71.88% from 255 or 29.56% from 619); Blue value is 184 (72.27% from 255 or 29.73% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB7B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB7B8 is #034847. Grayscale: #CBCBCB. Windows color (decimal): -215112 or 12105724. OLE color: 12105724.
HSL color Cylindrical-coordinate representation of color #FCB7B8: hue angle of 359.13º 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 #FCB7B8 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 183 | 184 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.01 |
| HSL | 359.13º | 0.92% | 0.85% | - |
| HSV(B) | 359.13º | 0.27% | 0.99% | - |
| XYZ | 65.73 | 58.02 | 53.08 | - |
| YUV | 203.75 | 116.86 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 183 | 184 | 0 | 0.27 | 0.27 | 0.01 | 359.13 | 0.92 | 0.85 |
| Hex | FC | B7 | B8 | 0 | 1B | 1B | 1 | 167 | 5C | 55 |
| Octal | 374 | 267 | 270 | 0 | 33 | 33 | 1 | 547 | 134 | 125 |
| Binary | 11111100 | 10110111 | 10111000 | 0 | 11011 | 11011 | 1 | 101100111 | 1011100 | 1010101 |
Color Harmonies of #FCB7B8
Complementary color
Monochromatic Colors of #FCB7B8
Black with #FCB7B8
Text Example
Text Example
White with #FCB7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB7B8; }
p { color: rgb(252,183,184); }
H1.HeaderClassName
{
color: #FCB7B8;
}
.AnyTagClassName
{
color: #FCB7B8;
}
</style>
background-color css
<style>
a { background-color: #FCB7B8; }
a { background-color: rgb(252,183,184); }
div.DivClassName
{
background-color: #FCB7B8;
}
.BgClassName
{
background-color: #FCB7B8;
}
</style>
border-color css
<style>
span { border-color: #FCB7B8; }
span { border-color: rgb(252,183,184); }
td.TdClassName
{
border-color: #FCB7B8;
}
.TagClassName
{
border-color: #FCB7B8;
}
</style>