Shades of Lavender Rose #F1B0EF
Tints of Lavender Rose #F1B0EF
RGB
CMYK
RGB Variations
Color information
#F1B0EF (or 0xF1B0EF) is known color: Lavender Rose. HEX triplet: F1, B0 and EF. RGB value is (241,176,239). Sum of RGB (Red+Green+Blue) = 241+176+239=656 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.74% from 656); Green value is 176 (69.14% from 255 or 26.83% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B0EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1B0EF is #0E4F10. Grayscale: #CACACA. Windows color (decimal): -937745 or 15708401. OLE color: 15708401.
HSL color Cylindrical-coordinate representation of color #F1B0EF: hue angle of 301.85º 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 #F1B0EF is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 176 | 239 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.05 |
| HSL | 301.85º | 0.7% | 0.82% | - |
| HSV(B) | 301.85º | 0.27% | 0.95% | - |
| XYZ | 67.38 | 55.98 | 88.92 | - |
| YUV | 202.62 | 148.53 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 176 | 239 | 0 | 0.27 | 0.01 | 0.05 | 301.85 | 0.7 | 0.82 |
| Hex | F1 | B0 | EF | 0 | 1B | 1 | 5 | 12E | 46 | 52 |
| Octal | 361 | 260 | 357 | 0 | 33 | 1 | 5 | 456 | 106 | 122 |
| Binary | 11110001 | 10110000 | 11101111 | 0 | 11011 | 1 | 101 | 100101110 | 1000110 | 1010010 |
Color Harmonies of #F1B0EF
Complementary color
Monochromatic Colors of #F1B0EF
Black with #F1B0EF
Text Example
Text Example
White with #F1B0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B0EF; }
p { color: rgb(241,176,239); }
H1.HeaderClassName
{
color: #F1B0EF;
}
.AnyTagClassName
{
color: #F1B0EF;
}
</style>
background-color css
<style>
a { background-color: #F1B0EF; }
a { background-color: rgb(241,176,239); }
div.DivClassName
{
background-color: #F1B0EF;
}
.BgClassName
{
background-color: #F1B0EF;
}
</style>
border-color css
<style>
span { border-color: #F1B0EF; }
span { border-color: rgb(241,176,239); }
td.TdClassName
{
border-color: #F1B0EF;
}
.TagClassName
{
border-color: #F1B0EF;
}
</style>