Shades of Light Pink #F8B0BA
Tints of Light Pink #F8B0BA
RGB
CMYK
RGB Variations
Color information
#F8B0BA (or 0xF8B0BA) is known color: Light Pink. HEX triplet: F8, B0 and BA. RGB value is (248,176,186). Sum of RGB (Red+Green+Blue) = 248+176+186=610 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.66% from 610); Green value is 176 (69.14% from 255 or 28.85% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B0BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8B0BA is #074F45. Grayscale: #C6C6C6. Windows color (decimal): -479046 or 12235000. OLE color: 12235000.
HSL color Cylindrical-coordinate representation of color #F8B0BA: hue angle of 351.67º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F8B0BA is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 176 | 186 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.03 |
| HSL | 351.67º | 0.84% | 0.83% | - |
| HSV(B) | 351.67º | 0.29% | 0.97% | - |
| XYZ | 63.1 | 54.55 | 53.66 | - |
| YUV | 198.67 | 120.85 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 176 | 186 | 0 | 0.29 | 0.25 | 0.03 | 351.67 | 0.84 | 0.83 |
| Hex | F8 | B0 | BA | 0 | 1D | 19 | 3 | 160 | 54 | 53 |
| Octal | 370 | 260 | 272 | 0 | 35 | 31 | 3 | 540 | 124 | 123 |
| Binary | 11111000 | 10110000 | 10111010 | 0 | 11101 | 11001 | 11 | 101100000 | 1010100 | 1010011 |
Color Harmonies of #F8B0BA
Complementary color
Monochromatic Colors of #F8B0BA
Black with #F8B0BA
Text Example
Text Example
White with #F8B0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B0BA; }
p { color: rgb(248,176,186); }
H1.HeaderClassName
{
color: #F8B0BA;
}
.AnyTagClassName
{
color: #F8B0BA;
}
</style>
background-color css
<style>
a { background-color: #F8B0BA; }
a { background-color: rgb(248,176,186); }
div.DivClassName
{
background-color: #F8B0BA;
}
.BgClassName
{
background-color: #F8B0BA;
}
</style>
border-color css
<style>
span { border-color: #F8B0BA; }
span { border-color: rgb(248,176,186); }
td.TdClassName
{
border-color: #F8B0BA;
}
.TagClassName
{
border-color: #F8B0BA;
}
</style>