Shades of Lavender Rose #F697D8
Tints of Lavender Rose #F697D8
RGB
CMYK
RGB Variations
Color information
#F697D8 (or 0xF697D8) is known color: Lavender Rose. HEX triplet: F6, 97 and D8. RGB value is (246,151,216). Sum of RGB (Red+Green+Blue) = 246+151+216=613 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.13% from 613); Green value is 151 (59.38% from 255 or 24.63% from 613); Blue value is 216 (84.77% from 255 or 35.24% from 613); Max value from RGB is 246 - color contains mainly: red. Hex color #F697D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F697D8 is #096827. Grayscale: #BABABA. Windows color (decimal): -616488 or 14194678. OLE color: 14194678.
HSL color Cylindrical-coordinate representation of color #F697D8: hue angle of 318.95º 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 #F697D8 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 151 | 216 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.04 |
| HSL | 318.95º | 0.84% | 0.78% | - |
| HSV(B) | 318.95º | 0.39% | 0.96% | - |
| XYZ | 61.47 | 46.68 | 70.74 | - |
| YUV | 186.82 | 144.47 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 151 | 216 | 0 | 0.39 | 0.12 | 0.04 | 318.95 | 0.84 | 0.78 |
| Hex | F6 | 97 | D8 | 0 | 27 | C | 4 | 13F | 54 | 4E |
| Octal | 366 | 227 | 330 | 0 | 47 | 14 | 4 | 477 | 124 | 116 |
| Binary | 11110110 | 10010111 | 11011000 | 0 | 100111 | 1100 | 100 | 100111111 | 1010100 | 1001110 |
Color Harmonies of #F697D8
Complementary color
Monochromatic Colors of #F697D8
Black with #F697D8
Text Example
Text Example
White with #F697D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F697D8; }
p { color: rgb(246,151,216); }
H1.HeaderClassName
{
color: #F697D8;
}
.AnyTagClassName
{
color: #F697D8;
}
</style>
background-color css
<style>
a { background-color: #F697D8; }
a { background-color: rgb(246,151,216); }
div.DivClassName
{
background-color: #F697D8;
}
.BgClassName
{
background-color: #F697D8;
}
</style>
border-color css
<style>
span { border-color: #F697D8; }
span { border-color: rgb(246,151,216); }
td.TdClassName
{
border-color: #F697D8;
}
.TagClassName
{
border-color: #F697D8;
}
</style>