Shades of Lavender Pink #F1B1D9
Tints of Lavender Pink #F1B1D9
RGB
CMYK
RGB Variations
Color information
#F1B1D9 (or 0xF1B1D9) is known color: Lavender Pink. HEX triplet: F1, B1 and D9. RGB value is (241,177,217). Sum of RGB (Red+Green+Blue) = 241+177+217=635 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.95% from 635); Green value is 177 (69.53% from 255 or 27.87% from 635); Blue value is 217 (85.16% from 255 or 34.17% from 635); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B1D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1B1D9 is #0E4E26. Grayscale: #C8C8C8. Windows color (decimal): -937511 or 14266865. OLE color: 14266865.
HSL color Cylindrical-coordinate representation of color #F1B1D9: hue angle of 322.5º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F1B1D9 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 177 | 217 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.05 |
| HSL | 322.5º | 0.7% | 0.82% | - |
| HSV(B) | 322.5º | 0.27% | 0.95% | - |
| XYZ | 64.52 | 55.15 | 72.89 | - |
| YUV | 200.7 | 137.2 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 177 | 217 | 0 | 0.27 | 0.10 | 0.05 | 322.5 | 0.7 | 0.82 |
| Hex | F1 | B1 | D9 | 0 | 1B | A | 5 | 142 | 46 | 52 |
| Octal | 361 | 261 | 331 | 0 | 33 | 12 | 5 | 502 | 106 | 122 |
| Binary | 11110001 | 10110001 | 11011001 | 0 | 11011 | 1010 | 101 | 101000010 | 1000110 | 1010010 |
Color Harmonies of #F1B1D9
Complementary color
Monochromatic Colors of #F1B1D9
Black with #F1B1D9
Text Example
Text Example
White with #F1B1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B1D9; }
p { color: rgb(241,177,217); }
H1.HeaderClassName
{
color: #F1B1D9;
}
.AnyTagClassName
{
color: #F1B1D9;
}
</style>
background-color css
<style>
a { background-color: #F1B1D9; }
a { background-color: rgb(241,177,217); }
div.DivClassName
{
background-color: #F1B1D9;
}
.BgClassName
{
background-color: #F1B1D9;
}
</style>
border-color css
<style>
span { border-color: #F1B1D9; }
span { border-color: rgb(241,177,217); }
td.TdClassName
{
border-color: #F1B1D9;
}
.TagClassName
{
border-color: #F1B1D9;
}
</style>