Shades of Light Pink #FCB3C0
Tints of Light Pink #FCB3C0
RGB
CMYK
RGB Variations
Color information
#FCB3C0 (or 0xFCB3C0) is known color: Light Pink. HEX triplet: FC, B3 and C0. RGB value is (252,179,192). Sum of RGB (Red+Green+Blue) = 252+179+192=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 179 (70.31% from 255 or 28.73% from 623); Blue value is 192 (75.39% from 255 or 30.82% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB3C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB3C0 is #034C3F. Grayscale: #CACACA. Windows color (decimal): -216128 or 12628988. OLE color: 12628988.
HSL color Cylindrical-coordinate representation of color #FCB3C0: hue angle of 349.32º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCB3C0 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 179 | 192 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.01 |
| HSL | 349.32º | 0.92% | 0.85% | - |
| HSV(B) | 349.32º | 0.29% | 0.99% | - |
| XYZ | 65.78 | 56.74 | 57.35 | - |
| YUV | 202.31 | 122.18 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 179 | 192 | 0 | 0.29 | 0.24 | 0.01 | 349.32 | 0.92 | 0.85 |
| Hex | FC | B3 | C0 | 0 | 1D | 18 | 1 | 15D | 5C | 55 |
| Octal | 374 | 263 | 300 | 0 | 35 | 30 | 1 | 535 | 134 | 125 |
| Binary | 11111100 | 10110011 | 11000000 | 0 | 11101 | 11000 | 1 | 101011101 | 1011100 | 1010101 |
Color Harmonies of #FCB3C0
Complementary color
Monochromatic Colors of #FCB3C0
Black with #FCB3C0
Text Example
Text Example
White with #FCB3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB3C0; }
p { color: rgb(252,179,192); }
H1.HeaderClassName
{
color: #FCB3C0;
}
.AnyTagClassName
{
color: #FCB3C0;
}
</style>
background-color css
<style>
a { background-color: #FCB3C0; }
a { background-color: rgb(252,179,192); }
div.DivClassName
{
background-color: #FCB3C0;
}
.BgClassName
{
background-color: #FCB3C0;
}
</style>
border-color css
<style>
span { border-color: #FCB3C0; }
span { border-color: rgb(252,179,192); }
td.TdClassName
{
border-color: #FCB3C0;
}
.TagClassName
{
border-color: #FCB3C0;
}
</style>