Shades of Lavender Rose #F698EA
Tints of Lavender Rose #F698EA
RGB
CMYK
RGB Variations
Color information
#F698EA (or 0xF698EA) is known color: Lavender Rose. HEX triplet: F6, 98 and EA. RGB value is (246,152,234). Sum of RGB (Red+Green+Blue) = 246+152+234=632 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.92% from 632); Green value is 152 (59.77% from 255 or 24.05% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 246 - color contains mainly: red. Hex color #F698EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F698EA is #096715. Grayscale: #BDBDBD. Windows color (decimal): -616214 or 15374582. OLE color: 15374582.
HSL color Cylindrical-coordinate representation of color #F698EA: hue angle of 307.66º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F698EA is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 152 | 234 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.04 |
| HSL | 307.66º | 0.84% | 0.78% | - |
| HSV(B) | 307.66º | 0.38% | 0.96% | - |
| XYZ | 64.09 | 47.99 | 83.73 | - |
| YUV | 189.45 | 153.14 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 152 | 234 | 0 | 0.38 | 0.05 | 0.04 | 307.66 | 0.84 | 0.78 |
| Hex | F6 | 98 | EA | 0 | 26 | 5 | 4 | 134 | 54 | 4E |
| Octal | 366 | 230 | 352 | 0 | 46 | 5 | 4 | 464 | 124 | 116 |
| Binary | 11110110 | 10011000 | 11101010 | 0 | 100110 | 101 | 100 | 100110100 | 1010100 | 1001110 |
Color Harmonies of #F698EA
Complementary color
Monochromatic Colors of #F698EA
Black with #F698EA
Text Example
Text Example
White with #F698EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F698EA; }
p { color: rgb(246,152,234); }
H1.HeaderClassName
{
color: #F698EA;
}
.AnyTagClassName
{
color: #F698EA;
}
</style>
background-color css
<style>
a { background-color: #F698EA; }
a { background-color: rgb(246,152,234); }
div.DivClassName
{
background-color: #F698EA;
}
.BgClassName
{
background-color: #F698EA;
}
</style>
border-color css
<style>
span { border-color: #F698EA; }
span { border-color: rgb(246,152,234); }
td.TdClassName
{
border-color: #F698EA;
}
.TagClassName
{
border-color: #F698EA;
}
</style>