Shades of Light Pink #F9B7BB
Tints of Light Pink #F9B7BB
RGB
CMYK
RGB Variations
Color information
#F9B7BB (or 0xF9B7BB) is known color: Light Pink. HEX triplet: F9, B7 and BB. RGB value is (249,183,187). Sum of RGB (Red+Green+Blue) = 249+183+187=619 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.23% from 619); Green value is 183 (71.88% from 255 or 29.56% from 619); Blue value is 187 (73.44% from 255 or 30.21% from 619); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B7BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B7BB is #064844. Grayscale: #CBCBCB. Windows color (decimal): -411717 or 12302329. OLE color: 12302329.
HSL color Cylindrical-coordinate representation of color #F9B7BB: hue angle of 356.36º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F9B7BB is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 183 | 187 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.02 |
| HSL | 356.36º | 0.85% | 0.85% | - |
| HSV(B) | 356.36º | 0.27% | 0.98% | - |
| XYZ | 64.97 | 57.59 | 54.71 | - |
| YUV | 203.19 | 118.87 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 183 | 187 | 0 | 0.27 | 0.25 | 0.02 | 356.36 | 0.85 | 0.85 |
| Hex | F9 | B7 | BB | 0 | 1B | 19 | 2 | 164 | 55 | 55 |
| Octal | 371 | 267 | 273 | 0 | 33 | 31 | 2 | 544 | 125 | 125 |
| Binary | 11111001 | 10110111 | 10111011 | 0 | 11011 | 11001 | 10 | 101100100 | 1010101 | 1010101 |
Color Harmonies of #F9B7BB
Complementary color
Monochromatic Colors of #F9B7BB
Black with #F9B7BB
Text Example
Text Example
White with #F9B7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B7BB; }
p { color: rgb(249,183,187); }
H1.HeaderClassName
{
color: #F9B7BB;
}
.AnyTagClassName
{
color: #F9B7BB;
}
</style>
background-color css
<style>
a { background-color: #F9B7BB; }
a { background-color: rgb(249,183,187); }
div.DivClassName
{
background-color: #F9B7BB;
}
.BgClassName
{
background-color: #F9B7BB;
}
</style>
border-color css
<style>
span { border-color: #F9B7BB; }
span { border-color: rgb(249,183,187); }
td.TdClassName
{
border-color: #F9B7BB;
}
.TagClassName
{
border-color: #F9B7BB;
}
</style>