Shades of Light Pink #FCB7C0
Tints of Light Pink #FCB7C0
RGB
CMYK
RGB Variations
Color information
#FCB7C0 (or 0xFCB7C0) is known color: Light Pink. HEX triplet: FC, B7 and C0. RGB value is (252,183,192). Sum of RGB (Red+Green+Blue) = 252+183+192=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 183 (71.88% from 255 or 29.19% from 627); Blue value is 192 (75.39% from 255 or 30.62% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB7C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB7C0 is #03483F. Grayscale: #CCCCCC. Windows color (decimal): -215104 or 12630012. OLE color: 12630012.
HSL color Cylindrical-coordinate representation of color #FCB7C0: hue angle of 352.17º 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 #FCB7C0 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 183 | 192 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.01 |
| HSL | 352.17º | 0.92% | 0.85% | - |
| HSV(B) | 352.17º | 0.27% | 0.99% | - |
| XYZ | 66.59 | 58.37 | 57.63 | - |
| YUV | 204.66 | 120.86 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 183 | 192 | 0 | 0.27 | 0.24 | 0.01 | 352.17 | 0.92 | 0.85 |
| Hex | FC | B7 | C0 | 0 | 1B | 18 | 1 | 160 | 5C | 55 |
| Octal | 374 | 267 | 300 | 0 | 33 | 30 | 1 | 540 | 134 | 125 |
| Binary | 11111100 | 10110111 | 11000000 | 0 | 11011 | 11000 | 1 | 101100000 | 1011100 | 1010101 |
Color Harmonies of #FCB7C0
Complementary color
Monochromatic Colors of #FCB7C0
Black with #FCB7C0
Text Example
Text Example
White with #FCB7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB7C0; }
p { color: rgb(252,183,192); }
H1.HeaderClassName
{
color: #FCB7C0;
}
.AnyTagClassName
{
color: #FCB7C0;
}
</style>
background-color css
<style>
a { background-color: #FCB7C0; }
a { background-color: rgb(252,183,192); }
div.DivClassName
{
background-color: #FCB7C0;
}
.BgClassName
{
background-color: #FCB7C0;
}
</style>
border-color css
<style>
span { border-color: #FCB7C0; }
span { border-color: rgb(252,183,192); }
td.TdClassName
{
border-color: #FCB7C0;
}
.TagClassName
{
border-color: #FCB7C0;
}
</style>