Shades of Lavender Rose #F697EC
Tints of Lavender Rose #F697EC
RGB
CMYK
RGB Variations
Color information
#F697EC (or 0xF697EC) is known color: Lavender Rose. HEX triplet: F6, 97 and EC. RGB value is (246,151,236). Sum of RGB (Red+Green+Blue) = 246+151+236=633 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.86% from 633); Green value is 151 (59.38% from 255 or 23.85% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 246 - color contains mainly: red. Hex color #F697EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F697EC is #096813. Grayscale: #BCBCBC. Windows color (decimal): -616468 or 15505398. OLE color: 15505398.
HSL color Cylindrical-coordinate representation of color #F697EC: hue angle of 306.32º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F697EC is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 151 | 236 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.04 |
| HSL | 306.32º | 0.84% | 0.78% | - |
| HSV(B) | 306.32º | 0.39% | 0.96% | - |
| XYZ | 64.21 | 47.78 | 85.2 | - |
| YUV | 189.1 | 154.47 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 151 | 236 | 0 | 0.39 | 0.04 | 0.04 | 306.32 | 0.84 | 0.78 |
| Hex | F6 | 97 | EC | 0 | 27 | 4 | 4 | 132 | 54 | 4E |
| Octal | 366 | 227 | 354 | 0 | 47 | 4 | 4 | 462 | 124 | 116 |
| Binary | 11110110 | 10010111 | 11101100 | 0 | 100111 | 100 | 100 | 100110010 | 1010100 | 1001110 |
Color Harmonies of #F697EC
Complementary color
Monochromatic Colors of #F697EC
Black with #F697EC
Text Example
Text Example
White with #F697EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F697EC; }
p { color: rgb(246,151,236); }
H1.HeaderClassName
{
color: #F697EC;
}
.AnyTagClassName
{
color: #F697EC;
}
</style>
background-color css
<style>
a { background-color: #F697EC; }
a { background-color: rgb(246,151,236); }
div.DivClassName
{
background-color: #F697EC;
}
.BgClassName
{
background-color: #F697EC;
}
</style>
border-color css
<style>
span { border-color: #F697EC; }
span { border-color: rgb(246,151,236); }
td.TdClassName
{
border-color: #F697EC;
}
.TagClassName
{
border-color: #F697EC;
}
</style>