Shades of Light Pink #FCB2C0
Tints of Light Pink #FCB2C0
RGB
CMYK
RGB Variations
Color information
#FCB2C0 (or 0xFCB2C0) is known color: Light Pink. HEX triplet: FC, B2 and C0. RGB value is (252,178,192). Sum of RGB (Red+Green+Blue) = 252+178+192=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 178 (69.92% from 255 or 28.62% from 622); Blue value is 192 (75.39% from 255 or 30.87% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB2C0 is #034D3F. Grayscale: #C9C9C9. Windows color (decimal): -216384 or 12628732. OLE color: 12628732.
HSL color Cylindrical-coordinate representation of color #FCB2C0: hue angle of 348.65º 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 #FCB2C0 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 178 | 192 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.01 |
| HSL | 348.65º | 0.93% | 0.84% | - |
| HSV(B) | 348.65º | 0.29% | 0.99% | - |
| XYZ | 65.58 | 56.34 | 57.29 | - |
| YUV | 201.72 | 122.52 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 178 | 192 | 0 | 0.29 | 0.24 | 0.01 | 348.65 | 0.93 | 0.84 |
| Hex | FC | B2 | C0 | 0 | 1D | 18 | 1 | 15D | 5C | 54 |
| Octal | 374 | 262 | 300 | 0 | 35 | 30 | 1 | 535 | 134 | 124 |
| Binary | 11111100 | 10110010 | 11000000 | 0 | 11101 | 11000 | 1 | 101011101 | 1011100 | 1010100 |
Color Harmonies of #FCB2C0
Complementary color
Monochromatic Colors of #FCB2C0
Black with #FCB2C0
Text Example
Text Example
White with #FCB2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB2C0; }
p { color: rgb(252,178,192); }
H1.HeaderClassName
{
color: #FCB2C0;
}
.AnyTagClassName
{
color: #FCB2C0;
}
</style>
background-color css
<style>
a { background-color: #FCB2C0; }
a { background-color: rgb(252,178,192); }
div.DivClassName
{
background-color: #FCB2C0;
}
.BgClassName
{
background-color: #FCB2C0;
}
</style>
border-color css
<style>
span { border-color: #FCB2C0; }
span { border-color: rgb(252,178,192); }
td.TdClassName
{
border-color: #FCB2C0;
}
.TagClassName
{
border-color: #FCB2C0;
}
</style>