Shades of Light Pink #F9B8BC
Tints of Light Pink #F9B8BC
RGB
CMYK
RGB Variations
Color information
#F9B8BC (or 0xF9B8BC) is known color: Light Pink. HEX triplet: F9, B8 and BC. RGB value is (249,184,188). Sum of RGB (Red+Green+Blue) = 249+184+188=621 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.10% from 621); Green value is 184 (72.27% from 255 or 29.63% from 621); Blue value is 188 (73.83% from 255 or 30.27% from 621); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B8BC is #064743. Grayscale: #CBCBCB. Windows color (decimal): -411460 or 12368121. OLE color: 12368121.
HSL color Cylindrical-coordinate representation of color #F9B8BC: hue angle of 356.31º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F9B8BC is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 184 | 188 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.02 |
| HSL | 356.31º | 0.84% | 0.85% | - |
| HSV(B) | 356.31º | 0.26% | 0.98% | - |
| XYZ | 65.28 | 58.05 | 55.34 | - |
| YUV | 203.89 | 119.03 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 184 | 188 | 0 | 0.26 | 0.24 | 0.02 | 356.31 | 0.84 | 0.85 |
| Hex | F9 | B8 | BC | 0 | 1A | 18 | 2 | 164 | 54 | 55 |
| Octal | 371 | 270 | 274 | 0 | 32 | 30 | 2 | 544 | 124 | 125 |
| Binary | 11111001 | 10111000 | 10111100 | 0 | 11010 | 11000 | 10 | 101100100 | 1010100 | 1010101 |
Color Harmonies of #F9B8BC
Complementary color
Monochromatic Colors of #F9B8BC
Black with #F9B8BC
Text Example
Text Example
White with #F9B8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B8BC; }
p { color: rgb(249,184,188); }
H1.HeaderClassName
{
color: #F9B8BC;
}
.AnyTagClassName
{
color: #F9B8BC;
}
</style>
background-color css
<style>
a { background-color: #F9B8BC; }
a { background-color: rgb(249,184,188); }
div.DivClassName
{
background-color: #F9B8BC;
}
.BgClassName
{
background-color: #F9B8BC;
}
</style>
border-color css
<style>
span { border-color: #F9B8BC; }
span { border-color: rgb(249,184,188); }
td.TdClassName
{
border-color: #F9B8BC;
}
.TagClassName
{
border-color: #F9B8BC;
}
</style>