Shades of Lavender Pink #F89DD0
Tints of Lavender Pink #F89DD0
RGB
CMYK
RGB Variations
Color information
#F89DD0 (or 0xF89DD0) is known color: Lavender Pink. HEX triplet: F8, 9D and D0. RGB value is (248,157,208). Sum of RGB (Red+Green+Blue) = 248+157+208=613 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.46% from 613); Green value is 157 (61.72% from 255 or 25.61% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 248 - color contains mainly: red. Hex color #F89DD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89DD0 is #07622F. Grayscale: #BDBDBD. Windows color (decimal): -483888 or 13671928. OLE color: 13671928.
HSL color Cylindrical-coordinate representation of color #F89DD0: hue angle of 326.37º 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 #F89DD0 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 157 | 208 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.03 |
| HSL | 326.37º | 0.87% | 0.79% | - |
| HSV(B) | 326.37º | 0.37% | 0.97% | - |
| XYZ | 62.15 | 48.62 | 65.78 | - |
| YUV | 190.02 | 138.15 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 157 | 208 | 0 | 0.37 | 0.16 | 0.03 | 326.37 | 0.87 | 0.79 |
| Hex | F8 | 9D | D0 | 0 | 25 | 10 | 3 | 146 | 57 | 4F |
| Octal | 370 | 235 | 320 | 0 | 45 | 20 | 3 | 506 | 127 | 117 |
| Binary | 11111000 | 10011101 | 11010000 | 0 | 100101 | 10000 | 11 | 101000110 | 1010111 | 1001111 |
Color Harmonies of #F89DD0
Complementary color
Monochromatic Colors of #F89DD0
Black with #F89DD0
Text Example
Text Example
White with #F89DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89DD0; }
p { color: rgb(248,157,208); }
H1.HeaderClassName
{
color: #F89DD0;
}
.AnyTagClassName
{
color: #F89DD0;
}
</style>
background-color css
<style>
a { background-color: #F89DD0; }
a { background-color: rgb(248,157,208); }
div.DivClassName
{
background-color: #F89DD0;
}
.BgClassName
{
background-color: #F89DD0;
}
</style>
border-color css
<style>
span { border-color: #F89DD0; }
span { border-color: rgb(248,157,208); }
td.TdClassName
{
border-color: #F89DD0;
}
.TagClassName
{
border-color: #F89DD0;
}
</style>