Shades of Light Pink #F8B3BA
Tints of Light Pink #F8B3BA
RGB
CMYK
RGB Variations
Color information
#F8B3BA (or 0xF8B3BA) is known color: Light Pink. HEX triplet: F8, B3 and BA. RGB value is (248,179,186). Sum of RGB (Red+Green+Blue) = 248+179+186=613 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.46% from 613); Green value is 179 (70.31% from 255 or 29.20% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B3BA is #074C45. Grayscale: #C8C8C8. Windows color (decimal): -478278 or 12235768. OLE color: 12235768.
HSL color Cylindrical-coordinate representation of color #F8B3BA: hue angle of 353.91º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F8B3BA is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 179 | 186 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.03 |
| HSL | 353.91º | 0.83% | 0.84% | - |
| HSV(B) | 353.91º | 0.28% | 0.97% | - |
| XYZ | 63.69 | 55.74 | 53.86 | - |
| YUV | 200.43 | 119.86 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 179 | 186 | 0 | 0.28 | 0.25 | 0.03 | 353.91 | 0.83 | 0.84 |
| Hex | F8 | B3 | BA | 0 | 1C | 19 | 3 | 162 | 53 | 54 |
| Octal | 370 | 263 | 272 | 0 | 34 | 31 | 3 | 542 | 123 | 124 |
| Binary | 11111000 | 10110011 | 10111010 | 0 | 11100 | 11001 | 11 | 101100010 | 1010011 | 1010100 |
Color Harmonies of #F8B3BA
Complementary color
Monochromatic Colors of #F8B3BA
Black with #F8B3BA
Text Example
Text Example
White with #F8B3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B3BA; }
p { color: rgb(248,179,186); }
H1.HeaderClassName
{
color: #F8B3BA;
}
.AnyTagClassName
{
color: #F8B3BA;
}
</style>
background-color css
<style>
a { background-color: #F8B3BA; }
a { background-color: rgb(248,179,186); }
div.DivClassName
{
background-color: #F8B3BA;
}
.BgClassName
{
background-color: #F8B3BA;
}
</style>
border-color css
<style>
span { border-color: #F8B3BA; }
span { border-color: rgb(248,179,186); }
td.TdClassName
{
border-color: #F8B3BA;
}
.TagClassName
{
border-color: #F8B3BA;
}
</style>