Shades of Light Pink #F9B0BA
Tints of Light Pink #F9B0BA
RGB
CMYK
RGB Variations
Color information
#F9B0BA (or 0xF9B0BA) is known color: Light Pink. HEX triplet: F9, B0 and BA. RGB value is (249,176,186). Sum of RGB (Red+Green+Blue) = 249+176+186=611 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.75% from 611); Green value is 176 (69.14% from 255 or 28.81% from 611); Blue value is 186 (73.05% from 255 or 30.44% from 611); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B0BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9B0BA is #064F45. Grayscale: #C7C7C7. Windows color (decimal): -413510 or 12235001. OLE color: 12235001.
HSL color Cylindrical-coordinate representation of color #F9B0BA: hue angle of 351.78º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F9B0BA is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 176 | 186 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.02 |
| HSL | 351.78º | 0.86% | 0.83% | - |
| HSV(B) | 351.78º | 0.29% | 0.98% | - |
| XYZ | 63.46 | 54.74 | 53.67 | - |
| YUV | 198.97 | 120.68 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 176 | 186 | 0 | 0.29 | 0.25 | 0.02 | 351.78 | 0.86 | 0.83 |
| Hex | F9 | B0 | BA | 0 | 1D | 19 | 2 | 160 | 56 | 53 |
| Octal | 371 | 260 | 272 | 0 | 35 | 31 | 2 | 540 | 126 | 123 |
| Binary | 11111001 | 10110000 | 10111010 | 0 | 11101 | 11001 | 10 | 101100000 | 1010110 | 1010011 |
Color Harmonies of #F9B0BA
Complementary color
Monochromatic Colors of #F9B0BA
Black with #F9B0BA
Text Example
Text Example
White with #F9B0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B0BA; }
p { color: rgb(249,176,186); }
H1.HeaderClassName
{
color: #F9B0BA;
}
.AnyTagClassName
{
color: #F9B0BA;
}
</style>
background-color css
<style>
a { background-color: #F9B0BA; }
a { background-color: rgb(249,176,186); }
div.DivClassName
{
background-color: #F9B0BA;
}
.BgClassName
{
background-color: #F9B0BA;
}
</style>
border-color css
<style>
span { border-color: #F9B0BA; }
span { border-color: rgb(249,176,186); }
td.TdClassName
{
border-color: #F9B0BA;
}
.TagClassName
{
border-color: #F9B0BA;
}
</style>