Shades of Light Pink #F9B6BA
Tints of Light Pink #F9B6BA
RGB
CMYK
RGB Variations
Color information
#F9B6BA (or 0xF9B6BA) is known color: Light Pink. HEX triplet: F9, B6 and BA. RGB value is (249,182,186). Sum of RGB (Red+Green+Blue) = 249+182+186=617 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.36% from 617); Green value is 182 (71.48% from 255 or 29.50% from 617); Blue value is 186 (73.05% from 255 or 30.15% from 617); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B6BA is #064945. Grayscale: #CACACA. Windows color (decimal): -411974 or 12236537. OLE color: 12236537.
HSL color Cylindrical-coordinate representation of color #F9B6BA: hue angle of 356.42º 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 #F9B6BA is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 182 | 186 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.02 |
| HSL | 356.42º | 0.85% | 0.85% | - |
| HSV(B) | 356.42º | 0.27% | 0.98% | - |
| XYZ | 64.66 | 57.14 | 54.08 | - |
| YUV | 202.49 | 118.7 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 182 | 186 | 0 | 0.27 | 0.25 | 0.02 | 356.42 | 0.85 | 0.85 |
| Hex | F9 | B6 | BA | 0 | 1B | 19 | 2 | 164 | 55 | 55 |
| Octal | 371 | 266 | 272 | 0 | 33 | 31 | 2 | 544 | 125 | 125 |
| Binary | 11111001 | 10110110 | 10111010 | 0 | 11011 | 11001 | 10 | 101100100 | 1010101 | 1010101 |
Color Harmonies of #F9B6BA
Complementary color
Monochromatic Colors of #F9B6BA
Black with #F9B6BA
Text Example
Text Example
White with #F9B6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B6BA; }
p { color: rgb(249,182,186); }
H1.HeaderClassName
{
color: #F9B6BA;
}
.AnyTagClassName
{
color: #F9B6BA;
}
</style>
background-color css
<style>
a { background-color: #F9B6BA; }
a { background-color: rgb(249,182,186); }
div.DivClassName
{
background-color: #F9B6BA;
}
.BgClassName
{
background-color: #F9B6BA;
}
</style>
border-color css
<style>
span { border-color: #F9B6BA; }
span { border-color: rgb(249,182,186); }
td.TdClassName
{
border-color: #F9B6BA;
}
.TagClassName
{
border-color: #F9B6BA;
}
</style>