Shades of Lavender Pink #F89ED3
Tints of Lavender Pink #F89ED3
RGB
CMYK
RGB Variations
Color information
#F89ED3 (or 0xF89ED3) is known color: Lavender Pink. HEX triplet: F8, 9E and D3. RGB value is (248,158,211). Sum of RGB (Red+Green+Blue) = 248+158+211=617 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.19% from 617); Green value is 158 (62.11% from 255 or 25.61% from 617); Blue value is 211 (82.81% from 255 or 34.20% from 617); Max value from RGB is 248 - color contains mainly: red. Hex color #F89ED3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89ED3 is #07612C. Grayscale: #BEBEBE. Windows color (decimal): -483629 or 13868792. OLE color: 13868792.
HSL color Cylindrical-coordinate representation of color #F89ED3: hue angle of 324.67º 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 #F89ED3 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 158 | 211 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.03 |
| HSL | 324.67º | 0.87% | 0.8% | - |
| HSV(B) | 324.67º | 0.36% | 0.97% | - |
| XYZ | 62.7 | 49.11 | 67.8 | - |
| YUV | 190.95 | 139.32 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 158 | 211 | 0 | 0.36 | 0.15 | 0.03 | 324.67 | 0.87 | 0.8 |
| Hex | F8 | 9E | D3 | 0 | 24 | F | 3 | 145 | 57 | 50 |
| Octal | 370 | 236 | 323 | 0 | 44 | 17 | 3 | 505 | 127 | 120 |
| Binary | 11111000 | 10011110 | 11010011 | 0 | 100100 | 1111 | 11 | 101000101 | 1010111 | 1010000 |
Color Harmonies of #F89ED3
Complementary color
Monochromatic Colors of #F89ED3
Black with #F89ED3
Text Example
Text Example
White with #F89ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89ED3; }
p { color: rgb(248,158,211); }
H1.HeaderClassName
{
color: #F89ED3;
}
.AnyTagClassName
{
color: #F89ED3;
}
</style>
background-color css
<style>
a { background-color: #F89ED3; }
a { background-color: rgb(248,158,211); }
div.DivClassName
{
background-color: #F89ED3;
}
.BgClassName
{
background-color: #F89ED3;
}
</style>
border-color css
<style>
span { border-color: #F89ED3; }
span { border-color: rgb(248,158,211); }
td.TdClassName
{
border-color: #F89ED3;
}
.TagClassName
{
border-color: #F89ED3;
}
</style>