Shades of Lavender Rose #F89AD5
Tints of Lavender Rose #F89AD5
RGB
CMYK
RGB Variations
Color information
#F89AD5 (or 0xF89AD5) is known color: Lavender Rose. HEX triplet: F8, 9A and D5. RGB value is (248,154,213). Sum of RGB (Red+Green+Blue) = 248+154+213=615 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.33% from 615); Green value is 154 (60.55% from 255 or 25.04% from 615); Blue value is 213 (83.59% from 255 or 34.63% from 615); Max value from RGB is 248 - color contains mainly: red. Hex color #F89AD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89AD5 is #07652A. Grayscale: #BCBCBC. Windows color (decimal): -484651 or 13998840. OLE color: 13998840.
HSL color Cylindrical-coordinate representation of color #F89AD5: hue angle of 322.34º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F89AD5 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 154 | 213 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.03 |
| HSL | 322.34º | 0.87% | 0.79% | - |
| HSV(B) | 322.34º | 0.38% | 0.97% | - |
| XYZ | 62.28 | 47.87 | 68.91 | - |
| YUV | 188.83 | 141.64 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 154 | 213 | 0 | 0.38 | 0.14 | 0.03 | 322.34 | 0.87 | 0.79 |
| Hex | F8 | 9A | D5 | 0 | 26 | E | 3 | 142 | 57 | 4F |
| Octal | 370 | 232 | 325 | 0 | 46 | 16 | 3 | 502 | 127 | 117 |
| Binary | 11111000 | 10011010 | 11010101 | 0 | 100110 | 1110 | 11 | 101000010 | 1010111 | 1001111 |
Color Harmonies of #F89AD5
Complementary color
Monochromatic Colors of #F89AD5
Black with #F89AD5
Text Example
Text Example
White with #F89AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89AD5; }
p { color: rgb(248,154,213); }
H1.HeaderClassName
{
color: #F89AD5;
}
.AnyTagClassName
{
color: #F89AD5;
}
</style>
background-color css
<style>
a { background-color: #F89AD5; }
a { background-color: rgb(248,154,213); }
div.DivClassName
{
background-color: #F89AD5;
}
.BgClassName
{
background-color: #F89AD5;
}
</style>
border-color css
<style>
span { border-color: #F89AD5; }
span { border-color: rgb(248,154,213); }
td.TdClassName
{
border-color: #F89AD5;
}
.TagClassName
{
border-color: #F89AD5;
}
</style>