Shades of Lavender Rose #F89ADD
Tints of Lavender Rose #F89ADD
RGB
CMYK
RGB Variations
Color information
#F89ADD (or 0xF89ADD) is known color: Lavender Rose. HEX triplet: F8, 9A and DD. RGB value is (248,154,221). Sum of RGB (Red+Green+Blue) = 248+154+221=623 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.81% from 623); Green value is 154 (60.55% from 255 or 24.72% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 248 - color contains mainly: red. Hex color #F89ADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89ADD is #076522. Grayscale: #BDBDBD. Windows color (decimal): -484643 or 14523128. OLE color: 14523128.
HSL color Cylindrical-coordinate representation of color #F89ADD: hue angle of 317.23º 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 #F89ADD is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 154 | 221 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.03 |
| HSL | 317.23º | 0.87% | 0.79% | - |
| HSV(B) | 317.23º | 0.38% | 0.97% | - |
| XYZ | 63.32 | 48.29 | 74.39 | - |
| YUV | 189.74 | 145.64 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 154 | 221 | 0 | 0.38 | 0.11 | 0.03 | 317.23 | 0.87 | 0.79 |
| Hex | F8 | 9A | DD | 0 | 26 | B | 3 | 13D | 57 | 4F |
| Octal | 370 | 232 | 335 | 0 | 46 | 13 | 3 | 475 | 127 | 117 |
| Binary | 11111000 | 10011010 | 11011101 | 0 | 100110 | 1011 | 11 | 100111101 | 1010111 | 1001111 |
Color Harmonies of #F89ADD
Complementary color
Monochromatic Colors of #F89ADD
Black with #F89ADD
Text Example
Text Example
White with #F89ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89ADD; }
p { color: rgb(248,154,221); }
H1.HeaderClassName
{
color: #F89ADD;
}
.AnyTagClassName
{
color: #F89ADD;
}
</style>
background-color css
<style>
a { background-color: #F89ADD; }
a { background-color: rgb(248,154,221); }
div.DivClassName
{
background-color: #F89ADD;
}
.BgClassName
{
background-color: #F89ADD;
}
</style>
border-color css
<style>
span { border-color: #F89ADD; }
span { border-color: rgb(248,154,221); }
td.TdClassName
{
border-color: #F89ADD;
}
.TagClassName
{
border-color: #F89ADD;
}
</style>