Shades of Light Pink #F9B2BB
Tints of Light Pink #F9B2BB
RGB
CMYK
RGB Variations
Color information
#F9B2BB (or 0xF9B2BB) is known color: Light Pink. HEX triplet: F9, B2 and BB. RGB value is (249,178,187). Sum of RGB (Red+Green+Blue) = 249+178+187=614 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.55% from 614); Green value is 178 (69.92% from 255 or 28.99% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B2BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9B2BB is #064D44. Grayscale: #C8C8C8. Windows color (decimal): -412997 or 12301049. OLE color: 12301049.
HSL color Cylindrical-coordinate representation of color #F9B2BB: hue angle of 352.39º 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 #F9B2BB is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 178 | 187 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.02 |
| HSL | 352.39º | 0.86% | 0.84% | - |
| HSV(B) | 352.39º | 0.29% | 0.98% | - |
| XYZ | 63.96 | 55.57 | 54.37 | - |
| YUV | 200.26 | 120.52 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 178 | 187 | 0 | 0.29 | 0.25 | 0.02 | 352.39 | 0.86 | 0.84 |
| Hex | F9 | B2 | BB | 0 | 1D | 19 | 2 | 160 | 56 | 54 |
| Octal | 371 | 262 | 273 | 0 | 35 | 31 | 2 | 540 | 126 | 124 |
| Binary | 11111001 | 10110010 | 10111011 | 0 | 11101 | 11001 | 10 | 101100000 | 1010110 | 1010100 |
Color Harmonies of #F9B2BB
Complementary color
Monochromatic Colors of #F9B2BB
Black with #F9B2BB
Text Example
Text Example
White with #F9B2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B2BB; }
p { color: rgb(249,178,187); }
H1.HeaderClassName
{
color: #F9B2BB;
}
.AnyTagClassName
{
color: #F9B2BB;
}
</style>
background-color css
<style>
a { background-color: #F9B2BB; }
a { background-color: rgb(249,178,187); }
div.DivClassName
{
background-color: #F9B2BB;
}
.BgClassName
{
background-color: #F9B2BB;
}
</style>
border-color css
<style>
span { border-color: #F9B2BB; }
span { border-color: rgb(249,178,187); }
td.TdClassName
{
border-color: #F9B2BB;
}
.TagClassName
{
border-color: #F9B2BB;
}
</style>