Shades of Lavender Rose #F694DC
Tints of Lavender Rose #F694DC
RGB
CMYK
RGB Variations
Color information
#F694DC (or 0xF694DC) is known color: Lavender Rose. HEX triplet: F6, 94 and DC. RGB value is (246,148,220). Sum of RGB (Red+Green+Blue) = 246+148+220=614 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.07% from 614); Green value is 148 (58.20% from 255 or 24.10% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 246 - color contains mainly: red. Hex color #F694DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F694DC is #096B23. Grayscale: #B9B9B9. Windows color (decimal): -617252 or 14456054. OLE color: 14456054.
HSL color Cylindrical-coordinate representation of color #F694DC: hue angle of 315.92º 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 #F694DC is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 148 | 220 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.04 |
| HSL | 315.92º | 0.84% | 0.77% | - |
| HSV(B) | 315.92º | 0.4% | 0.96% | - |
| XYZ | 61.51 | 45.94 | 73.34 | - |
| YUV | 185.51 | 147.47 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 148 | 220 | 0 | 0.40 | 0.11 | 0.04 | 315.92 | 0.84 | 0.77 |
| Hex | F6 | 94 | DC | 0 | 28 | B | 4 | 13C | 54 | 4D |
| Octal | 366 | 224 | 334 | 0 | 50 | 13 | 4 | 474 | 124 | 115 |
| Binary | 11110110 | 10010100 | 11011100 | 0 | 101000 | 1011 | 100 | 100111100 | 1010100 | 1001101 |
Color Harmonies of #F694DC
Complementary color
Monochromatic Colors of #F694DC
Black with #F694DC
Text Example
Text Example
White with #F694DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F694DC; }
p { color: rgb(246,148,220); }
H1.HeaderClassName
{
color: #F694DC;
}
.AnyTagClassName
{
color: #F694DC;
}
</style>
background-color css
<style>
a { background-color: #F694DC; }
a { background-color: rgb(246,148,220); }
div.DivClassName
{
background-color: #F694DC;
}
.BgClassName
{
background-color: #F694DC;
}
</style>
border-color css
<style>
span { border-color: #F694DC; }
span { border-color: rgb(246,148,220); }
td.TdClassName
{
border-color: #F694DC;
}
.TagClassName
{
border-color: #F694DC;
}
</style>