Shades of Lavender Pink #F1B5D9
Tints of Lavender Pink #F1B5D9
RGB
CMYK
RGB Variations
Color information
#F1B5D9 (or 0xF1B5D9) is known color: Lavender Pink. HEX triplet: F1, B5 and D9. RGB value is (241,181,217). Sum of RGB (Red+Green+Blue) = 241+181+217=639 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.72% from 639); Green value is 181 (71.09% from 255 or 28.33% from 639); Blue value is 217 (85.16% from 255 or 33.96% from 639); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B5D9 is #0E4A26. Grayscale: #CACACA. Windows color (decimal): -936487 or 14267889. OLE color: 14267889.
HSL color Cylindrical-coordinate representation of color #F1B5D9: hue angle of 324º 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 #F1B5D9 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 181 | 217 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.05 |
| HSL | 324º | 0.68% | 0.83% | - |
| HSV(B) | 324º | 0.25% | 0.95% | - |
| XYZ | 65.32 | 56.76 | 73.16 | - |
| YUV | 203.04 | 135.88 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 181 | 217 | 0 | 0.25 | 0.10 | 0.05 | 324 | 0.68 | 0.83 |
| Hex | F1 | B5 | D9 | 0 | 19 | A | 5 | 144 | 44 | 53 |
| Octal | 361 | 265 | 331 | 0 | 31 | 12 | 5 | 504 | 104 | 123 |
| Binary | 11110001 | 10110101 | 11011001 | 0 | 11001 | 1010 | 101 | 101000100 | 1000100 | 1010011 |
Color Harmonies of #F1B5D9
Complementary color
Monochromatic Colors of #F1B5D9
Black with #F1B5D9
Text Example
Text Example
White with #F1B5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B5D9; }
p { color: rgb(241,181,217); }
H1.HeaderClassName
{
color: #F1B5D9;
}
.AnyTagClassName
{
color: #F1B5D9;
}
</style>
background-color css
<style>
a { background-color: #F1B5D9; }
a { background-color: rgb(241,181,217); }
div.DivClassName
{
background-color: #F1B5D9;
}
.BgClassName
{
background-color: #F1B5D9;
}
</style>
border-color css
<style>
span { border-color: #F1B5D9; }
span { border-color: rgb(241,181,217); }
td.TdClassName
{
border-color: #F1B5D9;
}
.TagClassName
{
border-color: #F1B5D9;
}
</style>