Shades of Pink #FBBBCB
Tints of Pink #FBBBCB
RGB
CMYK
RGB Variations
Color information
#FBBBCB (or 0xFBBBCB) is known color: Pink. HEX triplet: FB, BB and CB. RGB value is (251,187,203). Sum of RGB (Red+Green+Blue) = 251+187+203=641 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.16% from 641); Green value is 187 (73.44% from 255 or 29.17% from 641); Blue value is 203 (79.69% from 255 or 31.67% from 641); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBBCB is #044434. Grayscale: #CFCFCF. Windows color (decimal): -279605 or 13351931. OLE color: 13351931.
HSL color Cylindrical-coordinate representation of color #FBBBCB: hue angle of 345º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBBBCB is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 187 | 203 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.02 |
| HSL | 345º | 0.89% | 0.86% | - |
| HSV(B) | 345º | 0.25% | 0.98% | - |
| XYZ | 68.33 | 60.36 | 64.55 | - |
| YUV | 207.96 | 125.2 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 187 | 203 | 0 | 0.25 | 0.19 | 0.02 | 345 | 0.89 | 0.86 |
| Hex | FB | BB | CB | 0 | 19 | 13 | 2 | 159 | 59 | 56 |
| Octal | 373 | 273 | 313 | 0 | 31 | 23 | 2 | 531 | 131 | 126 |
| Binary | 11111011 | 10111011 | 11001011 | 0 | 11001 | 10011 | 10 | 101011001 | 1011001 | 1010110 |
Color Harmonies of #FBBBCB
Complementary color
Monochromatic Colors of #FBBBCB
Black with #FBBBCB
Text Example
Text Example
White with #FBBBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBBCB; }
p { color: rgb(251,187,203); }
H1.HeaderClassName
{
color: #FBBBCB;
}
.AnyTagClassName
{
color: #FBBBCB;
}
</style>
background-color css
<style>
a { background-color: #FBBBCB; }
a { background-color: rgb(251,187,203); }
div.DivClassName
{
background-color: #FBBBCB;
}
.BgClassName
{
background-color: #FBBBCB;
}
</style>
border-color css
<style>
span { border-color: #FBBBCB; }
span { border-color: rgb(251,187,203); }
td.TdClassName
{
border-color: #FBBBCB;
}
.TagClassName
{
border-color: #FBBBCB;
}
</style>