Shades of Lavender Rose #F69CEA
Tints of Lavender Rose #F69CEA
RGB
CMYK
RGB Variations
Color information
#F69CEA (or 0xF69CEA) is known color: Lavender Rose. HEX triplet: F6, 9C and EA. RGB value is (246,156,234). Sum of RGB (Red+Green+Blue) = 246+156+234=636 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.68% from 636); Green value is 156 (61.33% from 255 or 24.53% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 246 - color contains mainly: red. Hex color #F69CEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F69CEA is #096315. Grayscale: #BFBFBF. Windows color (decimal): -615190 or 15375606. OLE color: 15375606.
HSL color Cylindrical-coordinate representation of color #F69CEA: hue angle of 308º 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 #F69CEA is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 156 | 234 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.04 |
| HSL | 308º | 0.83% | 0.79% | - |
| HSV(B) | 308º | 0.37% | 0.96% | - |
| XYZ | 64.75 | 49.31 | 83.95 | - |
| YUV | 191.8 | 151.82 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 156 | 234 | 0 | 0.37 | 0.05 | 0.04 | 308 | 0.83 | 0.79 |
| Hex | F6 | 9C | EA | 0 | 25 | 5 | 4 | 134 | 53 | 4F |
| Octal | 366 | 234 | 352 | 0 | 45 | 5 | 4 | 464 | 123 | 117 |
| Binary | 11110110 | 10011100 | 11101010 | 0 | 100101 | 101 | 100 | 100110100 | 1010011 | 1001111 |
Color Harmonies of #F69CEA
Complementary color
Monochromatic Colors of #F69CEA
Black with #F69CEA
Text Example
Text Example
White with #F69CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69CEA; }
p { color: rgb(246,156,234); }
H1.HeaderClassName
{
color: #F69CEA;
}
.AnyTagClassName
{
color: #F69CEA;
}
</style>
background-color css
<style>
a { background-color: #F69CEA; }
a { background-color: rgb(246,156,234); }
div.DivClassName
{
background-color: #F69CEA;
}
.BgClassName
{
background-color: #F69CEA;
}
</style>
border-color css
<style>
span { border-color: #F69CEA; }
span { border-color: rgb(246,156,234); }
td.TdClassName
{
border-color: #F69CEA;
}
.TagClassName
{
border-color: #F69CEA;
}
</style>