Shades of Lavender Rose #F89AED
Tints of Lavender Rose #F89AED
RGB
CMYK
RGB Variations
Color information
#F89AED (or 0xF89AED) is known color: Lavender Rose. HEX triplet: F8, 9A and ED. RGB value is (248,154,237). Sum of RGB (Red+Green+Blue) = 248+154+237=639 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.81% from 639); Green value is 154 (60.55% from 255 or 24.10% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 248 - color contains mainly: red. Hex color #F89AED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F89AED is #076512. Grayscale: #BFBFBF. Windows color (decimal): -484627 or 15571704. OLE color: 15571704.
HSL color Cylindrical-coordinate representation of color #F89AED: hue angle of 307.02º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F89AED is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 154 | 237 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.03 |
| HSL | 307.02º | 0.87% | 0.79% | - |
| HSV(B) | 307.02º | 0.38% | 0.97% | - |
| XYZ | 65.55 | 49.18 | 86.16 | - |
| YUV | 191.57 | 153.64 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 154 | 237 | 0 | 0.38 | 0.04 | 0.03 | 307.02 | 0.87 | 0.79 |
| Hex | F8 | 9A | ED | 0 | 26 | 4 | 3 | 133 | 57 | 4F |
| Octal | 370 | 232 | 355 | 0 | 46 | 4 | 3 | 463 | 127 | 117 |
| Binary | 11111000 | 10011010 | 11101101 | 0 | 100110 | 100 | 11 | 100110011 | 1010111 | 1001111 |
Color Harmonies of #F89AED
Complementary color
Monochromatic Colors of #F89AED
Black with #F89AED
Text Example
Text Example
White with #F89AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89AED; }
p { color: rgb(248,154,237); }
H1.HeaderClassName
{
color: #F89AED;
}
.AnyTagClassName
{
color: #F89AED;
}
</style>
background-color css
<style>
a { background-color: #F89AED; }
a { background-color: rgb(248,154,237); }
div.DivClassName
{
background-color: #F89AED;
}
.BgClassName
{
background-color: #F89AED;
}
</style>
border-color css
<style>
span { border-color: #F89AED; }
span { border-color: rgb(248,154,237); }
td.TdClassName
{
border-color: #F89AED;
}
.TagClassName
{
border-color: #F89AED;
}
</style>