Shades of Light Pink #F7B2B6
Tints of Light Pink #F7B2B6
RGB
CMYK
RGB Variations
Color information
#F7B2B6 (or 0xF7B2B6) is known color: Light Pink. HEX triplet: F7, B2 and B6. RGB value is (247,178,182). Sum of RGB (Red+Green+Blue) = 247+178+182=607 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.69% from 607); Green value is 178 (69.92% from 255 or 29.32% from 607); Blue value is 182 (71.48% from 255 or 29.98% from 607); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B2B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7B2B6 is #084D49. Grayscale: #C7C7C7. Windows color (decimal): -544074 or 11973367. OLE color: 11973367.
HSL color Cylindrical-coordinate representation of color #F7B2B6: hue angle of 356.52º 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 #F7B2B6 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
RGB | 247 | 178 | 182 | - |
CMYK | 0 | 0.28 | 0.26 | 0.03 |
HSL | 356.52º | 0.81% | 0.83% | - |
HSV(B) | 356.52º | 0.28% | 0.97% | - |
XYZ | 62.72 | 54.99 | 51.56 | - |
YUV | 199.09 | 118.36 | 162.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 247 | 178 | 182 | 0 | 0.28 | 0.26 | 0.03 | 356.52 | 0.81 | 0.83 |
Hex | F7 | B2 | B6 | 0 | 1C | 1A | 3 | 165 | 51 | 53 |
Octal | 367 | 262 | 266 | 0 | 34 | 32 | 3 | 545 | 121 | 123 |
Binary | 11110111 | 10110010 | 10110110 | 0 | 11100 | 11010 | 11 | 101100101 | 1010001 | 1010011 |
Color Harmonies of #F7B2B6
Complementary color
Monochromatic Colors of #F7B2B6
Black with #F7B2B6
Text Example
Text Example
White with #F7B2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B2B6; }
p { color: rgb(247,178,182); }
H1.HeaderClassName
{
color: #F7B2B6;
}
.AnyTagClassName
{
color: #F7B2B6;
}
</style>
background-color css
<style>
a { background-color: #F7B2B6; }
a { background-color: rgb(247,178,182); }
div.DivClassName
{
background-color: #F7B2B6;
}
.BgClassName
{
background-color: #F7B2B6;
}
</style>
border-color css
<style>
span { border-color: #F7B2B6; }
span { border-color: rgb(247,178,182); }
td.TdClassName
{
border-color: #F7B2B6;
}
.TagClassName
{
border-color: #F7B2B6;
}
</style>