Shades of Lavender Rose #F1B0EE
Tints of Lavender Rose #F1B0EE
RGB
CMYK
RGB Variations
Color information
#F1B0EE (or 0xF1B0EE) is known color: Lavender Rose. HEX triplet: F1, B0 and EE. RGB value is (241,176,238). Sum of RGB (Red+Green+Blue) = 241+176+238=655 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.79% from 655); Green value is 176 (69.14% from 255 or 26.87% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B0EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1B0EE is #0E4F11. Grayscale: #CACACA. Windows color (decimal): -937746 or 15642865. OLE color: 15642865.
HSL color Cylindrical-coordinate representation of color #F1B0EE: hue angle of 302.77º 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 #F1B0EE is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 176 | 238 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.05 |
| HSL | 302.77º | 0.7% | 0.82% | - |
| HSV(B) | 302.77º | 0.27% | 0.95% | - |
| XYZ | 67.23 | 55.92 | 88.14 | - |
| YUV | 202.5 | 148.03 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 176 | 238 | 0 | 0.27 | 0.01 | 0.05 | 302.77 | 0.7 | 0.82 |
| Hex | F1 | B0 | EE | 0 | 1B | 1 | 5 | 12F | 46 | 52 |
| Octal | 361 | 260 | 356 | 0 | 33 | 1 | 5 | 457 | 106 | 122 |
| Binary | 11110001 | 10110000 | 11101110 | 0 | 11011 | 1 | 101 | 100101111 | 1000110 | 1010010 |
Color Harmonies of #F1B0EE
Complementary color
Monochromatic Colors of #F1B0EE
Black with #F1B0EE
Text Example
Text Example
White with #F1B0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B0EE; }
p { color: rgb(241,176,238); }
H1.HeaderClassName
{
color: #F1B0EE;
}
.AnyTagClassName
{
color: #F1B0EE;
}
</style>
background-color css
<style>
a { background-color: #F1B0EE; }
a { background-color: rgb(241,176,238); }
div.DivClassName
{
background-color: #F1B0EE;
}
.BgClassName
{
background-color: #F1B0EE;
}
</style>
border-color css
<style>
span { border-color: #F1B0EE; }
span { border-color: rgb(241,176,238); }
td.TdClassName
{
border-color: #F1B0EE;
}
.TagClassName
{
border-color: #F1B0EE;
}
</style>