Shades of Lavender Rose #F699EE
Tints of Lavender Rose #F699EE
RGB
CMYK
RGB Variations
Color information
#F699EE (or 0xF699EE) is known color: Lavender Rose. HEX triplet: F6, 99 and EE. RGB value is (246,153,238). Sum of RGB (Red+Green+Blue) = 246+153+238=637 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.62% from 637); Green value is 153 (60.16% from 255 or 24.02% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 246 - color contains mainly: red. Hex color #F699EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F699EE is #096611. Grayscale: #BEBEBE. Windows color (decimal): -615954 or 15636982. OLE color: 15636982.
HSL color Cylindrical-coordinate representation of color #F699EE: hue angle of 305.16º 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 #F699EE is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 153 | 238 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.04 |
| HSL | 305.16º | 0.84% | 0.78% | - |
| HSV(B) | 305.16º | 0.38% | 0.96% | - |
| XYZ | 64.83 | 48.55 | 86.84 | - |
| YUV | 190.5 | 154.81 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 153 | 238 | 0 | 0.38 | 0.03 | 0.04 | 305.16 | 0.84 | 0.78 |
| Hex | F6 | 99 | EE | 0 | 26 | 3 | 4 | 131 | 54 | 4E |
| Octal | 366 | 231 | 356 | 0 | 46 | 3 | 4 | 461 | 124 | 116 |
| Binary | 11110110 | 10011001 | 11101110 | 0 | 100110 | 11 | 100 | 100110001 | 1010100 | 1001110 |
Color Harmonies of #F699EE
Complementary color
Monochromatic Colors of #F699EE
Black with #F699EE
Text Example
Text Example
White with #F699EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F699EE; }
p { color: rgb(246,153,238); }
H1.HeaderClassName
{
color: #F699EE;
}
.AnyTagClassName
{
color: #F699EE;
}
</style>
background-color css
<style>
a { background-color: #F699EE; }
a { background-color: rgb(246,153,238); }
div.DivClassName
{
background-color: #F699EE;
}
.BgClassName
{
background-color: #F699EE;
}
</style>
border-color css
<style>
span { border-color: #F699EE; }
span { border-color: rgb(246,153,238); }
td.TdClassName
{
border-color: #F699EE;
}
.TagClassName
{
border-color: #F699EE;
}
</style>