Shades of Light Pink #F7B1BC
Tints of Light Pink #F7B1BC
RGB
CMYK
RGB Variations
Color information
#F7B1BC (or 0xF7B1BC) is known color: Light Pink. HEX triplet: F7, B1 and BC. RGB value is (247,177,188). Sum of RGB (Red+Green+Blue) = 247+177+188=612 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.36% from 612); Green value is 177 (69.53% from 255 or 28.92% from 612); Blue value is 188 (73.83% from 255 or 30.72% from 612); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B1BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7B1BC is #084E43. Grayscale: #C7C7C7. Windows color (decimal): -544324 or 12366327. OLE color: 12366327.
HSL color Cylindrical-coordinate representation of color #F7B1BC: hue angle of 350.57º degrees, saturation: 0.81, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F7B1BC is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 177 | 188 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.03 |
| HSL | 350.57º | 0.81% | 0.83% | - |
| HSV(B) | 350.57º | 0.28% | 0.97% | - |
| XYZ | 63.16 | 54.85 | 54.84 | - |
| YUV | 199.18 | 121.69 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 177 | 188 | 0 | 0.28 | 0.24 | 0.03 | 350.57 | 0.81 | 0.83 |
| Hex | F7 | B1 | BC | 0 | 1C | 18 | 3 | 15F | 51 | 53 |
| Octal | 367 | 261 | 274 | 0 | 34 | 30 | 3 | 537 | 121 | 123 |
| Binary | 11110111 | 10110001 | 10111100 | 0 | 11100 | 11000 | 11 | 101011111 | 1010001 | 1010011 |
Color Harmonies of #F7B1BC
Complementary color
Monochromatic Colors of #F7B1BC
Black with #F7B1BC
Text Example
Text Example
White with #F7B1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B1BC; }
p { color: rgb(247,177,188); }
H1.HeaderClassName
{
color: #F7B1BC;
}
.AnyTagClassName
{
color: #F7B1BC;
}
</style>
background-color css
<style>
a { background-color: #F7B1BC; }
a { background-color: rgb(247,177,188); }
div.DivClassName
{
background-color: #F7B1BC;
}
.BgClassName
{
background-color: #F7B1BC;
}
</style>
border-color css
<style>
span { border-color: #F7B1BC; }
span { border-color: rgb(247,177,188); }
td.TdClassName
{
border-color: #F7B1BC;
}
.TagClassName
{
border-color: #F7B1BC;
}
</style>