Shades of Lavender Rose #F69BEE
Tints of Lavender Rose #F69BEE
RGB
CMYK
RGB Variations
Color information
#F69BEE (or 0xF69BEE) is known color: Lavender Rose. HEX triplet: F6, 9B and EE. RGB value is (246,155,238). Sum of RGB (Red+Green+Blue) = 246+155+238=639 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.50% from 639); Green value is 155 (60.94% from 255 or 24.26% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 246 - color contains mainly: red. Hex color #F69BEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F69BEE is #096411. Grayscale: #BFBFBF. Windows color (decimal): -615442 or 15637494. OLE color: 15637494.
HSL color Cylindrical-coordinate representation of color #F69BEE: hue angle of 305.27º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F69BEE is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 155 | 238 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.04 |
| HSL | 305.27º | 0.83% | 0.79% | - |
| HSV(B) | 305.27º | 0.37% | 0.96% | - |
| XYZ | 65.16 | 49.21 | 86.95 | - |
| YUV | 191.67 | 154.15 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 155 | 238 | 0 | 0.37 | 0.03 | 0.04 | 305.27 | 0.83 | 0.79 |
| Hex | F6 | 9B | EE | 0 | 25 | 3 | 4 | 131 | 53 | 4F |
| Octal | 366 | 233 | 356 | 0 | 45 | 3 | 4 | 461 | 123 | 117 |
| Binary | 11110110 | 10011011 | 11101110 | 0 | 100101 | 11 | 100 | 100110001 | 1010011 | 1001111 |
Color Harmonies of #F69BEE
Complementary color
Monochromatic Colors of #F69BEE
Black with #F69BEE
Text Example
Text Example
White with #F69BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69BEE; }
p { color: rgb(246,155,238); }
H1.HeaderClassName
{
color: #F69BEE;
}
.AnyTagClassName
{
color: #F69BEE;
}
</style>
background-color css
<style>
a { background-color: #F69BEE; }
a { background-color: rgb(246,155,238); }
div.DivClassName
{
background-color: #F69BEE;
}
.BgClassName
{
background-color: #F69BEE;
}
</style>
border-color css
<style>
span { border-color: #F69BEE; }
span { border-color: rgb(246,155,238); }
td.TdClassName
{
border-color: #F69BEE;
}
.TagClassName
{
border-color: #F69BEE;
}
</style>