Shades of Lavender Rose #F2B3F0
Tints of Lavender Rose #F2B3F0
RGB
CMYK
RGB Variations
Color information
#F2B3F0 (or 0xF2B3F0) is known color: Lavender Rose. HEX triplet: F2, B3 and F0. RGB value is (242,179,240). Sum of RGB (Red+Green+Blue) = 242+179+240=661 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.61% from 661); Green value is 179 (70.31% from 255 or 27.08% from 661); Blue value is 240 (94.14% from 255 or 36.31% from 661); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B3F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B3F0 is #0D4C0F. Grayscale: #CCCCCC. Windows color (decimal): -871440 or 15774706. OLE color: 15774706.
HSL color Cylindrical-coordinate representation of color #F2B3F0: hue angle of 301.9º 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 #F2B3F0 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 179 | 240 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.05 |
| HSL | 301.9º | 0.71% | 0.83% | - |
| HSV(B) | 301.9º | 0.26% | 0.95% | - |
| XYZ | 68.47 | 57.41 | 89.91 | - |
| YUV | 204.79 | 147.87 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 179 | 240 | 0 | 0.26 | 0.01 | 0.05 | 301.9 | 0.71 | 0.83 |
| Hex | F2 | B3 | F0 | 0 | 1A | 1 | 5 | 12E | 47 | 53 |
| Octal | 362 | 263 | 360 | 0 | 32 | 1 | 5 | 456 | 107 | 123 |
| Binary | 11110010 | 10110011 | 11110000 | 0 | 11010 | 1 | 101 | 100101110 | 1000111 | 1010011 |
Color Harmonies of #F2B3F0
Complementary color
Monochromatic Colors of #F2B3F0
Black with #F2B3F0
Text Example
Text Example
White with #F2B3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B3F0; }
p { color: rgb(242,179,240); }
H1.HeaderClassName
{
color: #F2B3F0;
}
.AnyTagClassName
{
color: #F2B3F0;
}
</style>
background-color css
<style>
a { background-color: #F2B3F0; }
a { background-color: rgb(242,179,240); }
div.DivClassName
{
background-color: #F2B3F0;
}
.BgClassName
{
background-color: #F2B3F0;
}
</style>
border-color css
<style>
span { border-color: #F2B3F0; }
span { border-color: rgb(242,179,240); }
td.TdClassName
{
border-color: #F2B3F0;
}
.TagClassName
{
border-color: #F2B3F0;
}
</style>