Shades of Lavender Rose #F69CEE
Tints of Lavender Rose #F69CEE
RGB
CMYK
RGB Variations
Color information
#F69CEE (or 0xF69CEE) is known color: Lavender Rose. HEX triplet: F6, 9C and EE. RGB value is (246,156,238). Sum of RGB (Red+Green+Blue) = 246+156+238=640 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.44% from 640); Green value is 156 (61.33% from 255 or 24.38% from 640); Blue value is 238 (93.36% from 255 or 37.19% from 640); Max value from RGB is 246 - color contains mainly: red. Hex color #F69CEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F69CEE is #096311. Grayscale: #C0C0C0. Windows color (decimal): -615186 or 15637750. OLE color: 15637750.
HSL color Cylindrical-coordinate representation of color #F69CEE: hue angle of 305.33º 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 #F69CEE is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 156 | 238 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.04 |
| HSL | 305.33º | 0.83% | 0.79% | - |
| HSV(B) | 305.33º | 0.37% | 0.96% | - |
| XYZ | 65.33 | 49.54 | 87.01 | - |
| YUV | 192.26 | 153.82 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 156 | 238 | 0 | 0.37 | 0.03 | 0.04 | 305.33 | 0.83 | 0.79 |
| Hex | F6 | 9C | EE | 0 | 25 | 3 | 4 | 131 | 53 | 4F |
| Octal | 366 | 234 | 356 | 0 | 45 | 3 | 4 | 461 | 123 | 117 |
| Binary | 11110110 | 10011100 | 11101110 | 0 | 100101 | 11 | 100 | 100110001 | 1010011 | 1001111 |
Color Harmonies of #F69CEE
Complementary color
Monochromatic Colors of #F69CEE
Black with #F69CEE
Text Example
Text Example
White with #F69CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69CEE; }
p { color: rgb(246,156,238); }
H1.HeaderClassName
{
color: #F69CEE;
}
.AnyTagClassName
{
color: #F69CEE;
}
</style>
background-color css
<style>
a { background-color: #F69CEE; }
a { background-color: rgb(246,156,238); }
div.DivClassName
{
background-color: #F69CEE;
}
.BgClassName
{
background-color: #F69CEE;
}
</style>
border-color css
<style>
span { border-color: #F69CEE; }
span { border-color: rgb(246,156,238); }
td.TdClassName
{
border-color: #F69CEE;
}
.TagClassName
{
border-color: #F69CEE;
}
</style>