Shades of Light Pink #F7B2B9
Tints of Light Pink #F7B2B9
RGB
CMYK
RGB Variations
Color information
#F7B2B9 (or 0xF7B2B9) is known color: Light Pink. HEX triplet: F7, B2 and B9. RGB value is (247,178,185). Sum of RGB (Red+Green+Blue) = 247+178+185=610 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.49% from 610); Green value is 178 (69.92% from 255 or 29.18% from 610); Blue value is 185 (72.66% from 255 or 30.33% from 610); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B2B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7B2B9 is #084D46. Grayscale: #C7C7C7. Windows color (decimal): -544071 or 12169975. OLE color: 12169975.
HSL color Cylindrical-coordinate representation of color #F7B2B9: hue angle of 353.91º 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 #F7B2B9 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 178 | 185 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.03 |
| HSL | 353.91º | 0.81% | 0.83% | - |
| HSV(B) | 353.91º | 0.28% | 0.97% | - |
| XYZ | 63.04 | 55.12 | 53.22 | - |
| YUV | 199.43 | 119.86 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 178 | 185 | 0 | 0.28 | 0.25 | 0.03 | 353.91 | 0.81 | 0.83 |
| Hex | F7 | B2 | B9 | 0 | 1C | 19 | 3 | 162 | 51 | 53 |
| Octal | 367 | 262 | 271 | 0 | 34 | 31 | 3 | 542 | 121 | 123 |
| Binary | 11110111 | 10110010 | 10111001 | 0 | 11100 | 11001 | 11 | 101100010 | 1010001 | 1010011 |
Color Harmonies of #F7B2B9
Complementary color
Monochromatic Colors of #F7B2B9
Black with #F7B2B9
Text Example
Text Example
White with #F7B2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B2B9; }
p { color: rgb(247,178,185); }
H1.HeaderClassName
{
color: #F7B2B9;
}
.AnyTagClassName
{
color: #F7B2B9;
}
</style>
background-color css
<style>
a { background-color: #F7B2B9; }
a { background-color: rgb(247,178,185); }
div.DivClassName
{
background-color: #F7B2B9;
}
.BgClassName
{
background-color: #F7B2B9;
}
</style>
border-color css
<style>
span { border-color: #F7B2B9; }
span { border-color: rgb(247,178,185); }
td.TdClassName
{
border-color: #F7B2B9;
}
.TagClassName
{
border-color: #F7B2B9;
}
</style>