Shades of Light Pink #FCB4C0
Tints of Light Pink #FCB4C0
RGB
CMYK
RGB Variations
Color information
#FCB4C0 (or 0xFCB4C0) is known color: Light Pink. HEX triplet: FC, B4 and C0. RGB value is (252,180,192). Sum of RGB (Red+Green+Blue) = 252+180+192=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 180 (70.70% from 255 or 28.85% from 624); Blue value is 192 (75.39% from 255 or 30.77% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB4C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB4C0 is #034B3F. Grayscale: #CACACA. Windows color (decimal): -215872 or 12629244. OLE color: 12629244.
HSL color Cylindrical-coordinate representation of color #FCB4C0: hue angle of 350º 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 #FCB4C0 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 180 | 192 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.01 |
| HSL | 350º | 0.92% | 0.85% | - |
| HSV(B) | 350º | 0.29% | 0.99% | - |
| XYZ | 65.98 | 57.14 | 57.42 | - |
| YUV | 202.9 | 121.85 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 180 | 192 | 0 | 0.29 | 0.24 | 0.01 | 350 | 0.92 | 0.85 |
| Hex | FC | B4 | C0 | 0 | 1D | 18 | 1 | 15E | 5C | 55 |
| Octal | 374 | 264 | 300 | 0 | 35 | 30 | 1 | 536 | 134 | 125 |
| Binary | 11111100 | 10110100 | 11000000 | 0 | 11101 | 11000 | 1 | 101011110 | 1011100 | 1010101 |
Color Harmonies of #FCB4C0
Complementary color
Monochromatic Colors of #FCB4C0
Black with #FCB4C0
Text Example
Text Example
White with #FCB4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB4C0; }
p { color: rgb(252,180,192); }
H1.HeaderClassName
{
color: #FCB4C0;
}
.AnyTagClassName
{
color: #FCB4C0;
}
</style>
background-color css
<style>
a { background-color: #FCB4C0; }
a { background-color: rgb(252,180,192); }
div.DivClassName
{
background-color: #FCB4C0;
}
.BgClassName
{
background-color: #FCB4C0;
}
</style>
border-color css
<style>
span { border-color: #FCB4C0; }
span { border-color: rgb(252,180,192); }
td.TdClassName
{
border-color: #FCB4C0;
}
.TagClassName
{
border-color: #FCB4C0;
}
</style>