Shades of Lavender Rose #F89CEA
Tints of Lavender Rose #F89CEA
RGB
CMYK
RGB Variations
Color information
#F89CEA (or 0xF89CEA) is known color: Lavender Rose. HEX triplet: F8, 9C and EA. RGB value is (248,156,234). Sum of RGB (Red+Green+Blue) = 248+156+234=638 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.87% from 638); Green value is 156 (61.33% from 255 or 24.45% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 248 - color contains mainly: red. Hex color #F89CEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F89CEA is #076315. Grayscale: #C0C0C0. Windows color (decimal): -484118 or 15375608. OLE color: 15375608.
HSL color Cylindrical-coordinate representation of color #F89CEA: hue angle of 309.13º degrees, saturation: 0.87, 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 #F89CEA is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 156 | 234 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.03 |
| HSL | 309.13º | 0.87% | 0.79% | - |
| HSV(B) | 309.13º | 0.37% | 0.97% | - |
| XYZ | 65.45 | 49.67 | 83.98 | - |
| YUV | 192.4 | 151.48 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 156 | 234 | 0 | 0.37 | 0.06 | 0.03 | 309.13 | 0.87 | 0.79 |
| Hex | F8 | 9C | EA | 0 | 25 | 6 | 3 | 135 | 57 | 4F |
| Octal | 370 | 234 | 352 | 0 | 45 | 6 | 3 | 465 | 127 | 117 |
| Binary | 11111000 | 10011100 | 11101010 | 0 | 100101 | 110 | 11 | 100110101 | 1010111 | 1001111 |
Color Harmonies of #F89CEA
Complementary color
Monochromatic Colors of #F89CEA
Black with #F89CEA
Text Example
Text Example
White with #F89CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89CEA; }
p { color: rgb(248,156,234); }
H1.HeaderClassName
{
color: #F89CEA;
}
.AnyTagClassName
{
color: #F89CEA;
}
</style>
background-color css
<style>
a { background-color: #F89CEA; }
a { background-color: rgb(248,156,234); }
div.DivClassName
{
background-color: #F89CEA;
}
.BgClassName
{
background-color: #F89CEA;
}
</style>
border-color css
<style>
span { border-color: #F89CEA; }
span { border-color: rgb(248,156,234); }
td.TdClassName
{
border-color: #F89CEA;
}
.TagClassName
{
border-color: #F89CEA;
}
</style>