Shades of Pink #FBBACB
Tints of Pink #FBBACB
RGB
CMYK
RGB Variations
Color information
#FBBACB (or 0xFBBACB) is known color: Pink. HEX triplet: FB, BA and CB. RGB value is (251,186,203). Sum of RGB (Red+Green+Blue) = 251+186+203=640 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.22% from 640); Green value is 186 (73.05% from 255 or 29.06% from 640); Blue value is 203 (79.69% from 255 or 31.72% from 640); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBACB is #044534. Grayscale: #CFCFCF. Windows color (decimal): -279861 or 13351675. OLE color: 13351675.
HSL color Cylindrical-coordinate representation of color #FBBACB: hue angle of 344.31º 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 #FBBACB is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 203 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.02 |
| HSL | 344.31º | 0.89% | 0.86% | - |
| HSV(B) | 344.31º | 0.26% | 0.98% | - |
| XYZ | 68.12 | 59.94 | 64.48 | - |
| YUV | 207.37 | 125.53 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 203 | 0 | 0.26 | 0.19 | 0.02 | 344.31 | 0.89 | 0.86 |
| Hex | FB | BA | CB | 0 | 1A | 13 | 2 | 158 | 59 | 56 |
| Octal | 373 | 272 | 313 | 0 | 32 | 23 | 2 | 530 | 131 | 126 |
| Binary | 11111011 | 10111010 | 11001011 | 0 | 11010 | 10011 | 10 | 101011000 | 1011001 | 1010110 |
Color Harmonies of #FBBACB
Complementary color
Monochromatic Colors of #FBBACB
Black with #FBBACB
Text Example
Text Example
White with #FBBACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBACB; }
p { color: rgb(251,186,203); }
H1.HeaderClassName
{
color: #FBBACB;
}
.AnyTagClassName
{
color: #FBBACB;
}
</style>
background-color css
<style>
a { background-color: #FBBACB; }
a { background-color: rgb(251,186,203); }
div.DivClassName
{
background-color: #FBBACB;
}
.BgClassName
{
background-color: #FBBACB;
}
</style>
border-color css
<style>
span { border-color: #FBBACB; }
span { border-color: rgb(251,186,203); }
td.TdClassName
{
border-color: #FBBACB;
}
.TagClassName
{
border-color: #FBBACB;
}
</style>