Shades of Lavender Rose #F89ADF
Tints of Lavender Rose #F89ADF
RGB
CMYK
RGB Variations
Color information
#F89ADF (or 0xF89ADF) is known color: Lavender Rose. HEX triplet: F8, 9A and DF. RGB value is (248,154,223). Sum of RGB (Red+Green+Blue) = 248+154+223=625 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.68% from 625); Green value is 154 (60.55% from 255 or 24.64% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 248 - color contains mainly: red. Hex color #F89ADF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89ADF is #076520. Grayscale: #BDBDBD. Windows color (decimal): -484641 or 14654200. OLE color: 14654200.
HSL color Cylindrical-coordinate representation of color #F89ADF: hue angle of 315.96º 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 #F89ADF is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 154 | 223 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.03 |
| HSL | 315.96º | 0.87% | 0.79% | - |
| HSV(B) | 315.96º | 0.38% | 0.97% | - |
| XYZ | 63.59 | 48.4 | 75.8 | - |
| YUV | 189.97 | 146.64 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 154 | 223 | 0 | 0.38 | 0.10 | 0.03 | 315.96 | 0.87 | 0.79 |
| Hex | F8 | 9A | DF | 0 | 26 | A | 3 | 13C | 57 | 4F |
| Octal | 370 | 232 | 337 | 0 | 46 | 12 | 3 | 474 | 127 | 117 |
| Binary | 11111000 | 10011010 | 11011111 | 0 | 100110 | 1010 | 11 | 100111100 | 1010111 | 1001111 |
Color Harmonies of #F89ADF
Complementary color
Monochromatic Colors of #F89ADF
Black with #F89ADF
Text Example
Text Example
White with #F89ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89ADF; }
p { color: rgb(248,154,223); }
H1.HeaderClassName
{
color: #F89ADF;
}
.AnyTagClassName
{
color: #F89ADF;
}
</style>
background-color css
<style>
a { background-color: #F89ADF; }
a { background-color: rgb(248,154,223); }
div.DivClassName
{
background-color: #F89ADF;
}
.BgClassName
{
background-color: #F89ADF;
}
</style>
border-color css
<style>
span { border-color: #F89ADF; }
span { border-color: rgb(248,154,223); }
td.TdClassName
{
border-color: #F89ADF;
}
.TagClassName
{
border-color: #F89ADF;
}
</style>