Shades of Lavender Pink #F89DD2
Tints of Lavender Pink #F89DD2
RGB
CMYK
RGB Variations
Color information
#F89DD2 (or 0xF89DD2) is known color: Lavender Pink. HEX triplet: F8, 9D and D2. RGB value is (248,157,210). Sum of RGB (Red+Green+Blue) = 248+157+210=615 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.33% from 615); Green value is 157 (61.72% from 255 or 25.53% from 615); Blue value is 210 (82.42% from 255 or 34.15% from 615); Max value from RGB is 248 - color contains mainly: red. Hex color #F89DD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89DD2 is #07622D. Grayscale: #BEBEBE. Windows color (decimal): -483886 or 13803000. OLE color: 13803000.
HSL color Cylindrical-coordinate representation of color #F89DD2: hue angle of 325.05º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F89DD2 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 157 | 210 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.03 |
| HSL | 325.05º | 0.87% | 0.79% | - |
| HSV(B) | 325.05º | 0.37% | 0.97% | - |
| XYZ | 62.4 | 48.72 | 67.09 | - |
| YUV | 190.25 | 139.15 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 157 | 210 | 0 | 0.37 | 0.15 | 0.03 | 325.05 | 0.87 | 0.79 |
| Hex | F8 | 9D | D2 | 0 | 25 | F | 3 | 145 | 57 | 4F |
| Octal | 370 | 235 | 322 | 0 | 45 | 17 | 3 | 505 | 127 | 117 |
| Binary | 11111000 | 10011101 | 11010010 | 0 | 100101 | 1111 | 11 | 101000101 | 1010111 | 1001111 |
Color Harmonies of #F89DD2
Complementary color
Monochromatic Colors of #F89DD2
Black with #F89DD2
Text Example
Text Example
White with #F89DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89DD2; }
p { color: rgb(248,157,210); }
H1.HeaderClassName
{
color: #F89DD2;
}
.AnyTagClassName
{
color: #F89DD2;
}
</style>
background-color css
<style>
a { background-color: #F89DD2; }
a { background-color: rgb(248,157,210); }
div.DivClassName
{
background-color: #F89DD2;
}
.BgClassName
{
background-color: #F89DD2;
}
</style>
border-color css
<style>
span { border-color: #F89DD2; }
span { border-color: rgb(248,157,210); }
td.TdClassName
{
border-color: #F89DD2;
}
.TagClassName
{
border-color: #F89DD2;
}
</style>