Shades of Light Pink #F6B0BA
Tints of Light Pink #F6B0BA
RGB
CMYK
RGB Variations
Color information
#F6B0BA (or 0xF6B0BA) is known color: Light Pink. HEX triplet: F6, B0 and BA. RGB value is (246,176,186). Sum of RGB (Red+Green+Blue) = 246+176+186=608 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.46% from 608); Green value is 176 (69.14% from 255 or 28.95% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B0BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6B0BA is #094F45. Grayscale: #C6C6C6. Windows color (decimal): -610118 or 12234998. OLE color: 12234998.
HSL color Cylindrical-coordinate representation of color #F6B0BA: hue angle of 351.43º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F6B0BA is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 176 | 186 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.04 |
| HSL | 351.43º | 0.8% | 0.83% | - |
| HSV(B) | 351.43º | 0.28% | 0.96% | - |
| XYZ | 62.39 | 54.19 | 53.63 | - |
| YUV | 198.07 | 121.19 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 176 | 186 | 0 | 0.28 | 0.24 | 0.04 | 351.43 | 0.8 | 0.83 |
| Hex | F6 | B0 | BA | 0 | 1C | 18 | 4 | 15F | 50 | 53 |
| Octal | 366 | 260 | 272 | 0 | 34 | 30 | 4 | 537 | 120 | 123 |
| Binary | 11110110 | 10110000 | 10111010 | 0 | 11100 | 11000 | 100 | 101011111 | 1010000 | 1010011 |
Color Harmonies of #F6B0BA
Complementary color
Monochromatic Colors of #F6B0BA
Black with #F6B0BA
Text Example
Text Example
White with #F6B0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B0BA; }
p { color: rgb(246,176,186); }
H1.HeaderClassName
{
color: #F6B0BA;
}
.AnyTagClassName
{
color: #F6B0BA;
}
</style>
background-color css
<style>
a { background-color: #F6B0BA; }
a { background-color: rgb(246,176,186); }
div.DivClassName
{
background-color: #F6B0BA;
}
.BgClassName
{
background-color: #F6B0BA;
}
</style>
border-color css
<style>
span { border-color: #F6B0BA; }
span { border-color: rgb(246,176,186); }
td.TdClassName
{
border-color: #F6B0BA;
}
.TagClassName
{
border-color: #F6B0BA;
}
</style>