Shades of Your Pink #FBBBB9
Tints of Your Pink #FBBBB9
RGB
CMYK
RGB Variations
Color information
#FBBBB9 (or 0xFBBBB9) is known color: Your Pink. HEX triplet: FB, BB and B9. RGB value is (251,187,185). Sum of RGB (Red+Green+Blue) = 251+187+185=623 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.29% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 185 (72.66% from 255 or 29.70% from 623); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBBB9 is #044446. Grayscale: #CDCDCD. Windows color (decimal): -279623 or 12172283. OLE color: 12172283.
HSL color Cylindrical-coordinate representation of color #FBBBB9: hue angle of 1.82º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBBBB9 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 187 | 185 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.02 |
| HSL | 1.82º | 0.89% | 0.85% | - |
| HSV(B) | 1.82º | 0.26% | 0.98% | - |
| XYZ | 66.31 | 59.55 | 53.9 | - |
| YUV | 205.91 | 116.2 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 187 | 185 | 0 | 0.25 | 0.26 | 0.02 | 1.82 | 0.89 | 0.85 |
| Hex | FB | BB | B9 | 0 | 19 | 1A | 2 | 2 | 59 | 55 |
| Octal | 373 | 273 | 271 | 0 | 31 | 32 | 2 | 2 | 131 | 125 |
| Binary | 11111011 | 10111011 | 10111001 | 0 | 11001 | 11010 | 10 | 10 | 1011001 | 1010101 |
Color Harmonies of #FBBBB9
Complementary color
Monochromatic Colors of #FBBBB9
Black with #FBBBB9
Text Example
Text Example
White with #FBBBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBBB9; }
p { color: rgb(251,187,185); }
H1.HeaderClassName
{
color: #FBBBB9;
}
.AnyTagClassName
{
color: #FBBBB9;
}
</style>
background-color css
<style>
a { background-color: #FBBBB9; }
a { background-color: rgb(251,187,185); }
div.DivClassName
{
background-color: #FBBBB9;
}
.BgClassName
{
background-color: #FBBBB9;
}
</style>
border-color css
<style>
span { border-color: #FBBBB9; }
span { border-color: rgb(251,187,185); }
td.TdClassName
{
border-color: #FBBBB9;
}
.TagClassName
{
border-color: #FBBBB9;
}
</style>