Shades of Your Pink #FBBFBA
Tints of Your Pink #FBBFBA
RGB
CMYK
RGB Variations
Color information
#FBBFBA (or 0xFBBFBA) is known color: Your Pink. HEX triplet: FB, BF and BA. RGB value is (251,191,186). Sum of RGB (Red+Green+Blue) = 251+191+186=628 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.97% from 628); Green value is 191 (75% from 255 or 30.41% from 628); Blue value is 186 (73.05% from 255 or 29.62% from 628); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBFBA is #044045. Grayscale: #D0D0D0. Windows color (decimal): -278598 or 12238843. OLE color: 12238843.
HSL color Cylindrical-coordinate representation of color #FBBFBA: hue angle of 4.62º 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 #FBBFBA is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 191 | 186 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.02 |
| HSL | 4.62º | 0.89% | 0.86% | - |
| HSV(B) | 4.62º | 0.26% | 0.98% | - |
| XYZ | 67.28 | 61.32 | 54.74 | - |
| YUV | 208.37 | 115.38 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 191 | 186 | 0 | 0.24 | 0.26 | 0.02 | 4.62 | 0.89 | 0.86 |
| Hex | FB | BF | BA | 0 | 18 | 1A | 2 | 5 | 59 | 56 |
| Octal | 373 | 277 | 272 | 0 | 30 | 32 | 2 | 5 | 131 | 126 |
| Binary | 11111011 | 10111111 | 10111010 | 0 | 11000 | 11010 | 10 | 101 | 1011001 | 1010110 |
Color Harmonies of #FBBFBA
Complementary color
Monochromatic Colors of #FBBFBA
Black with #FBBFBA
Text Example
Text Example
White with #FBBFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBFBA; }
p { color: rgb(251,191,186); }
H1.HeaderClassName
{
color: #FBBFBA;
}
.AnyTagClassName
{
color: #FBBFBA;
}
</style>
background-color css
<style>
a { background-color: #FBBFBA; }
a { background-color: rgb(251,191,186); }
div.DivClassName
{
background-color: #FBBFBA;
}
.BgClassName
{
background-color: #FBBFBA;
}
</style>
border-color css
<style>
span { border-color: #FBBFBA; }
span { border-color: rgb(251,191,186); }
td.TdClassName
{
border-color: #FBBFBA;
}
.TagClassName
{
border-color: #FBBFBA;
}
</style>