Shades of Light Pink #F2B6BC
Tints of Light Pink #F2B6BC
RGB
CMYK
RGB Variations
Color information
#F2B6BC (or 0xF2B6BC) is known color: Light Pink. HEX triplet: F2, B6 and BC. RGB value is (242,182,188). Sum of RGB (Red+Green+Blue) = 242+182+188=612 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.54% from 612); Green value is 182 (71.48% from 255 or 29.74% from 612); Blue value is 188 (73.83% from 255 or 30.72% from 612); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B6BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B6BC is #0D4943. Grayscale: #C8C8C8. Windows color (decimal): -870724 or 12367602. OLE color: 12367602.
HSL color Cylindrical-coordinate representation of color #F2B6BC: hue angle of 354º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F2B6BC is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 182 | 188 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.05 |
| HSL | 354º | 0.7% | 0.83% | - |
| HSV(B) | 354º | 0.25% | 0.95% | - |
| XYZ | 62.42 | 55.96 | 55.09 | - |
| YUV | 200.62 | 120.88 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 182 | 188 | 0 | 0.25 | 0.22 | 0.05 | 354 | 0.7 | 0.83 |
| Hex | F2 | B6 | BC | 0 | 19 | 16 | 5 | 162 | 46 | 53 |
| Octal | 362 | 266 | 274 | 0 | 31 | 26 | 5 | 542 | 106 | 123 |
| Binary | 11110010 | 10110110 | 10111100 | 0 | 11001 | 10110 | 101 | 101100010 | 1000110 | 1010011 |
Color Harmonies of #F2B6BC
Complementary color
Monochromatic Colors of #F2B6BC
Black with #F2B6BC
Text Example
Text Example
White with #F2B6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B6BC; }
p { color: rgb(242,182,188); }
H1.HeaderClassName
{
color: #F2B6BC;
}
.AnyTagClassName
{
color: #F2B6BC;
}
</style>
background-color css
<style>
a { background-color: #F2B6BC; }
a { background-color: rgb(242,182,188); }
div.DivClassName
{
background-color: #F2B6BC;
}
.BgClassName
{
background-color: #F2B6BC;
}
</style>
border-color css
<style>
span { border-color: #F2B6BC; }
span { border-color: rgb(242,182,188); }
td.TdClassName
{
border-color: #F2B6BC;
}
.TagClassName
{
border-color: #F2B6BC;
}
</style>