Shades of Pink #FBBBCD
Tints of Pink #FBBBCD
RGB
CMYK
RGB Variations
Color information
#FBBBCD (or 0xFBBBCD) is known color: Pink. HEX triplet: FB, BB and CD. RGB value is (251,187,205). Sum of RGB (Red+Green+Blue) = 251+187+205=643 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.04% from 643); Green value is 187 (73.44% from 255 or 29.08% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBBCD is #044432. Grayscale: #D0D0D0. Windows color (decimal): -279603 or 13483003. OLE color: 13483003.
HSL color Cylindrical-coordinate representation of color #FBBBCD: hue angle of 343.12º 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 #FBBBCD is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 187 | 205 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.02 |
| HSL | 343.13º | 0.89% | 0.86% | - |
| HSV(B) | 343.13º | 0.25% | 0.98% | - |
| XYZ | 68.57 | 60.46 | 65.81 | - |
| YUV | 208.19 | 126.2 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 187 | 205 | 0 | 0.25 | 0.18 | 0.02 | 343.13 | 0.89 | 0.86 |
| Hex | FB | BB | CD | 0 | 19 | 12 | 2 | 157 | 59 | 56 |
| Octal | 373 | 273 | 315 | 0 | 31 | 22 | 2 | 527 | 131 | 126 |
| Binary | 11111011 | 10111011 | 11001101 | 0 | 11001 | 10010 | 10 | 101010111 | 1011001 | 1010110 |
Color Harmonies of #FBBBCD
Complementary color
Monochromatic Colors of #FBBBCD
Black with #FBBBCD
Text Example
Text Example
White with #FBBBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBBCD; }
p { color: rgb(251,187,205); }
H1.HeaderClassName
{
color: #FBBBCD;
}
.AnyTagClassName
{
color: #FBBBCD;
}
</style>
background-color css
<style>
a { background-color: #FBBBCD; }
a { background-color: rgb(251,187,205); }
div.DivClassName
{
background-color: #FBBBCD;
}
.BgClassName
{
background-color: #FBBBCD;
}
</style>
border-color css
<style>
span { border-color: #FBBBCD; }
span { border-color: rgb(251,187,205); }
td.TdClassName
{
border-color: #FBBBCD;
}
.TagClassName
{
border-color: #FBBBCD;
}
</style>