Shades of Lavender Rose #F2B3F1
Tints of Lavender Rose #F2B3F1
RGB
CMYK
RGB Variations
Color information
#F2B3F1 (or 0xF2B3F1) is known color: Lavender Rose. HEX triplet: F2, B3 and F1. RGB value is (242,179,241). Sum of RGB (Red+Green+Blue) = 242+179+241=662 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.56% from 662); Green value is 179 (70.31% from 255 or 27.04% from 662); Blue value is 241 (94.53% from 255 or 36.40% from 662); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B3F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B3F1 is #0D4C0E. Grayscale: #CCCCCC. Windows color (decimal): -871439 or 15840242. OLE color: 15840242.
HSL color Cylindrical-coordinate representation of color #F2B3F1: hue angle of 300.95º degrees, saturation: 0.71, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F2B3F1 is Cyan = 0, Magento = 0.26, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 179 | 241 | - |
| CMYK | 0 | 0.26 | 0.00 | 0.05 |
| HSL | 300.95º | 0.71% | 0.83% | - |
| HSV(B) | 300.95º | 0.26% | 0.95% | - |
| XYZ | 68.62 | 57.47 | 90.7 | - |
| YUV | 204.91 | 148.37 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 179 | 241 | 0 | 0.26 | 0.00 | 0.05 | 300.95 | 0.71 | 0.83 |
| Hex | F2 | B3 | F1 | 0 | 1A | 0 | 5 | 12D | 47 | 53 |
| Octal | 362 | 263 | 361 | 0 | 32 | 0 | 5 | 455 | 107 | 123 |
| Binary | 11110010 | 10110011 | 11110001 | 0 | 11010 | 0 | 101 | 100101101 | 1000111 | 1010011 |
Color Harmonies of #F2B3F1
Complementary color
Monochromatic Colors of #F2B3F1
Black with #F2B3F1
Text Example
Text Example
White with #F2B3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B3F1; }
p { color: rgb(242,179,241); }
H1.HeaderClassName
{
color: #F2B3F1;
}
.AnyTagClassName
{
color: #F2B3F1;
}
</style>
background-color css
<style>
a { background-color: #F2B3F1; }
a { background-color: rgb(242,179,241); }
div.DivClassName
{
background-color: #F2B3F1;
}
.BgClassName
{
background-color: #F2B3F1;
}
</style>
border-color css
<style>
span { border-color: #F2B3F1; }
span { border-color: rgb(242,179,241); }
td.TdClassName
{
border-color: #F2B3F1;
}
.TagClassName
{
border-color: #F2B3F1;
}
</style>