Shades of Light Pink #F7B7BC
Tints of Light Pink #F7B7BC
RGB
CMYK
RGB Variations
Color information
#F7B7BC (or 0xF7B7BC) is known color: Light Pink. HEX triplet: F7, B7 and BC. RGB value is (247,183,188). Sum of RGB (Red+Green+Blue) = 247+183+188=618 (81% of max value = 765). Red value is 247 (96.88% from 255 or 39.97% from 618); Green value is 183 (71.88% from 255 or 29.61% from 618); Blue value is 188 (73.83% from 255 or 30.42% from 618); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B7BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B7BC is #084843. Grayscale: #CACACA. Windows color (decimal): -542788 or 12367863. OLE color: 12367863.
HSL color Cylindrical-coordinate representation of color #F7B7BC: hue angle of 355.31º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F7B7BC is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 183 | 188 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.03 |
| HSL | 355.31º | 0.8% | 0.84% | - |
| HSV(B) | 355.31º | 0.26% | 0.97% | - |
| XYZ | 64.37 | 57.27 | 55.24 | - |
| YUV | 202.71 | 119.7 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 183 | 188 | 0 | 0.26 | 0.24 | 0.03 | 355.31 | 0.8 | 0.84 |
| Hex | F7 | B7 | BC | 0 | 1A | 18 | 3 | 163 | 50 | 54 |
| Octal | 367 | 267 | 274 | 0 | 32 | 30 | 3 | 543 | 120 | 124 |
| Binary | 11110111 | 10110111 | 10111100 | 0 | 11010 | 11000 | 11 | 101100011 | 1010000 | 1010100 |
Color Harmonies of #F7B7BC
Complementary color
Monochromatic Colors of #F7B7BC
Black with #F7B7BC
Text Example
Text Example
White with #F7B7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B7BC; }
p { color: rgb(247,183,188); }
H1.HeaderClassName
{
color: #F7B7BC;
}
.AnyTagClassName
{
color: #F7B7BC;
}
</style>
background-color css
<style>
a { background-color: #F7B7BC; }
a { background-color: rgb(247,183,188); }
div.DivClassName
{
background-color: #F7B7BC;
}
.BgClassName
{
background-color: #F7B7BC;
}
</style>
border-color css
<style>
span { border-color: #F7B7BC; }
span { border-color: rgb(247,183,188); }
td.TdClassName
{
border-color: #F7B7BC;
}
.TagClassName
{
border-color: #F7B7BC;
}
</style>