Shades of Light Pink #F2B5BA
Tints of Light Pink #F2B5BA
RGB
CMYK
RGB Variations
Color information
#F2B5BA (or 0xF2B5BA) is known color: Light Pink. HEX triplet: F2, B5 and BA. RGB value is (242,181,186). Sum of RGB (Red+Green+Blue) = 242+181+186=609 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.74% from 609); Green value is 181 (71.09% from 255 or 29.72% from 609); Blue value is 186 (73.05% from 255 or 30.54% from 609); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B5BA is #0D4A45. Grayscale: #C7C7C7. Windows color (decimal): -870982 or 12236274. OLE color: 12236274.
HSL color Cylindrical-coordinate representation of color #F2B5BA: hue angle of 355.08º 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 #F2B5BA is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 181 | 186 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.05 |
| HSL | 355.08º | 0.7% | 0.83% | - |
| HSV(B) | 355.08º | 0.25% | 0.95% | - |
| XYZ | 62 | 55.47 | 53.89 | - |
| YUV | 199.81 | 120.21 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 181 | 186 | 0 | 0.25 | 0.23 | 0.05 | 355.08 | 0.7 | 0.83 |
| Hex | F2 | B5 | BA | 0 | 19 | 17 | 5 | 163 | 46 | 53 |
| Octal | 362 | 265 | 272 | 0 | 31 | 27 | 5 | 543 | 106 | 123 |
| Binary | 11110010 | 10110101 | 10111010 | 0 | 11001 | 10111 | 101 | 101100011 | 1000110 | 1010011 |
Color Harmonies of #F2B5BA
Complementary color
Monochromatic Colors of #F2B5BA
Black with #F2B5BA
Text Example
Text Example
White with #F2B5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B5BA; }
p { color: rgb(242,181,186); }
H1.HeaderClassName
{
color: #F2B5BA;
}
.AnyTagClassName
{
color: #F2B5BA;
}
</style>
background-color css
<style>
a { background-color: #F2B5BA; }
a { background-color: rgb(242,181,186); }
div.DivClassName
{
background-color: #F2B5BA;
}
.BgClassName
{
background-color: #F2B5BA;
}
</style>
border-color css
<style>
span { border-color: #F2B5BA; }
span { border-color: rgb(242,181,186); }
td.TdClassName
{
border-color: #F2B5BA;
}
.TagClassName
{
border-color: #F2B5BA;
}
</style>