Shades of Pink #FBBAC7
Tints of Pink #FBBAC7
RGB
CMYK
RGB Variations
Color information
#FBBAC7 (or 0xFBBAC7) is known color: Pink. HEX triplet: FB, BA and C7. RGB value is (251,186,199). Sum of RGB (Red+Green+Blue) = 251+186+199=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 186 (73.05% from 255 or 29.25% from 636); Blue value is 199 (78.12% from 255 or 31.29% from 636); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBAC7 is #044538. Grayscale: #CECECE. Windows color (decimal): -279865 or 13089531. OLE color: 13089531.
HSL color Cylindrical-coordinate representation of color #FBBAC7: hue angle of 348º 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 #FBBAC7 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 199 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.02 |
| HSL | 348º | 0.89% | 0.86% | - |
| HSV(B) | 348º | 0.26% | 0.98% | - |
| XYZ | 67.65 | 59.75 | 62 | - |
| YUV | 206.92 | 123.53 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 199 | 0 | 0.26 | 0.21 | 0.02 | 348 | 0.89 | 0.86 |
| Hex | FB | BA | C7 | 0 | 1A | 15 | 2 | 15C | 59 | 56 |
| Octal | 373 | 272 | 307 | 0 | 32 | 25 | 2 | 534 | 131 | 126 |
| Binary | 11111011 | 10111010 | 11000111 | 0 | 11010 | 10101 | 10 | 101011100 | 1011001 | 1010110 |
Color Harmonies of #FBBAC7
Complementary color
Monochromatic Colors of #FBBAC7
Black with #FBBAC7
Text Example
Text Example
White with #FBBAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBAC7; }
p { color: rgb(251,186,199); }
H1.HeaderClassName
{
color: #FBBAC7;
}
.AnyTagClassName
{
color: #FBBAC7;
}
</style>
background-color css
<style>
a { background-color: #FBBAC7; }
a { background-color: rgb(251,186,199); }
div.DivClassName
{
background-color: #FBBAC7;
}
.BgClassName
{
background-color: #FBBAC7;
}
</style>
border-color css
<style>
span { border-color: #FBBAC7; }
span { border-color: rgb(251,186,199); }
td.TdClassName
{
border-color: #FBBAC7;
}
.TagClassName
{
border-color: #FBBAC7;
}
</style>