Shades of Lavender Rose #F695E8
Tints of Lavender Rose #F695E8
RGB
CMYK
RGB Variations
Color information
#F695E8 (or 0xF695E8) is known color: Lavender Rose. HEX triplet: F6, 95 and E8. RGB value is (246,149,232). Sum of RGB (Red+Green+Blue) = 246+149+232=627 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.23% from 627); Green value is 149 (58.59% from 255 or 23.76% from 627); Blue value is 232 (91.02% from 255 or 37.00% from 627); Max value from RGB is 246 - color contains mainly: red. Hex color #F695E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F695E8 is #096A17. Grayscale: #BBBBBB. Windows color (decimal): -616984 or 15242742. OLE color: 15242742.
HSL color Cylindrical-coordinate representation of color #F695E8: hue angle of 308.66º 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 #F695E8 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 149 | 232 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.04 |
| HSL | 308.66º | 0.84% | 0.77% | - |
| HSV(B) | 308.66º | 0.39% | 0.96% | - |
| XYZ | 63.32 | 46.91 | 82.06 | - |
| YUV | 187.47 | 153.14 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 149 | 232 | 0 | 0.39 | 0.06 | 0.04 | 308.66 | 0.84 | 0.77 |
| Hex | F6 | 95 | E8 | 0 | 27 | 6 | 4 | 135 | 54 | 4D |
| Octal | 366 | 225 | 350 | 0 | 47 | 6 | 4 | 465 | 124 | 115 |
| Binary | 11110110 | 10010101 | 11101000 | 0 | 100111 | 110 | 100 | 100110101 | 1010100 | 1001101 |
Color Harmonies of #F695E8
Complementary color
Monochromatic Colors of #F695E8
Black with #F695E8
Text Example
Text Example
White with #F695E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F695E8; }
p { color: rgb(246,149,232); }
H1.HeaderClassName
{
color: #F695E8;
}
.AnyTagClassName
{
color: #F695E8;
}
</style>
background-color css
<style>
a { background-color: #F695E8; }
a { background-color: rgb(246,149,232); }
div.DivClassName
{
background-color: #F695E8;
}
.BgClassName
{
background-color: #F695E8;
}
</style>
border-color css
<style>
span { border-color: #F695E8; }
span { border-color: rgb(246,149,232); }
td.TdClassName
{
border-color: #F695E8;
}
.TagClassName
{
border-color: #F695E8;
}
</style>