Shades of Lavender Rose #F299EC
Tints of Lavender Rose #F299EC
RGB
CMYK
RGB Variations
Color information
#F299EC (or 0xF299EC) is known color: Lavender Rose. HEX triplet: F2, 99 and EC. RGB value is (242,153,236). Sum of RGB (Red+Green+Blue) = 242+153+236=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 153 (60.16% from 255 or 24.25% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 242 - color contains mainly: red. Hex color #F299EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F299EC is #0D6613. Grayscale: #BCBCBC. Windows color (decimal): -878100 or 15505906. OLE color: 15505906.
HSL color Cylindrical-coordinate representation of color #F299EC: hue angle of 304.04º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F299EC is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 236 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.05 |
| HSL | 304.05º | 0.77% | 0.77% | - |
| HSV(B) | 304.05º | 0.37% | 0.95% | - |
| XYZ | 63.15 | 47.72 | 85.24 | - |
| YUV | 189.07 | 154.49 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 236 | 0 | 0.37 | 0.02 | 0.05 | 304.05 | 0.77 | 0.77 |
| Hex | F2 | 99 | EC | 0 | 25 | 2 | 5 | 130 | 4D | 4D |
| Octal | 362 | 231 | 354 | 0 | 45 | 2 | 5 | 460 | 115 | 115 |
| Binary | 11110010 | 10011001 | 11101100 | 0 | 100101 | 10 | 101 | 100110000 | 1001101 | 1001101 |
Color Harmonies of #F299EC
Complementary color
Monochromatic Colors of #F299EC
Black with #F299EC
Text Example
Text Example
White with #F299EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F299EC; }
p { color: rgb(242,153,236); }
H1.HeaderClassName
{
color: #F299EC;
}
.AnyTagClassName
{
color: #F299EC;
}
</style>
background-color css
<style>
a { background-color: #F299EC; }
a { background-color: rgb(242,153,236); }
div.DivClassName
{
background-color: #F299EC;
}
.BgClassName
{
background-color: #F299EC;
}
</style>
border-color css
<style>
span { border-color: #F299EC; }
span { border-color: rgb(242,153,236); }
td.TdClassName
{
border-color: #F299EC;
}
.TagClassName
{
border-color: #F299EC;
}
</style>