Shades of Lavender Rose #F697DF
Tints of Lavender Rose #F697DF
RGB
CMYK
RGB Variations
Color information
#F697DF (or 0xF697DF) is known color: Lavender Rose. HEX triplet: F6, 97 and DF. RGB value is (246,151,223). Sum of RGB (Red+Green+Blue) = 246+151+223=620 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.68% from 620); Green value is 151 (59.38% from 255 or 24.35% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 246 - color contains mainly: red. Hex color #F697DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F697DF is #096820. Grayscale: #BBBBBB. Windows color (decimal): -616481 or 14653430. OLE color: 14653430.
HSL color Cylindrical-coordinate representation of color #F697DF: hue angle of 314.53º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F697DF is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 151 | 223 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.04 |
| HSL | 314.53º | 0.84% | 0.78% | - |
| HSV(B) | 314.53º | 0.39% | 0.96% | - |
| XYZ | 62.39 | 47.05 | 75.61 | - |
| YUV | 187.61 | 147.97 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 151 | 223 | 0 | 0.39 | 0.09 | 0.04 | 314.53 | 0.84 | 0.78 |
| Hex | F6 | 97 | DF | 0 | 27 | 9 | 4 | 13B | 54 | 4E |
| Octal | 366 | 227 | 337 | 0 | 47 | 11 | 4 | 473 | 124 | 116 |
| Binary | 11110110 | 10010111 | 11011111 | 0 | 100111 | 1001 | 100 | 100111011 | 1010100 | 1001110 |
Color Harmonies of #F697DF
Complementary color
Monochromatic Colors of #F697DF
Black with #F697DF
Text Example
Text Example
White with #F697DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F697DF; }
p { color: rgb(246,151,223); }
H1.HeaderClassName
{
color: #F697DF;
}
.AnyTagClassName
{
color: #F697DF;
}
</style>
background-color css
<style>
a { background-color: #F697DF; }
a { background-color: rgb(246,151,223); }
div.DivClassName
{
background-color: #F697DF;
}
.BgClassName
{
background-color: #F697DF;
}
</style>
border-color css
<style>
span { border-color: #F697DF; }
span { border-color: rgb(246,151,223); }
td.TdClassName
{
border-color: #F697DF;
}
.TagClassName
{
border-color: #F697DF;
}
</style>