Shades of Lavender Rose #F299E4
Tints of Lavender Rose #F299E4
RGB
CMYK
RGB Variations
Color information
#F299E4 (or 0xF299E4) is known color: Lavender Rose. HEX triplet: F2, 99 and E4. RGB value is (242,153,228). Sum of RGB (Red+Green+Blue) = 242+153+228=623 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.84% from 623); Green value is 153 (60.16% from 255 or 24.56% from 623); Blue value is 228 (89.45% from 255 or 36.60% from 623); Max value from RGB is 242 - color contains mainly: red. Hex color #F299E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F299E4 is #0D661B. Grayscale: #BBBBBB. Windows color (decimal): -878108 or 14981618. OLE color: 14981618.
HSL color Cylindrical-coordinate representation of color #F299E4: hue angle of 309.44º 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 #F299E4 is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 228 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.05 |
| HSL | 309.44º | 0.77% | 0.77% | - |
| HSV(B) | 309.44º | 0.37% | 0.95% | - |
| XYZ | 62.01 | 47.26 | 79.25 | - |
| YUV | 188.16 | 150.49 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 228 | 0 | 0.37 | 0.06 | 0.05 | 309.44 | 0.77 | 0.77 |
| Hex | F2 | 99 | E4 | 0 | 25 | 6 | 5 | 135 | 4D | 4D |
| Octal | 362 | 231 | 344 | 0 | 45 | 6 | 5 | 465 | 115 | 115 |
| Binary | 11110010 | 10011001 | 11100100 | 0 | 100101 | 110 | 101 | 100110101 | 1001101 | 1001101 |
Color Harmonies of #F299E4
Complementary color
Monochromatic Colors of #F299E4
Black with #F299E4
Text Example
Text Example
White with #F299E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F299E4; }
p { color: rgb(242,153,228); }
H1.HeaderClassName
{
color: #F299E4;
}
.AnyTagClassName
{
color: #F299E4;
}
</style>
background-color css
<style>
a { background-color: #F299E4; }
a { background-color: rgb(242,153,228); }
div.DivClassName
{
background-color: #F299E4;
}
.BgClassName
{
background-color: #F299E4;
}
</style>
border-color css
<style>
span { border-color: #F299E4; }
span { border-color: rgb(242,153,228); }
td.TdClassName
{
border-color: #F299E4;
}
.TagClassName
{
border-color: #F299E4;
}
</style>