Shades of Light Pink #F3B0BA
Tints of Light Pink #F3B0BA
RGB
CMYK
RGB Variations
Color information
#F3B0BA (or 0xF3B0BA) is known color: Light Pink. HEX triplet: F3, B0 and BA. RGB value is (243,176,186). Sum of RGB (Red+Green+Blue) = 243+176+186=605 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.17% from 605); Green value is 176 (69.14% from 255 or 29.09% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B0BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3B0BA is #0C4F45. Grayscale: #C5C5C5. Windows color (decimal): -806726 or 12234995. OLE color: 12234995.
HSL color Cylindrical-coordinate representation of color #F3B0BA: hue angle of 351.04º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F3B0BA is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 176 | 186 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.05 |
| HSL | 351.04º | 0.74% | 0.82% | - |
| HSV(B) | 351.04º | 0.28% | 0.95% | - |
| XYZ | 61.35 | 53.65 | 53.58 | - |
| YUV | 197.17 | 121.7 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 176 | 186 | 0 | 0.28 | 0.23 | 0.05 | 351.04 | 0.74 | 0.82 |
| Hex | F3 | B0 | BA | 0 | 1C | 17 | 5 | 15F | 4A | 52 |
| Octal | 363 | 260 | 272 | 0 | 34 | 27 | 5 | 537 | 112 | 122 |
| Binary | 11110011 | 10110000 | 10111010 | 0 | 11100 | 10111 | 101 | 101011111 | 1001010 | 1010010 |
Color Harmonies of #F3B0BA
Complementary color
Monochromatic Colors of #F3B0BA
Black with #F3B0BA
Text Example
Text Example
White with #F3B0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B0BA; }
p { color: rgb(243,176,186); }
H1.HeaderClassName
{
color: #F3B0BA;
}
.AnyTagClassName
{
color: #F3B0BA;
}
</style>
background-color css
<style>
a { background-color: #F3B0BA; }
a { background-color: rgb(243,176,186); }
div.DivClassName
{
background-color: #F3B0BA;
}
.BgClassName
{
background-color: #F3B0BA;
}
</style>
border-color css
<style>
span { border-color: #F3B0BA; }
span { border-color: rgb(243,176,186); }
td.TdClassName
{
border-color: #F3B0BA;
}
.TagClassName
{
border-color: #F3B0BA;
}
</style>