Shades of Your Pink #F9BABA
Tints of Your Pink #F9BABA
RGB
CMYK
RGB Variations
Color information
#F9BABA (or 0xF9BABA) is known color: Your Pink. HEX triplet: F9, BA and BA. RGB value is (249,186,186). Sum of RGB (Red+Green+Blue) = 249+186+186=621 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.10% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BABA is #064545. Grayscale: #CCCCCC. Windows color (decimal): -410950 or 12237561. OLE color: 12237561.
HSL color Cylindrical-coordinate representation of color #F9BABA: hue angle of 0º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F9BABA is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 186 | 186 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.02 |
| HSL | 0º | 0.84% | 0.85% | - |
| HSV(B) | 0º | 0.25% | 0.98% | - |
| XYZ | 65.49 | 58.8 | 54.35 | - |
| YUV | 204.84 | 117.37 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 186 | 186 | 0 | 0.25 | 0.25 | 0.02 | 0 | 0.84 | 0.85 |
| Hex | F9 | BA | BA | 0 | 19 | 19 | 2 | 0 | 54 | 55 |
| Octal | 371 | 272 | 272 | 0 | 31 | 31 | 2 | 0 | 124 | 125 |
| Binary | 11111001 | 10111010 | 10111010 | 0 | 11001 | 11001 | 10 | 0 | 1010100 | 1010101 |
Color Harmonies of #F9BABA
Complementary color
Monochromatic Colors of #F9BABA
Black with #F9BABA
Text Example
Text Example
White with #F9BABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BABA; }
p { color: rgb(249,186,186); }
H1.HeaderClassName
{
color: #F9BABA;
}
.AnyTagClassName
{
color: #F9BABA;
}
</style>
background-color css
<style>
a { background-color: #F9BABA; }
a { background-color: rgb(249,186,186); }
div.DivClassName
{
background-color: #F9BABA;
}
.BgClassName
{
background-color: #F9BABA;
}
</style>
border-color css
<style>
span { border-color: #F9BABA; }
span { border-color: rgb(249,186,186); }
td.TdClassName
{
border-color: #F9BABA;
}
.TagClassName
{
border-color: #F9BABA;
}
</style>