Shades of Light Pink #FCB0B7
Tints of Light Pink #FCB0B7
RGB
CMYK
RGB Variations
Color information
#FCB0B7 (or 0xFCB0B7) is known color: Light Pink. HEX triplet: FC, B0 and B7. RGB value is (252,176,183). Sum of RGB (Red+Green+Blue) = 252+176+183=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 176 (69.14% from 255 or 28.81% from 611); Blue value is 183 (71.88% from 255 or 29.95% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB0B7 is #034F48. Grayscale: #C7C7C7. Windows color (decimal): -216905 or 12038396. OLE color: 12038396.
HSL color Cylindrical-coordinate representation of color #FCB0B7: hue angle of 354.47º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCB0B7 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 176 | 183 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.01 |
| HSL | 354.47º | 0.93% | 0.84% | - |
| HSV(B) | 354.47º | 0.3% | 0.99% | - |
| XYZ | 64.22 | 55.17 | 52.06 | - |
| YUV | 199.52 | 118.68 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 176 | 183 | 0 | 0.30 | 0.27 | 0.01 | 354.47 | 0.93 | 0.84 |
| Hex | FC | B0 | B7 | 0 | 1E | 1B | 1 | 162 | 5D | 54 |
| Octal | 374 | 260 | 267 | 0 | 36 | 33 | 1 | 542 | 135 | 124 |
| Binary | 11111100 | 10110000 | 10110111 | 0 | 11110 | 11011 | 1 | 101100010 | 1011101 | 1010100 |
Color Harmonies of #FCB0B7
Complementary color
Monochromatic Colors of #FCB0B7
Black with #FCB0B7
Text Example
Text Example
White with #FCB0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB0B7; }
p { color: rgb(252,176,183); }
H1.HeaderClassName
{
color: #FCB0B7;
}
.AnyTagClassName
{
color: #FCB0B7;
}
</style>
background-color css
<style>
a { background-color: #FCB0B7; }
a { background-color: rgb(252,176,183); }
div.DivClassName
{
background-color: #FCB0B7;
}
.BgClassName
{
background-color: #FCB0B7;
}
</style>
border-color css
<style>
span { border-color: #FCB0B7; }
span { border-color: rgb(252,176,183); }
td.TdClassName
{
border-color: #FCB0B7;
}
.TagClassName
{
border-color: #FCB0B7;
}
</style>