Shades of Light Pink #FCB4C1
Tints of Light Pink #FCB4C1
RGB
CMYK
RGB Variations
Color information
#FCB4C1 (or 0xFCB4C1) is known color: Light Pink. HEX triplet: FC, B4 and C1. RGB value is (252,180,193). Sum of RGB (Red+Green+Blue) = 252+180+193=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 180 (70.70% from 255 or 28.8% from 625); Blue value is 193 (75.78% from 255 or 30.88% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB4C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB4C1 is #034B3E. Grayscale: #CBCBCB. Windows color (decimal): -215871 or 12694780. OLE color: 12694780.
HSL color Cylindrical-coordinate representation of color #FCB4C1: hue angle of 349.17º 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 #FCB4C1 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 180 | 193 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.01 |
| HSL | 349.17º | 0.92% | 0.85% | - |
| HSV(B) | 349.17º | 0.29% | 0.99% | - |
| XYZ | 66.09 | 57.19 | 58.01 | - |
| YUV | 203.01 | 122.35 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 180 | 193 | 0 | 0.29 | 0.23 | 0.01 | 349.17 | 0.92 | 0.85 |
| Hex | FC | B4 | C1 | 0 | 1D | 17 | 1 | 15D | 5C | 55 |
| Octal | 374 | 264 | 301 | 0 | 35 | 27 | 1 | 535 | 134 | 125 |
| Binary | 11111100 | 10110100 | 11000001 | 0 | 11101 | 10111 | 1 | 101011101 | 1011100 | 1010101 |
Color Harmonies of #FCB4C1
Complementary color
Monochromatic Colors of #FCB4C1
Black with #FCB4C1
Text Example
Text Example
White with #FCB4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB4C1; }
p { color: rgb(252,180,193); }
H1.HeaderClassName
{
color: #FCB4C1;
}
.AnyTagClassName
{
color: #FCB4C1;
}
</style>
background-color css
<style>
a { background-color: #FCB4C1; }
a { background-color: rgb(252,180,193); }
div.DivClassName
{
background-color: #FCB4C1;
}
.BgClassName
{
background-color: #FCB4C1;
}
</style>
border-color css
<style>
span { border-color: #FCB4C1; }
span { border-color: rgb(252,180,193); }
td.TdClassName
{
border-color: #FCB4C1;
}
.TagClassName
{
border-color: #FCB4C1;
}
</style>