Shades of Lavender Pink #F3B9DB
Tints of Lavender Pink #F3B9DB
RGB
CMYK
RGB Variations
Color information
#F3B9DB (or 0xF3B9DB) is known color: Lavender Pink. HEX triplet: F3, B9 and DB. RGB value is (243,185,219). Sum of RGB (Red+Green+Blue) = 243+185+219=647 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.56% from 647); Green value is 185 (72.66% from 255 or 28.59% from 647); Blue value is 219 (85.94% from 255 or 33.85% from 647); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B9DB is #0C4624. Grayscale: #CECECE. Windows color (decimal): -804389 or 14399987. OLE color: 14399987.
HSL color Cylindrical-coordinate representation of color #F3B9DB: hue angle of 324.83º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F3B9DB is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 185 | 219 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.05 |
| HSL | 324.83º | 0.71% | 0.84% | - |
| HSV(B) | 324.83º | 0.24% | 0.95% | - |
| XYZ | 67.1 | 58.87 | 74.84 | - |
| YUV | 206.22 | 135.22 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 185 | 219 | 0 | 0.24 | 0.10 | 0.05 | 324.83 | 0.71 | 0.84 |
| Hex | F3 | B9 | DB | 0 | 18 | A | 5 | 145 | 47 | 54 |
| Octal | 363 | 271 | 333 | 0 | 30 | 12 | 5 | 505 | 107 | 124 |
| Binary | 11110011 | 10111001 | 11011011 | 0 | 11000 | 1010 | 101 | 101000101 | 1000111 | 1010100 |
Color Harmonies of #F3B9DB
Complementary color
Monochromatic Colors of #F3B9DB
Black with #F3B9DB
Text Example
Text Example
White with #F3B9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B9DB; }
p { color: rgb(243,185,219); }
H1.HeaderClassName
{
color: #F3B9DB;
}
.AnyTagClassName
{
color: #F3B9DB;
}
</style>
background-color css
<style>
a { background-color: #F3B9DB; }
a { background-color: rgb(243,185,219); }
div.DivClassName
{
background-color: #F3B9DB;
}
.BgClassName
{
background-color: #F3B9DB;
}
</style>
border-color css
<style>
span { border-color: #F3B9DB; }
span { border-color: rgb(243,185,219); }
td.TdClassName
{
border-color: #F3B9DB;
}
.TagClassName
{
border-color: #F3B9DB;
}
</style>