Shades of Lavender Rose #F1B0E6
Tints of Lavender Rose #F1B0E6
RGB
CMYK
RGB Variations
Color information
#F1B0E6 (or 0xF1B0E6) is known color: Lavender Rose. HEX triplet: F1, B0 and E6. RGB value is (241,176,230). Sum of RGB (Red+Green+Blue) = 241+176+230=647 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.25% from 647); Green value is 176 (69.14% from 255 or 27.20% from 647); Blue value is 230 (90.23% from 255 or 35.55% from 647); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B0E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1B0E6 is #0E4F19. Grayscale: #C9C9C9. Windows color (decimal): -937754 or 15118577. OLE color: 15118577.
HSL color Cylindrical-coordinate representation of color #F1B0E6: hue angle of 310.15º 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 #F1B0E6 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 176 | 230 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.05 |
| HSL | 310.15º | 0.7% | 0.82% | - |
| HSV(B) | 310.15º | 0.27% | 0.95% | - |
| XYZ | 66.08 | 55.46 | 82.09 | - |
| YUV | 201.59 | 144.03 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 176 | 230 | 0 | 0.27 | 0.05 | 0.05 | 310.15 | 0.7 | 0.82 |
| Hex | F1 | B0 | E6 | 0 | 1B | 5 | 5 | 136 | 46 | 52 |
| Octal | 361 | 260 | 346 | 0 | 33 | 5 | 5 | 466 | 106 | 122 |
| Binary | 11110001 | 10110000 | 11100110 | 0 | 11011 | 101 | 101 | 100110110 | 1000110 | 1010010 |
Color Harmonies of #F1B0E6
Complementary color
Monochromatic Colors of #F1B0E6
Black with #F1B0E6
Text Example
Text Example
White with #F1B0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B0E6; }
p { color: rgb(241,176,230); }
H1.HeaderClassName
{
color: #F1B0E6;
}
.AnyTagClassName
{
color: #F1B0E6;
}
</style>
background-color css
<style>
a { background-color: #F1B0E6; }
a { background-color: rgb(241,176,230); }
div.DivClassName
{
background-color: #F1B0E6;
}
.BgClassName
{
background-color: #F1B0E6;
}
</style>
border-color css
<style>
span { border-color: #F1B0E6; }
span { border-color: rgb(241,176,230); }
td.TdClassName
{
border-color: #F1B0E6;
}
.TagClassName
{
border-color: #F1B0E6;
}
</style>