Shades of Lavender Pink #F3B3DB
Tints of Lavender Pink #F3B3DB
RGB
CMYK
RGB Variations
Color information
#F3B3DB (or 0xF3B3DB) is known color: Lavender Pink. HEX triplet: F3, B3 and DB. RGB value is (243,179,219). Sum of RGB (Red+Green+Blue) = 243+179+219=641 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.91% from 641); Green value is 179 (70.31% from 255 or 27.93% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B3DB is #0C4C24. Grayscale: #CACACA. Windows color (decimal): -805925 or 14398451. OLE color: 14398451.
HSL color Cylindrical-coordinate representation of color #F3B3DB: hue angle of 322.5º degrees, saturation: 0.73, 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 #F3B3DB is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 179 | 219 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.05 |
| HSL | 322.5º | 0.73% | 0.83% | - |
| HSV(B) | 322.5º | 0.26% | 0.95% | - |
| XYZ | 65.87 | 56.41 | 74.43 | - |
| YUV | 202.7 | 137.2 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 179 | 219 | 0 | 0.26 | 0.10 | 0.05 | 322.5 | 0.73 | 0.83 |
| Hex | F3 | B3 | DB | 0 | 1A | A | 5 | 142 | 49 | 53 |
| Octal | 363 | 263 | 333 | 0 | 32 | 12 | 5 | 502 | 111 | 123 |
| Binary | 11110011 | 10110011 | 11011011 | 0 | 11010 | 1010 | 101 | 101000010 | 1001001 | 1010011 |
Color Harmonies of #F3B3DB
Complementary color
Monochromatic Colors of #F3B3DB
Black with #F3B3DB
Text Example
Text Example
White with #F3B3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B3DB; }
p { color: rgb(243,179,219); }
H1.HeaderClassName
{
color: #F3B3DB;
}
.AnyTagClassName
{
color: #F3B3DB;
}
</style>
background-color css
<style>
a { background-color: #F3B3DB; }
a { background-color: rgb(243,179,219); }
div.DivClassName
{
background-color: #F3B3DB;
}
.BgClassName
{
background-color: #F3B3DB;
}
</style>
border-color css
<style>
span { border-color: #F3B3DB; }
span { border-color: rgb(243,179,219); }
td.TdClassName
{
border-color: #F3B3DB;
}
.TagClassName
{
border-color: #F3B3DB;
}
</style>