Shades of Lavender Rose #F89AD3
Tints of Lavender Rose #F89AD3
RGB
CMYK
RGB Variations
Color information
#F89AD3 (or 0xF89AD3) is known color: Lavender Rose. HEX triplet: F8, 9A and D3. RGB value is (248,154,211). Sum of RGB (Red+Green+Blue) = 248+154+211=613 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.46% from 613); Green value is 154 (60.55% from 255 or 25.12% from 613); Blue value is 211 (82.81% from 255 or 34.42% from 613); Max value from RGB is 248 - color contains mainly: red. Hex color #F89AD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89AD3 is #07652C. Grayscale: #BCBCBC. Windows color (decimal): -484653 or 13867768. OLE color: 13867768.
HSL color Cylindrical-coordinate representation of color #F89AD3: hue angle of 323.62º 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 #F89AD3 is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 154 | 211 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.03 |
| HSL | 323.62º | 0.87% | 0.79% | - |
| HSV(B) | 323.62º | 0.38% | 0.97% | - |
| XYZ | 62.02 | 47.77 | 67.58 | - |
| YUV | 188.6 | 140.64 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 154 | 211 | 0 | 0.38 | 0.15 | 0.03 | 323.62 | 0.87 | 0.79 |
| Hex | F8 | 9A | D3 | 0 | 26 | F | 3 | 144 | 57 | 4F |
| Octal | 370 | 232 | 323 | 0 | 46 | 17 | 3 | 504 | 127 | 117 |
| Binary | 11111000 | 10011010 | 11010011 | 0 | 100110 | 1111 | 11 | 101000100 | 1010111 | 1001111 |
Color Harmonies of #F89AD3
Complementary color
Monochromatic Colors of #F89AD3
Black with #F89AD3
Text Example
Text Example
White with #F89AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89AD3; }
p { color: rgb(248,154,211); }
H1.HeaderClassName
{
color: #F89AD3;
}
.AnyTagClassName
{
color: #F89AD3;
}
</style>
background-color css
<style>
a { background-color: #F89AD3; }
a { background-color: rgb(248,154,211); }
div.DivClassName
{
background-color: #F89AD3;
}
.BgClassName
{
background-color: #F89AD3;
}
</style>
border-color css
<style>
span { border-color: #F89AD3; }
span { border-color: rgb(248,154,211); }
td.TdClassName
{
border-color: #F89AD3;
}
.TagClassName
{
border-color: #F89AD3;
}
</style>