Shades of Light Pink #F3B5BA
Tints of Light Pink #F3B5BA
RGB
CMYK
RGB Variations
Color information
#F3B5BA (or 0xF3B5BA) is known color: Light Pink. HEX triplet: F3, B5 and BA. RGB value is (243,181,186). Sum of RGB (Red+Green+Blue) = 243+181+186=610 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.84% from 610); Green value is 181 (71.09% from 255 or 29.67% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B5BA is #0C4A45. Grayscale: #C8C8C8. Windows color (decimal): -805446 or 12236275. OLE color: 12236275.
HSL color Cylindrical-coordinate representation of color #F3B5BA: hue angle of 355.16º degrees, saturation: 0.72, 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 #F3B5BA is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 181 | 186 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.05 |
| HSL | 355.16º | 0.72% | 0.83% | - |
| HSV(B) | 355.16º | 0.26% | 0.95% | - |
| XYZ | 62.35 | 55.65 | 53.91 | - |
| YUV | 200.11 | 120.04 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 181 | 186 | 0 | 0.26 | 0.23 | 0.05 | 355.16 | 0.72 | 0.83 |
| Hex | F3 | B5 | BA | 0 | 1A | 17 | 5 | 163 | 48 | 53 |
| Octal | 363 | 265 | 272 | 0 | 32 | 27 | 5 | 543 | 110 | 123 |
| Binary | 11110011 | 10110101 | 10111010 | 0 | 11010 | 10111 | 101 | 101100011 | 1001000 | 1010011 |
Color Harmonies of #F3B5BA
Complementary color
Monochromatic Colors of #F3B5BA
Black with #F3B5BA
Text Example
Text Example
White with #F3B5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B5BA; }
p { color: rgb(243,181,186); }
H1.HeaderClassName
{
color: #F3B5BA;
}
.AnyTagClassName
{
color: #F3B5BA;
}
</style>
background-color css
<style>
a { background-color: #F3B5BA; }
a { background-color: rgb(243,181,186); }
div.DivClassName
{
background-color: #F3B5BA;
}
.BgClassName
{
background-color: #F3B5BA;
}
</style>
border-color css
<style>
span { border-color: #F3B5BA; }
span { border-color: rgb(243,181,186); }
td.TdClassName
{
border-color: #F3B5BA;
}
.TagClassName
{
border-color: #F3B5BA;
}
</style>