Shades of Lavender Rose #F694D9
Tints of Lavender Rose #F694D9
RGB
CMYK
RGB Variations
Color information
#F694D9 (or 0xF694D9) is known color: Lavender Rose. HEX triplet: F6, 94 and D9. RGB value is (246,148,217). Sum of RGB (Red+Green+Blue) = 246+148+217=611 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.26% from 611); Green value is 148 (58.20% from 255 or 24.22% from 611); Blue value is 217 (85.16% from 255 or 35.52% from 611); Max value from RGB is 246 - color contains mainly: red. Hex color #F694D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F694D9 is #096B26. Grayscale: #B8B8B8. Windows color (decimal): -617255 or 14259446. OLE color: 14259446.
HSL color Cylindrical-coordinate representation of color #F694D9: hue angle of 317.76º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F694D9 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 148 | 217 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.04 |
| HSL | 317.76º | 0.84% | 0.77% | - |
| HSV(B) | 317.76º | 0.4% | 0.96% | - |
| XYZ | 61.12 | 45.78 | 71.26 | - |
| YUV | 185.17 | 145.97 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 148 | 217 | 0 | 0.40 | 0.12 | 0.04 | 317.76 | 0.84 | 0.77 |
| Hex | F6 | 94 | D9 | 0 | 28 | C | 4 | 13E | 54 | 4D |
| Octal | 366 | 224 | 331 | 0 | 50 | 14 | 4 | 476 | 124 | 115 |
| Binary | 11110110 | 10010100 | 11011001 | 0 | 101000 | 1100 | 100 | 100111110 | 1010100 | 1001101 |
Color Harmonies of #F694D9
Complementary color
Monochromatic Colors of #F694D9
Black with #F694D9
Text Example
Text Example
White with #F694D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F694D9; }
p { color: rgb(246,148,217); }
H1.HeaderClassName
{
color: #F694D9;
}
.AnyTagClassName
{
color: #F694D9;
}
</style>
background-color css
<style>
a { background-color: #F694D9; }
a { background-color: rgb(246,148,217); }
div.DivClassName
{
background-color: #F694D9;
}
.BgClassName
{
background-color: #F694D9;
}
</style>
border-color css
<style>
span { border-color: #F694D9; }
span { border-color: rgb(246,148,217); }
td.TdClassName
{
border-color: #F694D9;
}
.TagClassName
{
border-color: #F694D9;
}
</style>