Shades of Lavender Rose #F698ED
Tints of Lavender Rose #F698ED
RGB
CMYK
RGB Variations
Color information
#F698ED (or 0xF698ED) is known color: Lavender Rose. HEX triplet: F6, 98 and ED. RGB value is (246,152,237). Sum of RGB (Red+Green+Blue) = 246+152+237=635 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.74% from 635); Green value is 152 (59.77% from 255 or 23.94% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 246 - color contains mainly: red. Hex color #F698ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F698ED is #096712. Grayscale: #BDBDBD. Windows color (decimal): -616211 or 15571190. OLE color: 15571190.
HSL color Cylindrical-coordinate representation of color #F698ED: hue angle of 305.74º 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 #F698ED is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 152 | 237 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.04 |
| HSL | 305.74º | 0.84% | 0.78% | - |
| HSV(B) | 305.74º | 0.38% | 0.96% | - |
| XYZ | 64.52 | 48.16 | 86.02 | - |
| YUV | 189.8 | 154.64 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 152 | 237 | 0 | 0.38 | 0.04 | 0.04 | 305.74 | 0.84 | 0.78 |
| Hex | F6 | 98 | ED | 0 | 26 | 4 | 4 | 132 | 54 | 4E |
| Octal | 366 | 230 | 355 | 0 | 46 | 4 | 4 | 462 | 124 | 116 |
| Binary | 11110110 | 10011000 | 11101101 | 0 | 100110 | 100 | 100 | 100110010 | 1010100 | 1001110 |
Color Harmonies of #F698ED
Complementary color
Monochromatic Colors of #F698ED
Black with #F698ED
Text Example
Text Example
White with #F698ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F698ED; }
p { color: rgb(246,152,237); }
H1.HeaderClassName
{
color: #F698ED;
}
.AnyTagClassName
{
color: #F698ED;
}
</style>
background-color css
<style>
a { background-color: #F698ED; }
a { background-color: rgb(246,152,237); }
div.DivClassName
{
background-color: #F698ED;
}
.BgClassName
{
background-color: #F698ED;
}
</style>
border-color css
<style>
span { border-color: #F698ED; }
span { border-color: rgb(246,152,237); }
td.TdClassName
{
border-color: #F698ED;
}
.TagClassName
{
border-color: #F698ED;
}
</style>