Shades of Lavender Rose #F69ADE
Tints of Lavender Rose #F69ADE
RGB
CMYK
RGB Variations
Color information
#F69ADE (or 0xF69ADE) is known color: Lavender Rose. HEX triplet: F6, 9A and DE. RGB value is (246,154,222). Sum of RGB (Red+Green+Blue) = 246+154+222=622 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.55% from 622); Green value is 154 (60.55% from 255 or 24.76% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 246 - color contains mainly: red. Hex color #F69ADE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69ADE is #096521. Grayscale: #BDBDBD. Windows color (decimal): -615714 or 14588662. OLE color: 14588662.
HSL color Cylindrical-coordinate representation of color #F69ADE: hue angle of 315.65º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F69ADE is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 154 | 222 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.04 |
| HSL | 315.65º | 0.84% | 0.78% | - |
| HSV(B) | 315.65º | 0.37% | 0.96% | - |
| XYZ | 62.75 | 47.98 | 75.06 | - |
| YUV | 189.26 | 146.48 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 154 | 222 | 0 | 0.37 | 0.10 | 0.04 | 315.65 | 0.84 | 0.78 |
| Hex | F6 | 9A | DE | 0 | 25 | A | 4 | 13C | 54 | 4E |
| Octal | 366 | 232 | 336 | 0 | 45 | 12 | 4 | 474 | 124 | 116 |
| Binary | 11110110 | 10011010 | 11011110 | 0 | 100101 | 1010 | 100 | 100111100 | 1010100 | 1001110 |
Color Harmonies of #F69ADE
Complementary color
Monochromatic Colors of #F69ADE
Black with #F69ADE
Text Example
Text Example
White with #F69ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69ADE; }
p { color: rgb(246,154,222); }
H1.HeaderClassName
{
color: #F69ADE;
}
.AnyTagClassName
{
color: #F69ADE;
}
</style>
background-color css
<style>
a { background-color: #F69ADE; }
a { background-color: rgb(246,154,222); }
div.DivClassName
{
background-color: #F69ADE;
}
.BgClassName
{
background-color: #F69ADE;
}
</style>
border-color css
<style>
span { border-color: #F69ADE; }
span { border-color: rgb(246,154,222); }
td.TdClassName
{
border-color: #F69ADE;
}
.TagClassName
{
border-color: #F69ADE;
}
</style>