Shades of Lavender Rose #F299ED
Tints of Lavender Rose #F299ED
RGB
CMYK
RGB Variations
Color information
#F299ED (or 0xF299ED) is known color: Lavender Rose. HEX triplet: F2, 99 and ED. RGB value is (242,153,237). Sum of RGB (Red+Green+Blue) = 242+153+237=632 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.29% from 632); Green value is 153 (60.16% from 255 or 24.21% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 242 - color contains mainly: red. Hex color #F299ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F299ED is #0D6612. Grayscale: #BCBCBC. Windows color (decimal): -878099 or 15571442. OLE color: 15571442.
HSL color Cylindrical-coordinate representation of color #F299ED: hue angle of 303.37º 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 #F299ED is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 237 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.05 |
| HSL | 303.37º | 0.77% | 0.77% | - |
| HSV(B) | 303.37º | 0.37% | 0.95% | - |
| XYZ | 63.3 | 47.77 | 86.01 | - |
| YUV | 189.19 | 154.99 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 237 | 0 | 0.37 | 0.02 | 0.05 | 303.37 | 0.77 | 0.77 |
| Hex | F2 | 99 | ED | 0 | 25 | 2 | 5 | 12F | 4D | 4D |
| Octal | 362 | 231 | 355 | 0 | 45 | 2 | 5 | 457 | 115 | 115 |
| Binary | 11110010 | 10011001 | 11101101 | 0 | 100101 | 10 | 101 | 100101111 | 1001101 | 1001101 |
Color Harmonies of #F299ED
Complementary color
Monochromatic Colors of #F299ED
Black with #F299ED
Text Example
Text Example
White with #F299ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F299ED; }
p { color: rgb(242,153,237); }
H1.HeaderClassName
{
color: #F299ED;
}
.AnyTagClassName
{
color: #F299ED;
}
</style>
background-color css
<style>
a { background-color: #F299ED; }
a { background-color: rgb(242,153,237); }
div.DivClassName
{
background-color: #F299ED;
}
.BgClassName
{
background-color: #F299ED;
}
</style>
border-color css
<style>
span { border-color: #F299ED; }
span { border-color: rgb(242,153,237); }
td.TdClassName
{
border-color: #F299ED;
}
.TagClassName
{
border-color: #F299ED;
}
</style>