Shades of Your Pink #F9BAB9
Tints of Your Pink #F9BAB9
RGB
CMYK
RGB Variations
Color information
#F9BAB9 (or 0xF9BAB9) is known color: Your Pink. HEX triplet: F9, BA and B9. RGB value is (249,186,185). Sum of RGB (Red+Green+Blue) = 249+186+185=620 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.16% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 185 (72.66% from 255 or 29.84% from 620); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BAB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BAB9 is #064546. Grayscale: #CCCCCC. Windows color (decimal): -410951 or 12172025. OLE color: 12172025.
HSL color Cylindrical-coordinate representation of color #F9BAB9: hue angle of 0.94º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F9BAB9 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 186 | 185 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.02 |
| HSL | 0.94º | 0.84% | 0.85% | - |
| HSV(B) | 0.94º | 0.26% | 0.98% | - |
| XYZ | 65.38 | 58.76 | 53.79 | - |
| YUV | 204.72 | 116.87 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 186 | 185 | 0 | 0.25 | 0.26 | 0.02 | 0.94 | 0.84 | 0.85 |
| Hex | F9 | BA | B9 | 0 | 19 | 1A | 2 | 1 | 54 | 55 |
| Octal | 371 | 272 | 271 | 0 | 31 | 32 | 2 | 1 | 124 | 125 |
| Binary | 11111001 | 10111010 | 10111001 | 0 | 11001 | 11010 | 10 | 1 | 1010100 | 1010101 |
Color Harmonies of #F9BAB9
Complementary color
Monochromatic Colors of #F9BAB9
Black with #F9BAB9
Text Example
Text Example
White with #F9BAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BAB9; }
p { color: rgb(249,186,185); }
H1.HeaderClassName
{
color: #F9BAB9;
}
.AnyTagClassName
{
color: #F9BAB9;
}
</style>
background-color css
<style>
a { background-color: #F9BAB9; }
a { background-color: rgb(249,186,185); }
div.DivClassName
{
background-color: #F9BAB9;
}
.BgClassName
{
background-color: #F9BAB9;
}
</style>
border-color css
<style>
span { border-color: #F9BAB9; }
span { border-color: rgb(249,186,185); }
td.TdClassName
{
border-color: #F9BAB9;
}
.TagClassName
{
border-color: #F9BAB9;
}
</style>