Shades of Lavender Pink #F1B1DA
Tints of Lavender Pink #F1B1DA
RGB
CMYK
RGB Variations
Color information
#F1B1DA (or 0xF1B1DA) is known color: Lavender Pink. HEX triplet: F1, B1 and DA. RGB value is (241,177,218). Sum of RGB (Red+Green+Blue) = 241+177+218=636 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.89% from 636); Green value is 177 (69.53% from 255 or 27.83% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B1DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1B1DA is #0E4E25. Grayscale: #C8C8C8. Windows color (decimal): -937510 or 14332401. OLE color: 14332401.
HSL color Cylindrical-coordinate representation of color #F1B1DA: hue angle of 321.56º 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 #F1B1DA is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 177 | 218 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.05 |
| HSL | 321.56º | 0.7% | 0.82% | - |
| HSV(B) | 321.56º | 0.27% | 0.95% | - |
| XYZ | 64.65 | 55.21 | 73.58 | - |
| YUV | 200.81 | 137.7 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 177 | 218 | 0 | 0.27 | 0.10 | 0.05 | 321.56 | 0.7 | 0.82 |
| Hex | F1 | B1 | DA | 0 | 1B | A | 5 | 142 | 46 | 52 |
| Octal | 361 | 261 | 332 | 0 | 33 | 12 | 5 | 502 | 106 | 122 |
| Binary | 11110001 | 10110001 | 11011010 | 0 | 11011 | 1010 | 101 | 101000010 | 1000110 | 1010010 |
Color Harmonies of #F1B1DA
Complementary color
Monochromatic Colors of #F1B1DA
Black with #F1B1DA
Text Example
Text Example
White with #F1B1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B1DA; }
p { color: rgb(241,177,218); }
H1.HeaderClassName
{
color: #F1B1DA;
}
.AnyTagClassName
{
color: #F1B1DA;
}
</style>
background-color css
<style>
a { background-color: #F1B1DA; }
a { background-color: rgb(241,177,218); }
div.DivClassName
{
background-color: #F1B1DA;
}
.BgClassName
{
background-color: #F1B1DA;
}
</style>
border-color css
<style>
span { border-color: #F1B1DA; }
span { border-color: rgb(241,177,218); }
td.TdClassName
{
border-color: #F1B1DA;
}
.TagClassName
{
border-color: #F1B1DA;
}
</style>