Shades of Lavender Rose #F1B1EA
Tints of Lavender Rose #F1B1EA
RGB
CMYK
RGB Variations
Color information
#F1B1EA (or 0xF1B1EA) is known color: Lavender Rose. HEX triplet: F1, B1 and EA. RGB value is (241,177,234). Sum of RGB (Red+Green+Blue) = 241+177+234=652 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.96% from 652); Green value is 177 (69.53% from 255 or 27.15% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B1EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1B1EA is #0E4E15. Grayscale: #CACACA. Windows color (decimal): -937494 or 15380977. OLE color: 15380977.
HSL color Cylindrical-coordinate representation of color #F1B1EA: hue angle of 306.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 #F1B1EA is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 177 | 234 | - |
| CMYK | 0 | 0.27 | 0.03 | 0.05 |
| HSL | 306.56º | 0.7% | 0.82% | - |
| HSV(B) | 306.56º | 0.27% | 0.95% | - |
| XYZ | 66.85 | 56.09 | 85.14 | - |
| YUV | 202.63 | 145.7 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 177 | 234 | 0 | 0.27 | 0.03 | 0.05 | 306.56 | 0.7 | 0.82 |
| Hex | F1 | B1 | EA | 0 | 1B | 3 | 5 | 133 | 46 | 52 |
| Octal | 361 | 261 | 352 | 0 | 33 | 3 | 5 | 463 | 106 | 122 |
| Binary | 11110001 | 10110001 | 11101010 | 0 | 11011 | 11 | 101 | 100110011 | 1000110 | 1010010 |
Color Harmonies of #F1B1EA
Complementary color
Monochromatic Colors of #F1B1EA
Black with #F1B1EA
Text Example
Text Example
White with #F1B1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B1EA; }
p { color: rgb(241,177,234); }
H1.HeaderClassName
{
color: #F1B1EA;
}
.AnyTagClassName
{
color: #F1B1EA;
}
</style>
background-color css
<style>
a { background-color: #F1B1EA; }
a { background-color: rgb(241,177,234); }
div.DivClassName
{
background-color: #F1B1EA;
}
.BgClassName
{
background-color: #F1B1EA;
}
</style>
border-color css
<style>
span { border-color: #F1B1EA; }
span { border-color: rgb(241,177,234); }
td.TdClassName
{
border-color: #F1B1EA;
}
.TagClassName
{
border-color: #F1B1EA;
}
</style>