Shades of Lavender Pink #F89FD2
Tints of Lavender Pink #F89FD2
RGB
CMYK
RGB Variations
Color information
#F89FD2 (or 0xF89FD2) is known color: Lavender Pink. HEX triplet: F8, 9F and D2. RGB value is (248,159,210). Sum of RGB (Red+Green+Blue) = 248+159+210=617 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.19% from 617); Green value is 159 (62.5% from 255 or 25.77% from 617); Blue value is 210 (82.42% from 255 or 34.04% from 617); Max value from RGB is 248 - color contains mainly: red. Hex color #F89FD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89FD2 is #07602D. Grayscale: #BFBFBF. Windows color (decimal): -483374 or 13803512. OLE color: 13803512.
HSL color Cylindrical-coordinate representation of color #F89FD2: hue angle of 325.62º degrees, saturation: 0.86, 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 #F89FD2 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 159 | 210 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.03 |
| HSL | 325.62º | 0.86% | 0.8% | - |
| HSV(B) | 325.62º | 0.36% | 0.97% | - |
| XYZ | 62.74 | 49.41 | 67.2 | - |
| YUV | 191.43 | 138.49 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 159 | 210 | 0 | 0.36 | 0.15 | 0.03 | 325.62 | 0.86 | 0.8 |
| Hex | F8 | 9F | D2 | 0 | 24 | F | 3 | 146 | 56 | 50 |
| Octal | 370 | 237 | 322 | 0 | 44 | 17 | 3 | 506 | 126 | 120 |
| Binary | 11111000 | 10011111 | 11010010 | 0 | 100100 | 1111 | 11 | 101000110 | 1010110 | 1010000 |
Color Harmonies of #F89FD2
Complementary color
Monochromatic Colors of #F89FD2
Black with #F89FD2
Text Example
Text Example
White with #F89FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89FD2; }
p { color: rgb(248,159,210); }
H1.HeaderClassName
{
color: #F89FD2;
}
.AnyTagClassName
{
color: #F89FD2;
}
</style>
background-color css
<style>
a { background-color: #F89FD2; }
a { background-color: rgb(248,159,210); }
div.DivClassName
{
background-color: #F89FD2;
}
.BgClassName
{
background-color: #F89FD2;
}
</style>
border-color css
<style>
span { border-color: #F89FD2; }
span { border-color: rgb(248,159,210); }
td.TdClassName
{
border-color: #F89FD2;
}
.TagClassName
{
border-color: #F89FD2;
}
</style>