Shades of Lavender Rose #F79CEA
Tints of Lavender Rose #F79CEA
RGB
CMYK
RGB Variations
Color information
#F79CEA (or 0xF79CEA) is known color: Lavender Rose. HEX triplet: F7, 9C and EA. RGB value is (247,156,234). Sum of RGB (Red+Green+Blue) = 247+156+234=637 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.78% from 637); Green value is 156 (61.33% from 255 or 24.49% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 247 - color contains mainly: red. Hex color #F79CEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F79CEA is #086315. Grayscale: #BFBFBF. Windows color (decimal): -549654 or 15375607. OLE color: 15375607.
HSL color Cylindrical-coordinate representation of color #F79CEA: hue angle of 308.57º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F79CEA is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 156 | 234 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.03 |
| HSL | 308.57º | 0.85% | 0.79% | - |
| HSV(B) | 308.57º | 0.37% | 0.97% | - |
| XYZ | 65.1 | 49.49 | 83.96 | - |
| YUV | 192.1 | 151.65 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 156 | 234 | 0 | 0.37 | 0.05 | 0.03 | 308.57 | 0.85 | 0.79 |
| Hex | F7 | 9C | EA | 0 | 25 | 5 | 3 | 135 | 55 | 4F |
| Octal | 367 | 234 | 352 | 0 | 45 | 5 | 3 | 465 | 125 | 117 |
| Binary | 11110111 | 10011100 | 11101010 | 0 | 100101 | 101 | 11 | 100110101 | 1010101 | 1001111 |
Color Harmonies of #F79CEA
Complementary color
Monochromatic Colors of #F79CEA
Black with #F79CEA
Text Example
Text Example
White with #F79CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F79CEA; }
p { color: rgb(247,156,234); }
H1.HeaderClassName
{
color: #F79CEA;
}
.AnyTagClassName
{
color: #F79CEA;
}
</style>
background-color css
<style>
a { background-color: #F79CEA; }
a { background-color: rgb(247,156,234); }
div.DivClassName
{
background-color: #F79CEA;
}
.BgClassName
{
background-color: #F79CEA;
}
</style>
border-color css
<style>
span { border-color: #F79CEA; }
span { border-color: rgb(247,156,234); }
td.TdClassName
{
border-color: #F79CEA;
}
.TagClassName
{
border-color: #F79CEA;
}
</style>