Shades of Lavender Rose #F69EDA
Tints of Lavender Rose #F69EDA
RGB
CMYK
RGB Variations
Color information
#F69EDA (or 0xF69EDA) is known color: Lavender Rose. HEX triplet: F6, 9E and DA. RGB value is (246,158,218). Sum of RGB (Red+Green+Blue) = 246+158+218=622 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.55% from 622); Green value is 158 (62.11% from 255 or 25.40% from 622); Blue value is 218 (85.55% from 255 or 35.05% from 622); Max value from RGB is 246 - color contains mainly: red. Hex color #F69EDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69EDA is #096125. Grayscale: #BEBEBE. Windows color (decimal): -614694 or 14327542. OLE color: 14327542.
HSL color Cylindrical-coordinate representation of color #F69EDA: hue angle of 319.09º 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 #F69EDA is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 158 | 218 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.04 |
| HSL | 319.09º | 0.83% | 0.79% | - |
| HSV(B) | 319.09º | 0.36% | 0.96% | - |
| XYZ | 62.89 | 49.11 | 72.49 | - |
| YUV | 191.15 | 143.15 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 158 | 218 | 0 | 0.36 | 0.11 | 0.04 | 319.09 | 0.83 | 0.79 |
| Hex | F6 | 9E | DA | 0 | 24 | B | 4 | 13F | 53 | 4F |
| Octal | 366 | 236 | 332 | 0 | 44 | 13 | 4 | 477 | 123 | 117 |
| Binary | 11110110 | 10011110 | 11011010 | 0 | 100100 | 1011 | 100 | 100111111 | 1010011 | 1001111 |
Color Harmonies of #F69EDA
Complementary color
Monochromatic Colors of #F69EDA
Black with #F69EDA
Text Example
Text Example
White with #F69EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69EDA; }
p { color: rgb(246,158,218); }
H1.HeaderClassName
{
color: #F69EDA;
}
.AnyTagClassName
{
color: #F69EDA;
}
</style>
background-color css
<style>
a { background-color: #F69EDA; }
a { background-color: rgb(246,158,218); }
div.DivClassName
{
background-color: #F69EDA;
}
.BgClassName
{
background-color: #F69EDA;
}
</style>
border-color css
<style>
span { border-color: #F69EDA; }
span { border-color: rgb(246,158,218); }
td.TdClassName
{
border-color: #F69EDA;
}
.TagClassName
{
border-color: #F69EDA;
}
</style>