Shades of Lavender Rose #F69EE0
Tints of Lavender Rose #F69EE0
RGB
CMYK
RGB Variations
Color information
#F69EE0 (or 0xF69EE0) is known color: Lavender Rose. HEX triplet: F6, 9E and E0. RGB value is (246,158,224). Sum of RGB (Red+Green+Blue) = 246+158+224=628 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.17% from 628); Green value is 158 (62.11% from 255 or 25.16% from 628); Blue value is 224 (87.89% from 255 or 35.67% from 628); Max value from RGB is 246 - color contains mainly: red. Hex color #F69EE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69EE0 is #09611F. Grayscale: #BFBFBF. Windows color (decimal): -614688 or 14720758. OLE color: 14720758.
HSL color Cylindrical-coordinate representation of color #F69EE0: hue angle of 315º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F69EE0 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 158 | 224 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.04 |
| HSL | 315º | 0.83% | 0.79% | - |
| HSV(B) | 315º | 0.36% | 0.96% | - |
| XYZ | 63.69 | 49.43 | 76.7 | - |
| YUV | 191.84 | 146.15 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 158 | 224 | 0 | 0.36 | 0.09 | 0.04 | 315 | 0.83 | 0.79 |
| Hex | F6 | 9E | E0 | 0 | 24 | 9 | 4 | 13B | 53 | 4F |
| Octal | 366 | 236 | 340 | 0 | 44 | 11 | 4 | 473 | 123 | 117 |
| Binary | 11110110 | 10011110 | 11100000 | 0 | 100100 | 1001 | 100 | 100111011 | 1010011 | 1001111 |
Color Harmonies of #F69EE0
Complementary color
Monochromatic Colors of #F69EE0
Black with #F69EE0
Text Example
Text Example
White with #F69EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69EE0; }
p { color: rgb(246,158,224); }
H1.HeaderClassName
{
color: #F69EE0;
}
.AnyTagClassName
{
color: #F69EE0;
}
</style>
background-color css
<style>
a { background-color: #F69EE0; }
a { background-color: rgb(246,158,224); }
div.DivClassName
{
background-color: #F69EE0;
}
.BgClassName
{
background-color: #F69EE0;
}
</style>
border-color css
<style>
span { border-color: #F69EE0; }
span { border-color: rgb(246,158,224); }
td.TdClassName
{
border-color: #F69EE0;
}
.TagClassName
{
border-color: #F69EE0;
}
</style>