Shades of Light Pink #F0B2BA
Tints of Light Pink #F0B2BA
RGB
CMYK
RGB Variations
Color information
#F0B2BA (or 0xF0B2BA) is known color: Light Pink. HEX triplet: F0, B2 and BA. RGB value is (240,178,186). Sum of RGB (Red+Green+Blue) = 240+178+186=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 178 (69.92% from 255 or 29.47% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B2BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B2BA is #0F4D45. Grayscale: #C5C5C5. Windows color (decimal): -1002822 or 12235504. OLE color: 12235504.
HSL color Cylindrical-coordinate representation of color #F0B2BA: hue angle of 352.26º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F0B2BA is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 178 | 186 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.06 |
| HSL | 352.26º | 0.67% | 0.82% | - |
| HSV(B) | 352.26º | 0.26% | 0.94% | - |
| XYZ | 60.72 | 53.91 | 53.66 | - |
| YUV | 197.45 | 121.54 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 178 | 186 | 0 | 0.26 | 0.22 | 0.06 | 352.26 | 0.67 | 0.82 |
| Hex | F0 | B2 | BA | 0 | 1A | 16 | 6 | 160 | 43 | 52 |
| Octal | 360 | 262 | 272 | 0 | 32 | 26 | 6 | 540 | 103 | 122 |
| Binary | 11110000 | 10110010 | 10111010 | 0 | 11010 | 10110 | 110 | 101100000 | 1000011 | 1010010 |
Color Harmonies of #F0B2BA
Complementary color
Monochromatic Colors of #F0B2BA
Black with #F0B2BA
Text Example
Text Example
White with #F0B2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B2BA; }
p { color: rgb(240,178,186); }
H1.HeaderClassName
{
color: #F0B2BA;
}
.AnyTagClassName
{
color: #F0B2BA;
}
</style>
background-color css
<style>
a { background-color: #F0B2BA; }
a { background-color: rgb(240,178,186); }
div.DivClassName
{
background-color: #F0B2BA;
}
.BgClassName
{
background-color: #F0B2BA;
}
</style>
border-color css
<style>
span { border-color: #F0B2BA; }
span { border-color: rgb(240,178,186); }
td.TdClassName
{
border-color: #F0B2BA;
}
.TagClassName
{
border-color: #F0B2BA;
}
</style>