Shades of Your Pink #FCBBBB
Tints of Your Pink #FCBBBB
RGB
CMYK
RGB Variations
Color information
#FCBBBB (or 0xFCBBBB) is known color: Your Pink. HEX triplet: FC, BB and BB. RGB value is (252,187,187). Sum of RGB (Red+Green+Blue) = 252+187+187=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 187 (73.44% from 255 or 29.87% from 626); Blue value is 187 (73.44% from 255 or 29.87% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBBB is #034444. Grayscale: #CECECE. Windows color (decimal): -214085 or 12303356. OLE color: 12303356.
HSL color Cylindrical-coordinate representation of color #FCBBBB: hue angle of 0º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCBBBB is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 187 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.01 |
| HSL | 0º | 0.92% | 0.86% | - |
| HSV(B) | 0º | 0.26% | 0.99% | - |
| XYZ | 66.88 | 59.82 | 55.04 | - |
| YUV | 206.44 | 117.03 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 187 | 0 | 0.26 | 0.26 | 0.01 | 0 | 0.92 | 0.86 |
| Hex | FC | BB | BB | 0 | 1A | 1A | 1 | 0 | 5C | 56 |
| Octal | 374 | 273 | 273 | 0 | 32 | 32 | 1 | 0 | 134 | 126 |
| Binary | 11111100 | 10111011 | 10111011 | 0 | 11010 | 11010 | 1 | 0 | 1011100 | 1010110 |
Color Harmonies of #FCBBBB
Complementary color
Monochromatic Colors of #FCBBBB
Black with #FCBBBB
Text Example
Text Example
White with #FCBBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBBBB; }
p { color: rgb(252,187,187); }
H1.HeaderClassName
{
color: #FCBBBB;
}
.AnyTagClassName
{
color: #FCBBBB;
}
</style>
background-color css
<style>
a { background-color: #FCBBBB; }
a { background-color: rgb(252,187,187); }
div.DivClassName
{
background-color: #FCBBBB;
}
.BgClassName
{
background-color: #FCBBBB;
}
</style>
border-color css
<style>
span { border-color: #FCBBBB; }
span { border-color: rgb(252,187,187); }
td.TdClassName
{
border-color: #FCBBBB;
}
.TagClassName
{
border-color: #FCBBBB;
}
</style>