Shades of Lavender Pink #F2B3DB
Tints of Lavender Pink #F2B3DB
RGB
CMYK
RGB Variations
Color information
#F2B3DB (or 0xF2B3DB) is known color: Lavender Pink. HEX triplet: F2, B3 and DB. RGB value is (242,179,219). Sum of RGB (Red+Green+Blue) = 242+179+219=640 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.81% from 640); Green value is 179 (70.31% from 255 or 27.97% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B3DB is #0D4C24. Grayscale: #CACACA. Windows color (decimal): -871461 or 14398450. OLE color: 14398450.
HSL color Cylindrical-coordinate representation of color #F2B3DB: hue angle of 321.9º degrees, saturation: 0.71, 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 #F2B3DB is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 179 | 219 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.05 |
| HSL | 321.9º | 0.71% | 0.83% | - |
| HSV(B) | 321.9º | 0.26% | 0.95% | - |
| XYZ | 65.52 | 56.23 | 74.42 | - |
| YUV | 202.4 | 137.37 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 179 | 219 | 0 | 0.26 | 0.10 | 0.05 | 321.9 | 0.71 | 0.83 |
| Hex | F2 | B3 | DB | 0 | 1A | A | 5 | 142 | 47 | 53 |
| Octal | 362 | 263 | 333 | 0 | 32 | 12 | 5 | 502 | 107 | 123 |
| Binary | 11110010 | 10110011 | 11011011 | 0 | 11010 | 1010 | 101 | 101000010 | 1000111 | 1010011 |
Color Harmonies of #F2B3DB
Complementary color
Monochromatic Colors of #F2B3DB
Black with #F2B3DB
Text Example
Text Example
White with #F2B3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B3DB; }
p { color: rgb(242,179,219); }
H1.HeaderClassName
{
color: #F2B3DB;
}
.AnyTagClassName
{
color: #F2B3DB;
}
</style>
background-color css
<style>
a { background-color: #F2B3DB; }
a { background-color: rgb(242,179,219); }
div.DivClassName
{
background-color: #F2B3DB;
}
.BgClassName
{
background-color: #F2B3DB;
}
</style>
border-color css
<style>
span { border-color: #F2B3DB; }
span { border-color: rgb(242,179,219); }
td.TdClassName
{
border-color: #F2B3DB;
}
.TagClassName
{
border-color: #F2B3DB;
}
</style>