Shades of Lavender Rose #F89DE1
Tints of Lavender Rose #F89DE1
RGB
CMYK
RGB Variations
Color information
#F89DE1 (or 0xF89DE1) is known color: Lavender Rose. HEX triplet: F8, 9D and E1. RGB value is (248,157,225). Sum of RGB (Red+Green+Blue) = 248+157+225=630 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.37% from 630); Green value is 157 (61.72% from 255 or 24.92% from 630); Blue value is 225 (88.28% from 255 or 35.71% from 630); Max value from RGB is 248 - color contains mainly: red. Hex color #F89DE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89DE1 is #07621E. Grayscale: #BFBFBF. Windows color (decimal): -483871 or 14786040. OLE color: 14786040.
HSL color Cylindrical-coordinate representation of color #F89DE1: hue angle of 315.16º 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 #F89DE1 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 157 | 225 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.03 |
| HSL | 315.16º | 0.87% | 0.79% | - |
| HSV(B) | 315.16º | 0.37% | 0.97% | - |
| XYZ | 64.36 | 49.51 | 77.4 | - |
| YUV | 191.96 | 146.65 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 157 | 225 | 0 | 0.37 | 0.09 | 0.03 | 315.16 | 0.87 | 0.79 |
| Hex | F8 | 9D | E1 | 0 | 25 | 9 | 3 | 13B | 57 | 4F |
| Octal | 370 | 235 | 341 | 0 | 45 | 11 | 3 | 473 | 127 | 117 |
| Binary | 11111000 | 10011101 | 11100001 | 0 | 100101 | 1001 | 11 | 100111011 | 1010111 | 1001111 |
Color Harmonies of #F89DE1
Complementary color
Monochromatic Colors of #F89DE1
Black with #F89DE1
Text Example
Text Example
White with #F89DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89DE1; }
p { color: rgb(248,157,225); }
H1.HeaderClassName
{
color: #F89DE1;
}
.AnyTagClassName
{
color: #F89DE1;
}
</style>
background-color css
<style>
a { background-color: #F89DE1; }
a { background-color: rgb(248,157,225); }
div.DivClassName
{
background-color: #F89DE1;
}
.BgClassName
{
background-color: #F89DE1;
}
</style>
border-color css
<style>
span { border-color: #F89DE1; }
span { border-color: rgb(248,157,225); }
td.TdClassName
{
border-color: #F89DE1;
}
.TagClassName
{
border-color: #F89DE1;
}
</style>