Shades of Lavender Rose #F698DF
Tints of Lavender Rose #F698DF
RGB
CMYK
RGB Variations
Color information
#F698DF (or 0xF698DF) is known color: Lavender Rose. HEX triplet: F6, 98 and DF. RGB value is (246,152,223). Sum of RGB (Red+Green+Blue) = 246+152+223=621 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.61% from 621); Green value is 152 (59.77% from 255 or 24.48% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 246 - color contains mainly: red. Hex color #F698DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F698DF is #096720. Grayscale: #BCBCBC. Windows color (decimal): -616225 or 14653686. OLE color: 14653686.
HSL color Cylindrical-coordinate representation of color #F698DF: hue angle of 314.68º 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 #F698DF is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 152 | 223 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.04 |
| HSL | 314.68º | 0.84% | 0.78% | - |
| HSV(B) | 314.68º | 0.38% | 0.96% | - |
| XYZ | 62.55 | 47.38 | 75.66 | - |
| YUV | 188.2 | 147.64 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 152 | 223 | 0 | 0.38 | 0.09 | 0.04 | 314.68 | 0.84 | 0.78 |
| Hex | F6 | 98 | DF | 0 | 26 | 9 | 4 | 13B | 54 | 4E |
| Octal | 366 | 230 | 337 | 0 | 46 | 11 | 4 | 473 | 124 | 116 |
| Binary | 11110110 | 10011000 | 11011111 | 0 | 100110 | 1001 | 100 | 100111011 | 1010100 | 1001110 |
Color Harmonies of #F698DF
Complementary color
Monochromatic Colors of #F698DF
Black with #F698DF
Text Example
Text Example
White with #F698DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F698DF; }
p { color: rgb(246,152,223); }
H1.HeaderClassName
{
color: #F698DF;
}
.AnyTagClassName
{
color: #F698DF;
}
</style>
background-color css
<style>
a { background-color: #F698DF; }
a { background-color: rgb(246,152,223); }
div.DivClassName
{
background-color: #F698DF;
}
.BgClassName
{
background-color: #F698DF;
}
</style>
border-color css
<style>
span { border-color: #F698DF; }
span { border-color: rgb(246,152,223); }
td.TdClassName
{
border-color: #F698DF;
}
.TagClassName
{
border-color: #F698DF;
}
</style>