Shades of Lavender Rose #F699EF
Tints of Lavender Rose #F699EF
RGB
CMYK
RGB Variations
Color information
#F699EF (or 0xF699EF) is known color: Lavender Rose. HEX triplet: F6, 99 and EF. RGB value is (246,153,239). Sum of RGB (Red+Green+Blue) = 246+153+239=638 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.56% from 638); Green value is 153 (60.16% from 255 or 23.98% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 246 - color contains mainly: red. Hex color #F699EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F699EF is #096610. Grayscale: #BEBEBE. Windows color (decimal): -615953 or 15702518. OLE color: 15702518.
HSL color Cylindrical-coordinate representation of color #F699EF: hue angle of 304.52º 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 #F699EF is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 153 | 239 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.04 |
| HSL | 304.52º | 0.84% | 0.78% | - |
| HSV(B) | 304.52º | 0.38% | 0.96% | - |
| XYZ | 64.98 | 48.61 | 87.62 | - |
| YUV | 190.61 | 155.31 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 153 | 239 | 0 | 0.38 | 0.03 | 0.04 | 304.52 | 0.84 | 0.78 |
| Hex | F6 | 99 | EF | 0 | 26 | 3 | 4 | 131 | 54 | 4E |
| Octal | 366 | 231 | 357 | 0 | 46 | 3 | 4 | 461 | 124 | 116 |
| Binary | 11110110 | 10011001 | 11101111 | 0 | 100110 | 11 | 100 | 100110001 | 1010100 | 1001110 |
Color Harmonies of #F699EF
Complementary color
Monochromatic Colors of #F699EF
Black with #F699EF
Text Example
Text Example
White with #F699EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F699EF; }
p { color: rgb(246,153,239); }
H1.HeaderClassName
{
color: #F699EF;
}
.AnyTagClassName
{
color: #F699EF;
}
</style>
background-color css
<style>
a { background-color: #F699EF; }
a { background-color: rgb(246,153,239); }
div.DivClassName
{
background-color: #F699EF;
}
.BgClassName
{
background-color: #F699EF;
}
</style>
border-color css
<style>
span { border-color: #F699EF; }
span { border-color: rgb(246,153,239); }
td.TdClassName
{
border-color: #F699EF;
}
.TagClassName
{
border-color: #F699EF;
}
</style>