Shades of Light Pink #F9B1BF
Tints of Light Pink #F9B1BF
RGB
CMYK
RGB Variations
Color information
#F9B1BF (or 0xF9B1BF) is known color: Light Pink. HEX triplet: F9, B1 and BF. RGB value is (249,177,191). Sum of RGB (Red+Green+Blue) = 249+177+191=617 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.36% from 617); Green value is 177 (69.53% from 255 or 28.69% from 617); Blue value is 191 (75% from 255 or 30.96% from 617); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B1BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9B1BF is #064E40. Grayscale: #C8C8C8. Windows color (decimal): -413249 or 12562937. OLE color: 12562937.
HSL color Cylindrical-coordinate representation of color #F9B1BF: hue angle of 348.33º 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 #F9B1BF is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 177 | 191 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.02 |
| HSL | 348.33º | 0.86% | 0.84% | - |
| HSV(B) | 348.33º | 0.29% | 0.98% | - |
| XYZ | 64.19 | 55.35 | 56.59 | - |
| YUV | 200.12 | 122.85 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 177 | 191 | 0 | 0.29 | 0.23 | 0.02 | 348.33 | 0.86 | 0.84 |
| Hex | F9 | B1 | BF | 0 | 1D | 17 | 2 | 15C | 56 | 54 |
| Octal | 371 | 261 | 277 | 0 | 35 | 27 | 2 | 534 | 126 | 124 |
| Binary | 11111001 | 10110001 | 10111111 | 0 | 11101 | 10111 | 10 | 101011100 | 1010110 | 1010100 |
Color Harmonies of #F9B1BF
Complementary color
Monochromatic Colors of #F9B1BF
Black with #F9B1BF
Text Example
Text Example
White with #F9B1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B1BF; }
p { color: rgb(249,177,191); }
H1.HeaderClassName
{
color: #F9B1BF;
}
.AnyTagClassName
{
color: #F9B1BF;
}
</style>
background-color css
<style>
a { background-color: #F9B1BF; }
a { background-color: rgb(249,177,191); }
div.DivClassName
{
background-color: #F9B1BF;
}
.BgClassName
{
background-color: #F9B1BF;
}
</style>
border-color css
<style>
span { border-color: #F9B1BF; }
span { border-color: rgb(249,177,191); }
td.TdClassName
{
border-color: #F9B1BF;
}
.TagClassName
{
border-color: #F9B1BF;
}
</style>