Shades of Lavender Rose #F89CF5
Tints of Lavender Rose #F89CF5
RGB
CMYK
RGB Variations
Color information
#F89CF5 (or 0xF89CF5) is known color: Lavender Rose. HEX triplet: F8, 9C and F5. RGB value is (248,156,245). Sum of RGB (Red+Green+Blue) = 248+156+245=649 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.21% from 649); Green value is 156 (61.33% from 255 or 24.04% from 649); Blue value is 245 (96.09% from 255 or 37.75% from 649); Max value from RGB is 248 - color contains mainly: red. Hex color #F89CF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F89CF5 is #07630A. Grayscale: #C1C1C1. Windows color (decimal): -484107 or 16096504. OLE color: 16096504.
HSL color Cylindrical-coordinate representation of color #F89CF5: hue angle of 301.96º 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 #F89CF5 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 156 | 245 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.03 |
| HSL | 301.96º | 0.87% | 0.79% | - |
| HSV(B) | 301.96º | 0.37% | 0.97% | - |
| XYZ | 67.08 | 50.33 | 92.56 | - |
| YUV | 193.65 | 156.98 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 156 | 245 | 0 | 0.37 | 0.01 | 0.03 | 301.96 | 0.87 | 0.79 |
| Hex | F8 | 9C | F5 | 0 | 25 | 1 | 3 | 12E | 57 | 4F |
| Octal | 370 | 234 | 365 | 0 | 45 | 1 | 3 | 456 | 127 | 117 |
| Binary | 11111000 | 10011100 | 11110101 | 0 | 100101 | 1 | 11 | 100101110 | 1010111 | 1001111 |
Color Harmonies of #F89CF5
Complementary color
Monochromatic Colors of #F89CF5
Black with #F89CF5
Text Example
Text Example
White with #F89CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89CF5; }
p { color: rgb(248,156,245); }
H1.HeaderClassName
{
color: #F89CF5;
}
.AnyTagClassName
{
color: #F89CF5;
}
</style>
background-color css
<style>
a { background-color: #F89CF5; }
a { background-color: rgb(248,156,245); }
div.DivClassName
{
background-color: #F89CF5;
}
.BgClassName
{
background-color: #F89CF5;
}
</style>
border-color css
<style>
span { border-color: #F89CF5; }
span { border-color: rgb(248,156,245); }
td.TdClassName
{
border-color: #F89CF5;
}
.TagClassName
{
border-color: #F89CF5;
}
</style>