Shades of Lavender Rose #F698DA
Tints of Lavender Rose #F698DA
RGB
CMYK
RGB Variations
Color information
#F698DA (or 0xF698DA) is known color: Lavender Rose. HEX triplet: F6, 98 and DA. RGB value is (246,152,218). Sum of RGB (Red+Green+Blue) = 246+152+218=616 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.94% from 616); Green value is 152 (59.77% from 255 or 24.68% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 246 - color contains mainly: red. Hex color #F698DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F698DA is #096725. Grayscale: #BBBBBB. Windows color (decimal): -616230 or 14326006. OLE color: 14326006.
HSL color Cylindrical-coordinate representation of color #F698DA: hue angle of 317.87º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F698DA is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 152 | 218 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.04 |
| HSL | 317.87º | 0.84% | 0.78% | - |
| HSV(B) | 317.87º | 0.38% | 0.96% | - |
| XYZ | 61.89 | 47.11 | 72.16 | - |
| YUV | 187.63 | 145.14 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 152 | 218 | 0 | 0.38 | 0.11 | 0.04 | 317.87 | 0.84 | 0.78 |
| Hex | F6 | 98 | DA | 0 | 26 | B | 4 | 13E | 54 | 4E |
| Octal | 366 | 230 | 332 | 0 | 46 | 13 | 4 | 476 | 124 | 116 |
| Binary | 11110110 | 10011000 | 11011010 | 0 | 100110 | 1011 | 100 | 100111110 | 1010100 | 1001110 |
Color Harmonies of #F698DA
Complementary color
Monochromatic Colors of #F698DA
Black with #F698DA
Text Example
Text Example
White with #F698DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F698DA; }
p { color: rgb(246,152,218); }
H1.HeaderClassName
{
color: #F698DA;
}
.AnyTagClassName
{
color: #F698DA;
}
</style>
background-color css
<style>
a { background-color: #F698DA; }
a { background-color: rgb(246,152,218); }
div.DivClassName
{
background-color: #F698DA;
}
.BgClassName
{
background-color: #F698DA;
}
</style>
border-color css
<style>
span { border-color: #F698DA; }
span { border-color: rgb(246,152,218); }
td.TdClassName
{
border-color: #F698DA;
}
.TagClassName
{
border-color: #F698DA;
}
</style>