Shades of Light Pink #F9B8BD
Tints of Light Pink #F9B8BD
RGB
CMYK
RGB Variations
Color information
#F9B8BD (or 0xF9B8BD) is known color: Light Pink. HEX triplet: F9, B8 and BD. RGB value is (249,184,189). Sum of RGB (Red+Green+Blue) = 249+184+189=622 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.03% from 622); Green value is 184 (72.27% from 255 or 29.58% from 622); Blue value is 189 (74.22% from 255 or 30.39% from 622); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B8BD is #064742. Grayscale: #CCCCCC. Windows color (decimal): -411459 or 12433657. OLE color: 12433657.
HSL color Cylindrical-coordinate representation of color #F9B8BD: hue angle of 355.38º 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 #F9B8BD is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 184 | 189 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.02 |
| HSL | 355.38º | 0.84% | 0.85% | - |
| HSV(B) | 355.38º | 0.26% | 0.98% | - |
| XYZ | 65.39 | 58.09 | 55.91 | - |
| YUV | 204.01 | 119.53 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 184 | 189 | 0 | 0.26 | 0.24 | 0.02 | 355.38 | 0.84 | 0.85 |
| Hex | F9 | B8 | BD | 0 | 1A | 18 | 2 | 163 | 54 | 55 |
| Octal | 371 | 270 | 275 | 0 | 32 | 30 | 2 | 543 | 124 | 125 |
| Binary | 11111001 | 10111000 | 10111101 | 0 | 11010 | 11000 | 10 | 101100011 | 1010100 | 1010101 |
Color Harmonies of #F9B8BD
Complementary color
Monochromatic Colors of #F9B8BD
Black with #F9B8BD
Text Example
Text Example
White with #F9B8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B8BD; }
p { color: rgb(249,184,189); }
H1.HeaderClassName
{
color: #F9B8BD;
}
.AnyTagClassName
{
color: #F9B8BD;
}
</style>
background-color css
<style>
a { background-color: #F9B8BD; }
a { background-color: rgb(249,184,189); }
div.DivClassName
{
background-color: #F9B8BD;
}
.BgClassName
{
background-color: #F9B8BD;
}
</style>
border-color css
<style>
span { border-color: #F9B8BD; }
span { border-color: rgb(249,184,189); }
td.TdClassName
{
border-color: #F9B8BD;
}
.TagClassName
{
border-color: #F9B8BD;
}
</style>