Shades of Lavender Rose #F694DD
Tints of Lavender Rose #F694DD
RGB
CMYK
RGB Variations
Color information
#F694DD (or 0xF694DD) is known color: Lavender Rose. HEX triplet: F6, 94 and DD. RGB value is (246,148,221). Sum of RGB (Red+Green+Blue) = 246+148+221=615 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40% from 615); Green value is 148 (58.20% from 255 or 24.07% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 246 - color contains mainly: red. Hex color #F694DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F694DD is #096B22. Grayscale: #B9B9B9. Windows color (decimal): -617251 or 14521590. OLE color: 14521590.
HSL color Cylindrical-coordinate representation of color #F694DD: hue angle of 315.31º 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 #F694DD is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 148 | 221 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.04 |
| HSL | 315.31º | 0.84% | 0.77% | - |
| HSV(B) | 315.31º | 0.4% | 0.96% | - |
| XYZ | 61.65 | 45.99 | 74.04 | - |
| YUV | 185.62 | 147.97 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 148 | 221 | 0 | 0.40 | 0.10 | 0.04 | 315.31 | 0.84 | 0.77 |
| Hex | F6 | 94 | DD | 0 | 28 | A | 4 | 13B | 54 | 4D |
| Octal | 366 | 224 | 335 | 0 | 50 | 12 | 4 | 473 | 124 | 115 |
| Binary | 11110110 | 10010100 | 11011101 | 0 | 101000 | 1010 | 100 | 100111011 | 1010100 | 1001101 |
Color Harmonies of #F694DD
Complementary color
Monochromatic Colors of #F694DD
Black with #F694DD
Text Example
Text Example
White with #F694DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F694DD; }
p { color: rgb(246,148,221); }
H1.HeaderClassName
{
color: #F694DD;
}
.AnyTagClassName
{
color: #F694DD;
}
</style>
background-color css
<style>
a { background-color: #F694DD; }
a { background-color: rgb(246,148,221); }
div.DivClassName
{
background-color: #F694DD;
}
.BgClassName
{
background-color: #F694DD;
}
</style>
border-color css
<style>
span { border-color: #F694DD; }
span { border-color: rgb(246,148,221); }
td.TdClassName
{
border-color: #F694DD;
}
.TagClassName
{
border-color: #F694DD;
}
</style>