Shades of Lavender Rose #F697DC
Tints of Lavender Rose #F697DC
RGB
CMYK
RGB Variations
Color information
#F697DC (or 0xF697DC) is known color: Lavender Rose. HEX triplet: F6, 97 and DC. RGB value is (246,151,220). Sum of RGB (Red+Green+Blue) = 246+151+220=617 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.87% from 617); Green value is 151 (59.38% from 255 or 24.47% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 246 - color contains mainly: red. Hex color #F697DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F697DC is #096823. Grayscale: #BBBBBB. Windows color (decimal): -616484 or 14456822. OLE color: 14456822.
HSL color Cylindrical-coordinate representation of color #F697DC: hue angle of 316.42º 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 #F697DC is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 151 | 220 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.04 |
| HSL | 316.42º | 0.84% | 0.78% | - |
| HSV(B) | 316.42º | 0.39% | 0.96% | - |
| XYZ | 61.99 | 46.89 | 73.49 | - |
| YUV | 187.27 | 146.47 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 151 | 220 | 0 | 0.39 | 0.11 | 0.04 | 316.42 | 0.84 | 0.78 |
| Hex | F6 | 97 | DC | 0 | 27 | B | 4 | 13C | 54 | 4E |
| Octal | 366 | 227 | 334 | 0 | 47 | 13 | 4 | 474 | 124 | 116 |
| Binary | 11110110 | 10010111 | 11011100 | 0 | 100111 | 1011 | 100 | 100111100 | 1010100 | 1001110 |
Color Harmonies of #F697DC
Complementary color
Monochromatic Colors of #F697DC
Black with #F697DC
Text Example
Text Example
White with #F697DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F697DC; }
p { color: rgb(246,151,220); }
H1.HeaderClassName
{
color: #F697DC;
}
.AnyTagClassName
{
color: #F697DC;
}
</style>
background-color css
<style>
a { background-color: #F697DC; }
a { background-color: rgb(246,151,220); }
div.DivClassName
{
background-color: #F697DC;
}
.BgClassName
{
background-color: #F697DC;
}
</style>
border-color css
<style>
span { border-color: #F697DC; }
span { border-color: rgb(246,151,220); }
td.TdClassName
{
border-color: #F697DC;
}
.TagClassName
{
border-color: #F697DC;
}
</style>