Shades of Lavender Rose #F699DE
Tints of Lavender Rose #F699DE
RGB
CMYK
RGB Variations
Color information
#F699DE (or 0xF699DE) is known color: Lavender Rose. HEX triplet: F6, 99 and DE. RGB value is (246,153,222). Sum of RGB (Red+Green+Blue) = 246+153+222=621 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.61% from 621); Green value is 153 (60.16% from 255 or 24.64% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 246 - color contains mainly: red. Hex color #F699DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F699DE is #096621. Grayscale: #BCBCBC. Windows color (decimal): -615970 or 14588406. OLE color: 14588406.
HSL color Cylindrical-coordinate representation of color #F699DE: hue angle of 315.48º 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 #F699DE is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 153 | 222 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.04 |
| HSL | 315.48º | 0.84% | 0.78% | - |
| HSV(B) | 315.48º | 0.38% | 0.96% | - |
| XYZ | 62.58 | 47.65 | 75.01 | - |
| YUV | 188.67 | 146.81 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 153 | 222 | 0 | 0.38 | 0.10 | 0.04 | 315.48 | 0.84 | 0.78 |
| Hex | F6 | 99 | DE | 0 | 26 | A | 4 | 13B | 54 | 4E |
| Octal | 366 | 231 | 336 | 0 | 46 | 12 | 4 | 473 | 124 | 116 |
| Binary | 11110110 | 10011001 | 11011110 | 0 | 100110 | 1010 | 100 | 100111011 | 1010100 | 1001110 |
Color Harmonies of #F699DE
Complementary color
Monochromatic Colors of #F699DE
Black with #F699DE
Text Example
Text Example
White with #F699DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F699DE; }
p { color: rgb(246,153,222); }
H1.HeaderClassName
{
color: #F699DE;
}
.AnyTagClassName
{
color: #F699DE;
}
</style>
background-color css
<style>
a { background-color: #F699DE; }
a { background-color: rgb(246,153,222); }
div.DivClassName
{
background-color: #F699DE;
}
.BgClassName
{
background-color: #F699DE;
}
</style>
border-color css
<style>
span { border-color: #F699DE; }
span { border-color: rgb(246,153,222); }
td.TdClassName
{
border-color: #F699DE;
}
.TagClassName
{
border-color: #F699DE;
}
</style>