Shades of Light Pink #F9B1BC
Tints of Light Pink #F9B1BC
RGB
CMYK
RGB Variations
Color information
#F9B1BC (or 0xF9B1BC) is known color: Light Pink. HEX triplet: F9, B1 and BC. RGB value is (249,177,188). Sum of RGB (Red+Green+Blue) = 249+177+188=614 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.55% from 614); Green value is 177 (69.53% from 255 or 28.83% from 614); Blue value is 188 (73.83% from 255 or 30.62% from 614); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B1BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9B1BC is #064E43. Grayscale: #C7C7C7. Windows color (decimal): -413252 or 12366329. OLE color: 12366329.
HSL color Cylindrical-coordinate representation of color #F9B1BC: hue angle of 350.83º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F9B1BC is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 177 | 188 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.02 |
| HSL | 350.83º | 0.86% | 0.84% | - |
| HSV(B) | 350.83º | 0.29% | 0.98% | - |
| XYZ | 63.87 | 55.21 | 54.87 | - |
| YUV | 199.78 | 121.35 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 177 | 188 | 0 | 0.29 | 0.24 | 0.02 | 350.83 | 0.86 | 0.84 |
| Hex | F9 | B1 | BC | 0 | 1D | 18 | 2 | 15F | 56 | 54 |
| Octal | 371 | 261 | 274 | 0 | 35 | 30 | 2 | 537 | 126 | 124 |
| Binary | 11111001 | 10110001 | 10111100 | 0 | 11101 | 11000 | 10 | 101011111 | 1010110 | 1010100 |
Color Harmonies of #F9B1BC
Complementary color
Monochromatic Colors of #F9B1BC
Black with #F9B1BC
Text Example
Text Example
White with #F9B1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B1BC; }
p { color: rgb(249,177,188); }
H1.HeaderClassName
{
color: #F9B1BC;
}
.AnyTagClassName
{
color: #F9B1BC;
}
</style>
background-color css
<style>
a { background-color: #F9B1BC; }
a { background-color: rgb(249,177,188); }
div.DivClassName
{
background-color: #F9B1BC;
}
.BgClassName
{
background-color: #F9B1BC;
}
</style>
border-color css
<style>
span { border-color: #F9B1BC; }
span { border-color: rgb(249,177,188); }
td.TdClassName
{
border-color: #F9B1BC;
}
.TagClassName
{
border-color: #F9B1BC;
}
</style>