Shades of Light Pink #F9B4BB
Tints of Light Pink #F9B4BB
RGB
CMYK
RGB Variations
Color information
#F9B4BB (or 0xF9B4BB) is known color: Light Pink. HEX triplet: F9, B4 and BB. RGB value is (249,180,187). Sum of RGB (Red+Green+Blue) = 249+180+187=616 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.42% from 616); Green value is 180 (70.70% from 255 or 29.22% from 616); Blue value is 187 (73.44% from 255 or 30.36% from 616); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B4BB is #064B44. Grayscale: #C9C9C9. Windows color (decimal): -412485 or 12301561. OLE color: 12301561.
HSL color Cylindrical-coordinate representation of color #F9B4BB: hue angle of 353.91º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F9B4BB is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 180 | 187 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.02 |
| HSL | 353.91º | 0.85% | 0.84% | - |
| HSV(B) | 353.91º | 0.28% | 0.98% | - |
| XYZ | 64.36 | 56.37 | 54.5 | - |
| YUV | 201.43 | 119.86 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 180 | 187 | 0 | 0.28 | 0.25 | 0.02 | 353.91 | 0.85 | 0.84 |
| Hex | F9 | B4 | BB | 0 | 1C | 19 | 2 | 162 | 55 | 54 |
| Octal | 371 | 264 | 273 | 0 | 34 | 31 | 2 | 542 | 125 | 124 |
| Binary | 11111001 | 10110100 | 10111011 | 0 | 11100 | 11001 | 10 | 101100010 | 1010101 | 1010100 |
Color Harmonies of #F9B4BB
Complementary color
Monochromatic Colors of #F9B4BB
Black with #F9B4BB
Text Example
Text Example
White with #F9B4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B4BB; }
p { color: rgb(249,180,187); }
H1.HeaderClassName
{
color: #F9B4BB;
}
.AnyTagClassName
{
color: #F9B4BB;
}
</style>
background-color css
<style>
a { background-color: #F9B4BB; }
a { background-color: rgb(249,180,187); }
div.DivClassName
{
background-color: #F9B4BB;
}
.BgClassName
{
background-color: #F9B4BB;
}
</style>
border-color css
<style>
span { border-color: #F9B4BB; }
span { border-color: rgb(249,180,187); }
td.TdClassName
{
border-color: #F9B4BB;
}
.TagClassName
{
border-color: #F9B4BB;
}
</style>