Shades of Light Pink #F2B4BA
Tints of Light Pink #F2B4BA
RGB
CMYK
RGB Variations
Color information
#F2B4BA (or 0xF2B4BA) is known color: Light Pink. HEX triplet: F2, B4 and BA. RGB value is (242,180,186). Sum of RGB (Red+Green+Blue) = 242+180+186=608 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.80% from 608); Green value is 180 (70.70% from 255 or 29.61% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B4BA is #0D4B45. Grayscale: #C7C7C7. Windows color (decimal): -871238 or 12236018. OLE color: 12236018.
HSL color Cylindrical-coordinate representation of color #F2B4BA: hue angle of 354.19º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F2B4BA is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 180 | 186 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.05 |
| HSL | 354.19º | 0.7% | 0.83% | - |
| HSV(B) | 354.19º | 0.26% | 0.95% | - |
| XYZ | 61.8 | 55.06 | 53.83 | - |
| YUV | 199.22 | 120.54 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 180 | 186 | 0 | 0.26 | 0.23 | 0.05 | 354.19 | 0.7 | 0.83 |
| Hex | F2 | B4 | BA | 0 | 1A | 17 | 5 | 162 | 46 | 53 |
| Octal | 362 | 264 | 272 | 0 | 32 | 27 | 5 | 542 | 106 | 123 |
| Binary | 11110010 | 10110100 | 10111010 | 0 | 11010 | 10111 | 101 | 101100010 | 1000110 | 1010011 |
Color Harmonies of #F2B4BA
Complementary color
Monochromatic Colors of #F2B4BA
Black with #F2B4BA
Text Example
Text Example
White with #F2B4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B4BA; }
p { color: rgb(242,180,186); }
H1.HeaderClassName
{
color: #F2B4BA;
}
.AnyTagClassName
{
color: #F2B4BA;
}
</style>
background-color css
<style>
a { background-color: #F2B4BA; }
a { background-color: rgb(242,180,186); }
div.DivClassName
{
background-color: #F2B4BA;
}
.BgClassName
{
background-color: #F2B4BA;
}
</style>
border-color css
<style>
span { border-color: #F2B4BA; }
span { border-color: rgb(242,180,186); }
td.TdClassName
{
border-color: #F2B4BA;
}
.TagClassName
{
border-color: #F2B4BA;
}
</style>