Shades of Lavender Rose #F1B2ED
Tints of Lavender Rose #F1B2ED
RGB
CMYK
RGB Variations
Color information
#F1B2ED (or 0xF1B2ED) is known color: Lavender Rose. HEX triplet: F1, B2 and ED. RGB value is (241,178,237). Sum of RGB (Red+Green+Blue) = 241+178+237=656 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.74% from 656); Green value is 178 (69.92% from 255 or 27.13% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B2ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1B2ED is #0E4D12. Grayscale: #CBCBCB. Windows color (decimal): -937235 or 15577841. OLE color: 15577841.
HSL color Cylindrical-coordinate representation of color #F1B2ED: hue angle of 303.81º 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 #F1B2ED is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 178 | 237 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.05 |
| HSL | 303.81º | 0.69% | 0.82% | - |
| HSV(B) | 303.81º | 0.26% | 0.95% | - |
| XYZ | 67.48 | 56.66 | 87.5 | - |
| YUV | 203.56 | 146.87 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 178 | 237 | 0 | 0.26 | 0.02 | 0.05 | 303.81 | 0.69 | 0.82 |
| Hex | F1 | B2 | ED | 0 | 1A | 2 | 5 | 130 | 45 | 52 |
| Octal | 361 | 262 | 355 | 0 | 32 | 2 | 5 | 460 | 105 | 122 |
| Binary | 11110001 | 10110010 | 11101101 | 0 | 11010 | 10 | 101 | 100110000 | 1000101 | 1010010 |
Color Harmonies of #F1B2ED
Complementary color
Monochromatic Colors of #F1B2ED
Black with #F1B2ED
Text Example
Text Example
White with #F1B2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B2ED; }
p { color: rgb(241,178,237); }
H1.HeaderClassName
{
color: #F1B2ED;
}
.AnyTagClassName
{
color: #F1B2ED;
}
</style>
background-color css
<style>
a { background-color: #F1B2ED; }
a { background-color: rgb(241,178,237); }
div.DivClassName
{
background-color: #F1B2ED;
}
.BgClassName
{
background-color: #F1B2ED;
}
</style>
border-color css
<style>
span { border-color: #F1B2ED; }
span { border-color: rgb(241,178,237); }
td.TdClassName
{
border-color: #F1B2ED;
}
.TagClassName
{
border-color: #F1B2ED;
}
</style>