Shades of Lavender Rose #F1B2E6
Tints of Lavender Rose #F1B2E6
RGB
CMYK
RGB Variations
Color information
#F1B2E6 (or 0xF1B2E6) is known color: Lavender Rose. HEX triplet: F1, B2 and E6. RGB value is (241,178,230). Sum of RGB (Red+Green+Blue) = 241+178+230=649 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.13% from 649); Green value is 178 (69.92% from 255 or 27.43% from 649); Blue value is 230 (90.23% from 255 or 35.44% from 649); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B2E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1B2E6 is #0E4D19. Grayscale: #CACACA. Windows color (decimal): -937242 or 15119089. OLE color: 15119089.
HSL color Cylindrical-coordinate representation of color #F1B2E6: hue angle of 310.48º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F1B2E6 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 178 | 230 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.05 |
| HSL | 310.48º | 0.69% | 0.82% | - |
| HSV(B) | 310.48º | 0.26% | 0.95% | - |
| XYZ | 66.48 | 56.25 | 82.22 | - |
| YUV | 202.77 | 143.37 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 178 | 230 | 0 | 0.26 | 0.05 | 0.05 | 310.48 | 0.69 | 0.82 |
| Hex | F1 | B2 | E6 | 0 | 1A | 5 | 5 | 136 | 45 | 52 |
| Octal | 361 | 262 | 346 | 0 | 32 | 5 | 5 | 466 | 105 | 122 |
| Binary | 11110001 | 10110010 | 11100110 | 0 | 11010 | 101 | 101 | 100110110 | 1000101 | 1010010 |
Color Harmonies of #F1B2E6
Complementary color
Monochromatic Colors of #F1B2E6
Black with #F1B2E6
Text Example
Text Example
White with #F1B2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B2E6; }
p { color: rgb(241,178,230); }
H1.HeaderClassName
{
color: #F1B2E6;
}
.AnyTagClassName
{
color: #F1B2E6;
}
</style>
background-color css
<style>
a { background-color: #F1B2E6; }
a { background-color: rgb(241,178,230); }
div.DivClassName
{
background-color: #F1B2E6;
}
.BgClassName
{
background-color: #F1B2E6;
}
</style>
border-color css
<style>
span { border-color: #F1B2E6; }
span { border-color: rgb(241,178,230); }
td.TdClassName
{
border-color: #F1B2E6;
}
.TagClassName
{
border-color: #F1B2E6;
}
</style>