Shades of Lavender Pink #F1B5DB
Tints of Lavender Pink #F1B5DB
RGB
CMYK
RGB Variations
Color information
#F1B5DB (or 0xF1B5DB) is known color: Lavender Pink. HEX triplet: F1, B5 and DB. RGB value is (241,181,219). Sum of RGB (Red+Green+Blue) = 241+181+219=641 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.60% from 641); Green value is 181 (71.09% from 255 or 28.24% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B5DB is #0E4A24. Grayscale: #CBCBCB. Windows color (decimal): -936485 or 14398961. OLE color: 14398961.
HSL color Cylindrical-coordinate representation of color #F1B5DB: hue angle of 322º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F1B5DB is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 181 | 219 | - |
CMYK | 0 | 0.25 | 0.09 | 0.05 |
HSL | 322º | 0.68% | 0.83% | - |
HSV(B) | 322º | 0.25% | 0.95% | - |
XYZ | 65.59 | 56.86 | 74.54 | - |
YUV | 203.27 | 136.88 | 154.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 181 | 219 | 0 | 0.25 | 0.09 | 0.05 | 322 | 0.68 | 0.83 |
Hex | F1 | B5 | DB | 0 | 19 | 9 | 5 | 142 | 44 | 53 |
Octal | 361 | 265 | 333 | 0 | 31 | 11 | 5 | 502 | 104 | 123 |
Binary | 11110001 | 10110101 | 11011011 | 0 | 11001 | 1001 | 101 | 101000010 | 1000100 | 1010011 |
Color Harmonies of #F1B5DB
Complementary color
Monochromatic Colors of #F1B5DB
Black with #F1B5DB
Text Example
Text Example
White with #F1B5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B5DB; }
p { color: rgb(241,181,219); }
H1.HeaderClassName
{
color: #F1B5DB;
}
.AnyTagClassName
{
color: #F1B5DB;
}
</style>
background-color css
<style>
a { background-color: #F1B5DB; }
a { background-color: rgb(241,181,219); }
div.DivClassName
{
background-color: #F1B5DB;
}
.BgClassName
{
background-color: #F1B5DB;
}
</style>
border-color css
<style>
span { border-color: #F1B5DB; }
span { border-color: rgb(241,181,219); }
td.TdClassName
{
border-color: #F1B5DB;
}
.TagClassName
{
border-color: #F1B5DB;
}
</style>