Shades of Lavender Rose #F299E3
Tints of Lavender Rose #F299E3
RGB
CMYK
RGB Variations
Color information
#F299E3 (or 0xF299E3) is known color: Lavender Rose. HEX triplet: F2, 99 and E3. RGB value is (242,153,227). Sum of RGB (Red+Green+Blue) = 242+153+227=622 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.91% from 622); Green value is 153 (60.16% from 255 or 24.60% from 622); Blue value is 227 (89.06% from 255 or 36.50% from 622); Max value from RGB is 242 - color contains mainly: red. Hex color #F299E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F299E3 is #0D661C. Grayscale: #BBBBBB. Windows color (decimal): -878109 or 14916082. OLE color: 14916082.
HSL color Cylindrical-coordinate representation of color #F299E3: hue angle of 310.11º 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 #F299E3 is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 227 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.05 |
| HSL | 310.11º | 0.77% | 0.77% | - |
| HSV(B) | 310.11º | 0.37% | 0.95% | - |
| XYZ | 61.87 | 47.21 | 78.52 | - |
| YUV | 188.05 | 149.99 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 227 | 0 | 0.37 | 0.06 | 0.05 | 310.11 | 0.77 | 0.77 |
| Hex | F2 | 99 | E3 | 0 | 25 | 6 | 5 | 136 | 4D | 4D |
| Octal | 362 | 231 | 343 | 0 | 45 | 6 | 5 | 466 | 115 | 115 |
| Binary | 11110010 | 10011001 | 11100011 | 0 | 100101 | 110 | 101 | 100110110 | 1001101 | 1001101 |
Color Harmonies of #F299E3
Complementary color
Monochromatic Colors of #F299E3
Black with #F299E3
Text Example
Text Example
White with #F299E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F299E3; }
p { color: rgb(242,153,227); }
H1.HeaderClassName
{
color: #F299E3;
}
.AnyTagClassName
{
color: #F299E3;
}
</style>
background-color css
<style>
a { background-color: #F299E3; }
a { background-color: rgb(242,153,227); }
div.DivClassName
{
background-color: #F299E3;
}
.BgClassName
{
background-color: #F299E3;
}
</style>
border-color css
<style>
span { border-color: #F299E3; }
span { border-color: rgb(242,153,227); }
td.TdClassName
{
border-color: #F299E3;
}
.TagClassName
{
border-color: #F299E3;
}
</style>