Shades of Light Pink #FCB1B3
Tints of Light Pink #FCB1B3
RGB
CMYK
RGB Variations
Color information
#FCB1B3 (or 0xFCB1B3) is known color: Light Pink. HEX triplet: FC, B1 and B3. RGB value is (252,177,179). Sum of RGB (Red+Green+Blue) = 252+177+179=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 177 (69.53% from 255 or 29.11% from 608); Blue value is 179 (70.31% from 255 or 29.44% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB1B3 is #034E4C. Grayscale: #C7C7C7. Windows color (decimal): -216653 or 11776508. OLE color: 11776508.
HSL color Cylindrical-coordinate representation of color #FCB1B3: hue angle of 358.4º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCB1B3 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 177 | 179 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.01 |
| HSL | 358.4º | 0.93% | 0.84% | - |
| HSV(B) | 358.4º | 0.3% | 0.99% | - |
| XYZ | 64 | 55.39 | 49.97 | - |
| YUV | 199.65 | 116.35 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 177 | 179 | 0 | 0.30 | 0.29 | 0.01 | 358.4 | 0.93 | 0.84 |
| Hex | FC | B1 | B3 | 0 | 1E | 1D | 1 | 166 | 5D | 54 |
| Octal | 374 | 261 | 263 | 0 | 36 | 35 | 1 | 546 | 135 | 124 |
| Binary | 11111100 | 10110001 | 10110011 | 0 | 11110 | 11101 | 1 | 101100110 | 1011101 | 1010100 |
Color Harmonies of #FCB1B3
Complementary color
Monochromatic Colors of #FCB1B3
Black with #FCB1B3
Text Example
Text Example
White with #FCB1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB1B3; }
p { color: rgb(252,177,179); }
H1.HeaderClassName
{
color: #FCB1B3;
}
.AnyTagClassName
{
color: #FCB1B3;
}
</style>
background-color css
<style>
a { background-color: #FCB1B3; }
a { background-color: rgb(252,177,179); }
div.DivClassName
{
background-color: #FCB1B3;
}
.BgClassName
{
background-color: #FCB1B3;
}
</style>
border-color css
<style>
span { border-color: #FCB1B3; }
span { border-color: rgb(252,177,179); }
td.TdClassName
{
border-color: #FCB1B3;
}
.TagClassName
{
border-color: #FCB1B3;
}
</style>