Shades of Light Pink #F8B5BA
Tints of Light Pink #F8B5BA
RGB
CMYK
RGB Variations
Color information
#F8B5BA (or 0xF8B5BA) is known color: Light Pink. HEX triplet: F8, B5 and BA. RGB value is (248,181,186). Sum of RGB (Red+Green+Blue) = 248+181+186=615 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.33% from 615); Green value is 181 (71.09% from 255 or 29.43% from 615); Blue value is 186 (73.05% from 255 or 30.24% from 615); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B5BA is #074A45. Grayscale: #C9C9C9. Windows color (decimal): -477766 or 12236280. OLE color: 12236280.
HSL color Cylindrical-coordinate representation of color #F8B5BA: hue angle of 355.52º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F8B5BA is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 181 | 186 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.03 |
| HSL | 355.52º | 0.83% | 0.84% | - |
| HSV(B) | 355.52º | 0.27% | 0.97% | - |
| XYZ | 64.1 | 56.55 | 53.99 | - |
| YUV | 201.6 | 119.2 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 181 | 186 | 0 | 0.27 | 0.25 | 0.03 | 355.52 | 0.83 | 0.84 |
| Hex | F8 | B5 | BA | 0 | 1B | 19 | 3 | 164 | 53 | 54 |
| Octal | 370 | 265 | 272 | 0 | 33 | 31 | 3 | 544 | 123 | 124 |
| Binary | 11111000 | 10110101 | 10111010 | 0 | 11011 | 11001 | 11 | 101100100 | 1010011 | 1010100 |
Color Harmonies of #F8B5BA
Complementary color
Monochromatic Colors of #F8B5BA
Black with #F8B5BA
Text Example
Text Example
White with #F8B5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B5BA; }
p { color: rgb(248,181,186); }
H1.HeaderClassName
{
color: #F8B5BA;
}
.AnyTagClassName
{
color: #F8B5BA;
}
</style>
background-color css
<style>
a { background-color: #F8B5BA; }
a { background-color: rgb(248,181,186); }
div.DivClassName
{
background-color: #F8B5BA;
}
.BgClassName
{
background-color: #F8B5BA;
}
</style>
border-color css
<style>
span { border-color: #F8B5BA; }
span { border-color: rgb(248,181,186); }
td.TdClassName
{
border-color: #F8B5BA;
}
.TagClassName
{
border-color: #F8B5BA;
}
</style>