Shades of Lavender Rose #F695DD
Tints of Lavender Rose #F695DD
RGB
CMYK
RGB Variations
Color information
#F695DD (or 0xF695DD) is known color: Lavender Rose. HEX triplet: F6, 95 and DD. RGB value is (246,149,221). Sum of RGB (Red+Green+Blue) = 246+149+221=616 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.94% from 616); Green value is 149 (58.59% from 255 or 24.19% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 246 - color contains mainly: red. Hex color #F695DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F695DD is #096A22. Grayscale: #BABABA. Windows color (decimal): -616995 or 14521846. OLE color: 14521846.
HSL color Cylindrical-coordinate representation of color #F695DD: hue angle of 315.46º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F695DD is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 149 | 221 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.04 |
| HSL | 315.46º | 0.84% | 0.77% | - |
| HSV(B) | 315.46º | 0.39% | 0.96% | - |
| XYZ | 61.8 | 46.31 | 74.09 | - |
| YUV | 186.21 | 147.64 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 149 | 221 | 0 | 0.39 | 0.10 | 0.04 | 315.46 | 0.84 | 0.77 |
| Hex | F6 | 95 | DD | 0 | 27 | A | 4 | 13B | 54 | 4D |
| Octal | 366 | 225 | 335 | 0 | 47 | 12 | 4 | 473 | 124 | 115 |
| Binary | 11110110 | 10010101 | 11011101 | 0 | 100111 | 1010 | 100 | 100111011 | 1010100 | 1001101 |
Color Harmonies of #F695DD
Complementary color
Monochromatic Colors of #F695DD
Black with #F695DD
Text Example
Text Example
White with #F695DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F695DD; }
p { color: rgb(246,149,221); }
H1.HeaderClassName
{
color: #F695DD;
}
.AnyTagClassName
{
color: #F695DD;
}
</style>
background-color css
<style>
a { background-color: #F695DD; }
a { background-color: rgb(246,149,221); }
div.DivClassName
{
background-color: #F695DD;
}
.BgClassName
{
background-color: #F695DD;
}
</style>
border-color css
<style>
span { border-color: #F695DD; }
span { border-color: rgb(246,149,221); }
td.TdClassName
{
border-color: #F695DD;
}
.TagClassName
{
border-color: #F695DD;
}
</style>