Shades of Lavender Pink #F89ED2
Tints of Lavender Pink #F89ED2
RGB
CMYK
RGB Variations
Color information
#F89ED2 (or 0xF89ED2) is known color: Lavender Pink. HEX triplet: F8, 9E and D2. RGB value is (248,158,210). Sum of RGB (Red+Green+Blue) = 248+158+210=616 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.26% from 616); Green value is 158 (62.11% from 255 or 25.65% from 616); Blue value is 210 (82.42% from 255 or 34.09% from 616); Max value from RGB is 248 - color contains mainly: red. Hex color #F89ED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89ED2 is #07612D. Grayscale: #BEBEBE. Windows color (decimal): -483630 or 13803256. OLE color: 13803256.
HSL color Cylindrical-coordinate representation of color #F89ED2: hue angle of 325.33º 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 #F89ED2 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 158 | 210 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.03 |
| HSL | 325.33º | 0.87% | 0.8% | - |
| HSV(B) | 325.33º | 0.36% | 0.97% | - |
| XYZ | 62.57 | 49.06 | 67.15 | - |
| YUV | 190.84 | 138.82 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 158 | 210 | 0 | 0.36 | 0.15 | 0.03 | 325.33 | 0.87 | 0.8 |
| Hex | F8 | 9E | D2 | 0 | 24 | F | 3 | 145 | 57 | 50 |
| Octal | 370 | 236 | 322 | 0 | 44 | 17 | 3 | 505 | 127 | 120 |
| Binary | 11111000 | 10011110 | 11010010 | 0 | 100100 | 1111 | 11 | 101000101 | 1010111 | 1010000 |
Color Harmonies of #F89ED2
Complementary color
Monochromatic Colors of #F89ED2
Black with #F89ED2
Text Example
Text Example
White with #F89ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89ED2; }
p { color: rgb(248,158,210); }
H1.HeaderClassName
{
color: #F89ED2;
}
.AnyTagClassName
{
color: #F89ED2;
}
</style>
background-color css
<style>
a { background-color: #F89ED2; }
a { background-color: rgb(248,158,210); }
div.DivClassName
{
background-color: #F89ED2;
}
.BgClassName
{
background-color: #F89ED2;
}
</style>
border-color css
<style>
span { border-color: #F89ED2; }
span { border-color: rgb(248,158,210); }
td.TdClassName
{
border-color: #F89ED2;
}
.TagClassName
{
border-color: #F89ED2;
}
</style>