Shades of Lavender Pink #F1B3DB
Tints of Lavender Pink #F1B3DB
RGB
CMYK
RGB Variations
Color information
#F1B3DB (or 0xF1B3DB) is known color: Lavender Pink. HEX triplet: F1, B3 and DB. RGB value is (241,179,219). Sum of RGB (Red+Green+Blue) = 241+179+219=639 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.72% from 639); Green value is 179 (70.31% from 255 or 28.01% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B3DB is #0E4C24. Grayscale: #CACACA. Windows color (decimal): -936997 or 14398449. OLE color: 14398449.
HSL color Cylindrical-coordinate representation of color #F1B3DB: hue angle of 321.29º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F1B3DB is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 179 | 219 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.05 |
| HSL | 321.29º | 0.69% | 0.82% | - |
| HSV(B) | 321.29º | 0.26% | 0.95% | - |
| XYZ | 65.18 | 56.06 | 74.4 | - |
| YUV | 202.1 | 137.54 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 179 | 219 | 0 | 0.26 | 0.09 | 0.05 | 321.29 | 0.69 | 0.82 |
| Hex | F1 | B3 | DB | 0 | 1A | 9 | 5 | 141 | 45 | 52 |
| Octal | 361 | 263 | 333 | 0 | 32 | 11 | 5 | 501 | 105 | 122 |
| Binary | 11110001 | 10110011 | 11011011 | 0 | 11010 | 1001 | 101 | 101000001 | 1000101 | 1010010 |
Color Harmonies of #F1B3DB
Complementary color
Monochromatic Colors of #F1B3DB
Black with #F1B3DB
Text Example
Text Example
White with #F1B3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B3DB; }
p { color: rgb(241,179,219); }
H1.HeaderClassName
{
color: #F1B3DB;
}
.AnyTagClassName
{
color: #F1B3DB;
}
</style>
background-color css
<style>
a { background-color: #F1B3DB; }
a { background-color: rgb(241,179,219); }
div.DivClassName
{
background-color: #F1B3DB;
}
.BgClassName
{
background-color: #F1B3DB;
}
</style>
border-color css
<style>
span { border-color: #F1B3DB; }
span { border-color: rgb(241,179,219); }
td.TdClassName
{
border-color: #F1B3DB;
}
.TagClassName
{
border-color: #F1B3DB;
}
</style>