Shades of Light Pink #FCB2C1
Tints of Light Pink #FCB2C1
RGB
CMYK
RGB Variations
Color information
#FCB2C1 (or 0xFCB2C1) is known color: Light Pink. HEX triplet: FC, B2 and C1. RGB value is (252,178,193). Sum of RGB (Red+Green+Blue) = 252+178+193=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 178 (69.92% from 255 or 28.57% from 623); Blue value is 193 (75.78% from 255 or 30.98% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB2C1 is #034D3E. Grayscale: #C9C9C9. Windows color (decimal): -216383 or 12694268. OLE color: 12694268.
HSL color Cylindrical-coordinate representation of color #FCB2C1: hue angle of 347.84º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCB2C1 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 178 | 193 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.01 |
| HSL | 347.84º | 0.93% | 0.84% | - |
| HSV(B) | 347.84º | 0.29% | 0.99% | - |
| XYZ | 65.69 | 56.39 | 57.87 | - |
| YUV | 201.84 | 123.02 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 178 | 193 | 0 | 0.29 | 0.23 | 0.01 | 347.84 | 0.93 | 0.84 |
| Hex | FC | B2 | C1 | 0 | 1D | 17 | 1 | 15C | 5C | 54 |
| Octal | 374 | 262 | 301 | 0 | 35 | 27 | 1 | 534 | 134 | 124 |
| Binary | 11111100 | 10110010 | 11000001 | 0 | 11101 | 10111 | 1 | 101011100 | 1011100 | 1010100 |
Color Harmonies of #FCB2C1
Complementary color
Monochromatic Colors of #FCB2C1
Black with #FCB2C1
Text Example
Text Example
White with #FCB2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB2C1; }
p { color: rgb(252,178,193); }
H1.HeaderClassName
{
color: #FCB2C1;
}
.AnyTagClassName
{
color: #FCB2C1;
}
</style>
background-color css
<style>
a { background-color: #FCB2C1; }
a { background-color: rgb(252,178,193); }
div.DivClassName
{
background-color: #FCB2C1;
}
.BgClassName
{
background-color: #FCB2C1;
}
</style>
border-color css
<style>
span { border-color: #FCB2C1; }
span { border-color: rgb(252,178,193); }
td.TdClassName
{
border-color: #FCB2C1;
}
.TagClassName
{
border-color: #FCB2C1;
}
</style>