Shades of Lavender Rose #F1B1E7
Tints of Lavender Rose #F1B1E7
RGB
CMYK
RGB Variations
Color information
#F1B1E7 (or 0xF1B1E7) is known color: Lavender Rose. HEX triplet: F1, B1 and E7. RGB value is (241,177,231). Sum of RGB (Red+Green+Blue) = 241+177+231=649 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.13% from 649); Green value is 177 (69.53% from 255 or 27.27% from 649); Blue value is 231 (90.62% from 255 or 35.59% from 649); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B1E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1B1E7 is #0E4E18. Grayscale: #CACACA. Windows color (decimal): -937497 or 15184369. OLE color: 15184369.
HSL color Cylindrical-coordinate representation of color #F1B1E7: hue angle of 309.38º 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 #F1B1E7 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 177 | 231 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.05 |
| HSL | 309.38º | 0.7% | 0.82% | - |
| HSV(B) | 309.38º | 0.27% | 0.95% | - |
| XYZ | 66.42 | 55.91 | 82.89 | - |
| YUV | 202.29 | 144.2 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 177 | 231 | 0 | 0.27 | 0.04 | 0.05 | 309.38 | 0.7 | 0.82 |
| Hex | F1 | B1 | E7 | 0 | 1B | 4 | 5 | 135 | 46 | 52 |
| Octal | 361 | 261 | 347 | 0 | 33 | 4 | 5 | 465 | 106 | 122 |
| Binary | 11110001 | 10110001 | 11100111 | 0 | 11011 | 100 | 101 | 100110101 | 1000110 | 1010010 |
Color Harmonies of #F1B1E7
Complementary color
Monochromatic Colors of #F1B1E7
Black with #F1B1E7
Text Example
Text Example
White with #F1B1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B1E7; }
p { color: rgb(241,177,231); }
H1.HeaderClassName
{
color: #F1B1E7;
}
.AnyTagClassName
{
color: #F1B1E7;
}
</style>
background-color css
<style>
a { background-color: #F1B1E7; }
a { background-color: rgb(241,177,231); }
div.DivClassName
{
background-color: #F1B1E7;
}
.BgClassName
{
background-color: #F1B1E7;
}
</style>
border-color css
<style>
span { border-color: #F1B1E7; }
span { border-color: rgb(241,177,231); }
td.TdClassName
{
border-color: #F1B1E7;
}
.TagClassName
{
border-color: #F1B1E7;
}
</style>