Shades of Light Pink #F7B2BE
Tints of Light Pink #F7B2BE
RGB
CMYK
RGB Variations
Color information
#F7B2BE (or 0xF7B2BE) is known color: Light Pink. HEX triplet: F7, B2 and BE. RGB value is (247,178,190). Sum of RGB (Red+Green+Blue) = 247+178+190=615 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.16% from 615); Green value is 178 (69.92% from 255 or 28.94% from 615); Blue value is 190 (74.61% from 255 or 30.89% from 615); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B2BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7B2BE is #084D41. Grayscale: #C8C8C8. Windows color (decimal): -544066 or 12497655. OLE color: 12497655.
HSL color Cylindrical-coordinate representation of color #F7B2BE: hue angle of 349.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 #F7B2BE is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 178 | 190 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.03 |
| HSL | 349.57º | 0.81% | 0.83% | - |
| HSV(B) | 349.57º | 0.28% | 0.97% | - |
| XYZ | 63.57 | 55.33 | 56.04 | - |
| YUV | 200 | 122.36 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 178 | 190 | 0 | 0.28 | 0.23 | 0.03 | 349.57 | 0.81 | 0.83 |
| Hex | F7 | B2 | BE | 0 | 1C | 17 | 3 | 15E | 51 | 53 |
| Octal | 367 | 262 | 276 | 0 | 34 | 27 | 3 | 536 | 121 | 123 |
| Binary | 11110111 | 10110010 | 10111110 | 0 | 11100 | 10111 | 11 | 101011110 | 1010001 | 1010011 |
Color Harmonies of #F7B2BE
Complementary color
Monochromatic Colors of #F7B2BE
Black with #F7B2BE
Text Example
Text Example
White with #F7B2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B2BE; }
p { color: rgb(247,178,190); }
H1.HeaderClassName
{
color: #F7B2BE;
}
.AnyTagClassName
{
color: #F7B2BE;
}
</style>
background-color css
<style>
a { background-color: #F7B2BE; }
a { background-color: rgb(247,178,190); }
div.DivClassName
{
background-color: #F7B2BE;
}
.BgClassName
{
background-color: #F7B2BE;
}
</style>
border-color css
<style>
span { border-color: #F7B2BE; }
span { border-color: rgb(247,178,190); }
td.TdClassName
{
border-color: #F7B2BE;
}
.TagClassName
{
border-color: #F7B2BE;
}
</style>