Shades of Your Pink #FBBAB8
Tints of Your Pink #FBBAB8
RGB
CMYK
RGB Variations
Color information
#FBBAB8 (or 0xFBBAB8) is known color: Your Pink. HEX triplet: FB, BA and B8. RGB value is (251,186,184). Sum of RGB (Red+Green+Blue) = 251+186+184=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 184 (72.27% from 255 or 29.63% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBAB8 is #044547. Grayscale: #CDCDCD. Windows color (decimal): -279880 or 12106491. OLE color: 12106491.
HSL color Cylindrical-coordinate representation of color #FBBAB8: hue angle of 1.79º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FBBAB8 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 184 | - |
| CMYK | 0 | 0.26 | 0.27 | 0.02 |
| HSL | 1.79º | 0.89% | 0.85% | - |
| HSV(B) | 1.79º | 0.27% | 0.98% | - |
| XYZ | 65.99 | 59.09 | 53.27 | - |
| YUV | 205.21 | 116.03 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 184 | 0 | 0.26 | 0.27 | 0.02 | 1.79 | 0.89 | 0.85 |
| Hex | FB | BA | B8 | 0 | 1A | 1B | 2 | 2 | 59 | 55 |
| Octal | 373 | 272 | 270 | 0 | 32 | 33 | 2 | 2 | 131 | 125 |
| Binary | 11111011 | 10111010 | 10111000 | 0 | 11010 | 11011 | 10 | 10 | 1011001 | 1010101 |
Color Harmonies of #FBBAB8
Complementary color
Monochromatic Colors of #FBBAB8
Black with #FBBAB8
Text Example
Text Example
White with #FBBAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBAB8; }
p { color: rgb(251,186,184); }
H1.HeaderClassName
{
color: #FBBAB8;
}
.AnyTagClassName
{
color: #FBBAB8;
}
</style>
background-color css
<style>
a { background-color: #FBBAB8; }
a { background-color: rgb(251,186,184); }
div.DivClassName
{
background-color: #FBBAB8;
}
.BgClassName
{
background-color: #FBBAB8;
}
</style>
border-color css
<style>
span { border-color: #FBBAB8; }
span { border-color: rgb(251,186,184); }
td.TdClassName
{
border-color: #FBBAB8;
}
.TagClassName
{
border-color: #FBBAB8;
}
</style>