Shades of Lavender Rose #F89ED4
Tints of Lavender Rose #F89ED4
RGB
CMYK
RGB Variations
Color information
#F89ED4 (or 0xF89ED4) is known color: Lavender Rose. HEX triplet: F8, 9E and D4. RGB value is (248,158,212). Sum of RGB (Red+Green+Blue) = 248+158+212=618 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.13% from 618); Green value is 158 (62.11% from 255 or 25.57% from 618); Blue value is 212 (83.20% from 255 or 34.30% from 618); Max value from RGB is 248 - color contains mainly: red. Hex color #F89ED4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89ED4 is #07612B. Grayscale: #BEBEBE. Windows color (decimal): -483628 or 13934328. OLE color: 13934328.
HSL color Cylindrical-coordinate representation of color #F89ED4: hue angle of 324º degrees, saturation: 0.87, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F89ED4 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 158 | 212 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.03 |
| HSL | 324º | 0.87% | 0.8% | - |
| HSV(B) | 324º | 0.36% | 0.97% | - |
| XYZ | 62.82 | 49.16 | 68.47 | - |
| YUV | 191.07 | 139.82 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 158 | 212 | 0 | 0.36 | 0.15 | 0.03 | 324 | 0.87 | 0.8 |
| Hex | F8 | 9E | D4 | 0 | 24 | F | 3 | 144 | 57 | 50 |
| Octal | 370 | 236 | 324 | 0 | 44 | 17 | 3 | 504 | 127 | 120 |
| Binary | 11111000 | 10011110 | 11010100 | 0 | 100100 | 1111 | 11 | 101000100 | 1010111 | 1010000 |
Color Harmonies of #F89ED4
Complementary color
Monochromatic Colors of #F89ED4
Black with #F89ED4
Text Example
Text Example
White with #F89ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89ED4; }
p { color: rgb(248,158,212); }
H1.HeaderClassName
{
color: #F89ED4;
}
.AnyTagClassName
{
color: #F89ED4;
}
</style>
background-color css
<style>
a { background-color: #F89ED4; }
a { background-color: rgb(248,158,212); }
div.DivClassName
{
background-color: #F89ED4;
}
.BgClassName
{
background-color: #F89ED4;
}
</style>
border-color css
<style>
span { border-color: #F89ED4; }
span { border-color: rgb(248,158,212); }
td.TdClassName
{
border-color: #F89ED4;
}
.TagClassName
{
border-color: #F89ED4;
}
</style>