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