Shades of Light Pink #FCB1B4
Tints of Light Pink #FCB1B4
RGB
CMYK
RGB Variations
Color information
#FCB1B4 (or 0xFCB1B4) is known color: Light Pink. HEX triplet: FC, B1 and B4. RGB value is (252,177,180). Sum of RGB (Red+Green+Blue) = 252+177+180=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 177 (69.53% from 255 or 29.06% from 609); Blue value is 180 (70.70% from 255 or 29.56% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB1B4 is #034E4B. Grayscale: #C7C7C7. Windows color (decimal): -216652 or 11842044. OLE color: 11842044.
HSL color Cylindrical-coordinate representation of color #FCB1B4: hue angle of 357.6º 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 #FCB1B4 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 177 | 180 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.01 |
| HSL | 357.6º | 0.93% | 0.84% | - |
| HSV(B) | 357.6º | 0.3% | 0.99% | - |
| XYZ | 64.11 | 55.44 | 50.5 | - |
| YUV | 199.77 | 116.85 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 177 | 180 | 0 | 0.30 | 0.29 | 0.01 | 357.6 | 0.93 | 0.84 |
| Hex | FC | B1 | B4 | 0 | 1E | 1D | 1 | 166 | 5D | 54 |
| Octal | 374 | 261 | 264 | 0 | 36 | 35 | 1 | 546 | 135 | 124 |
| Binary | 11111100 | 10110001 | 10110100 | 0 | 11110 | 11101 | 1 | 101100110 | 1011101 | 1010100 |
Color Harmonies of #FCB1B4
Complementary color
Monochromatic Colors of #FCB1B4
Black with #FCB1B4
Text Example
Text Example
White with #FCB1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB1B4; }
p { color: rgb(252,177,180); }
H1.HeaderClassName
{
color: #FCB1B4;
}
.AnyTagClassName
{
color: #FCB1B4;
}
</style>
background-color css
<style>
a { background-color: #FCB1B4; }
a { background-color: rgb(252,177,180); }
div.DivClassName
{
background-color: #FCB1B4;
}
.BgClassName
{
background-color: #FCB1B4;
}
</style>
border-color css
<style>
span { border-color: #FCB1B4; }
span { border-color: rgb(252,177,180); }
td.TdClassName
{
border-color: #FCB1B4;
}
.TagClassName
{
border-color: #FCB1B4;
}
</style>