Shades of Light Pink #F8B1BC
Tints of Light Pink #F8B1BC
RGB
CMYK
RGB Variations
Color information
#F8B1BC (or 0xF8B1BC) is known color: Light Pink. HEX triplet: F8, B1 and BC. RGB value is (248,177,188). Sum of RGB (Red+Green+Blue) = 248+177+188=613 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.46% from 613); Green value is 177 (69.53% from 255 or 28.87% from 613); Blue value is 188 (73.83% from 255 or 30.67% from 613); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B1BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8B1BC is #074E43. Grayscale: #C7C7C7. Windows color (decimal): -478788 or 12366328. OLE color: 12366328.
HSL color Cylindrical-coordinate representation of color #F8B1BC: hue angle of 350.7º 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 #F8B1BC is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 177 | 188 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.03 |
| HSL | 350.7º | 0.84% | 0.83% | - |
| HSV(B) | 350.7º | 0.29% | 0.97% | - |
| XYZ | 63.51 | 55.03 | 54.85 | - |
| YUV | 199.48 | 121.52 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 177 | 188 | 0 | 0.29 | 0.24 | 0.03 | 350.7 | 0.84 | 0.83 |
| Hex | F8 | B1 | BC | 0 | 1D | 18 | 3 | 15F | 54 | 53 |
| Octal | 370 | 261 | 274 | 0 | 35 | 30 | 3 | 537 | 124 | 123 |
| Binary | 11111000 | 10110001 | 10111100 | 0 | 11101 | 11000 | 11 | 101011111 | 1010100 | 1010011 |
Color Harmonies of #F8B1BC
Complementary color
Monochromatic Colors of #F8B1BC
Black with #F8B1BC
Text Example
Text Example
White with #F8B1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B1BC; }
p { color: rgb(248,177,188); }
H1.HeaderClassName
{
color: #F8B1BC;
}
.AnyTagClassName
{
color: #F8B1BC;
}
</style>
background-color css
<style>
a { background-color: #F8B1BC; }
a { background-color: rgb(248,177,188); }
div.DivClassName
{
background-color: #F8B1BC;
}
.BgClassName
{
background-color: #F8B1BC;
}
</style>
border-color css
<style>
span { border-color: #F8B1BC; }
span { border-color: rgb(248,177,188); }
td.TdClassName
{
border-color: #F8B1BC;
}
.TagClassName
{
border-color: #F8B1BC;
}
</style>