Shades of Lavender Rose #F893E5
Tints of Lavender Rose #F893E5
RGB
CMYK
RGB Variations
Color information
#F893E5 (or 0xF893E5) is known color: Lavender Rose. HEX triplet: F8, 93 and E5. RGB value is (248,147,229). Sum of RGB (Red+Green+Blue) = 248+147+229=624 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.74% from 624); Green value is 147 (57.81% from 255 or 23.56% from 624); Blue value is 229 (89.84% from 255 or 36.70% from 624); Max value from RGB is 248 - color contains mainly: red. Hex color #F893E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F893E5 is #076C1A. Grayscale: #BABABA. Windows color (decimal): -486427 or 15045624. OLE color: 15045624.
HSL color Cylindrical-coordinate representation of color #F893E5: hue angle of 311.29º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F893E5 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 147 | 229 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.03 |
| HSL | 311.29º | 0.88% | 0.77% | - |
| HSV(B) | 311.29º | 0.41% | 0.97% | - |
| XYZ | 63.29 | 46.48 | 79.76 | - |
| YUV | 186.55 | 151.96 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 147 | 229 | 0 | 0.41 | 0.08 | 0.03 | 311.29 | 0.88 | 0.77 |
| Hex | F8 | 93 | E5 | 0 | 29 | 8 | 3 | 137 | 58 | 4D |
| Octal | 370 | 223 | 345 | 0 | 51 | 10 | 3 | 467 | 130 | 115 |
| Binary | 11111000 | 10010011 | 11100101 | 0 | 101001 | 1000 | 11 | 100110111 | 1011000 | 1001101 |
Color Harmonies of #F893E5
Complementary color
Monochromatic Colors of #F893E5
Black with #F893E5
Text Example
Text Example
White with #F893E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F893E5; }
p { color: rgb(248,147,229); }
H1.HeaderClassName
{
color: #F893E5;
}
.AnyTagClassName
{
color: #F893E5;
}
</style>
background-color css
<style>
a { background-color: #F893E5; }
a { background-color: rgb(248,147,229); }
div.DivClassName
{
background-color: #F893E5;
}
.BgClassName
{
background-color: #F893E5;
}
</style>
border-color css
<style>
span { border-color: #F893E5; }
span { border-color: rgb(248,147,229); }
td.TdClassName
{
border-color: #F893E5;
}
.TagClassName
{
border-color: #F893E5;
}
</style>