Shades of Your Pink #FBBABA
Tints of Your Pink #FBBABA
RGB
CMYK
RGB Variations
Color information
#FBBABA (or 0xFBBABA) is known color: Your Pink. HEX triplet: FB, BA and BA. RGB value is (251,186,186). Sum of RGB (Red+Green+Blue) = 251+186+186=623 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.29% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 186 (73.05% from 255 or 29.86% from 623); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBABA is #044545. Grayscale: #CDCDCD. Windows color (decimal): -279878 or 12237563. OLE color: 12237563.
HSL color Cylindrical-coordinate representation of color #FBBABA: hue angle of 0º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBBABA is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 186 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.02 |
| HSL | 0º | 0.89% | 0.86% | - |
| HSV(B) | 0º | 0.26% | 0.98% | - |
| XYZ | 66.21 | 59.17 | 54.39 | - |
| YUV | 205.44 | 117.03 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 186 | 0 | 0.26 | 0.26 | 0.02 | 0 | 0.89 | 0.86 |
| Hex | FB | BA | BA | 0 | 1A | 1A | 2 | 0 | 59 | 56 |
| Octal | 373 | 272 | 272 | 0 | 32 | 32 | 2 | 0 | 131 | 126 |
| Binary | 11111011 | 10111010 | 10111010 | 0 | 11010 | 11010 | 10 | 0 | 1011001 | 1010110 |
Color Harmonies of #FBBABA
Complementary color
Monochromatic Colors of #FBBABA
Black with #FBBABA
Text Example
Text Example
White with #FBBABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBABA; }
p { color: rgb(251,186,186); }
H1.HeaderClassName
{
color: #FBBABA;
}
.AnyTagClassName
{
color: #FBBABA;
}
</style>
background-color css
<style>
a { background-color: #FBBABA; }
a { background-color: rgb(251,186,186); }
div.DivClassName
{
background-color: #FBBABA;
}
.BgClassName
{
background-color: #FBBABA;
}
</style>
border-color css
<style>
span { border-color: #FBBABA; }
span { border-color: rgb(251,186,186); }
td.TdClassName
{
border-color: #FBBABA;
}
.TagClassName
{
border-color: #FBBABA;
}
</style>