Shades of Lavender Rose #F890D8
Tints of Lavender Rose #F890D8
RGB
CMYK
RGB Variations
Color information
#F890D8 (or 0xF890D8) is known color: Lavender Rose. HEX triplet: F8, 90 and D8. RGB value is (248,144,216). Sum of RGB (Red+Green+Blue) = 248+144+216=608 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.79% from 608); Green value is 144 (56.64% from 255 or 23.68% from 608); Blue value is 216 (84.77% from 255 or 35.53% from 608); Max value from RGB is 248 - color contains mainly: red. Hex color #F890D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F890D8 is #076F27. Grayscale: #B7B7B7. Windows color (decimal): -487208 or 14192888. OLE color: 14192888.
HSL color Cylindrical-coordinate representation of color #F890D8: hue angle of 318.46º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F890D8 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 216 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.03 |
| HSL | 318.46º | 0.88% | 0.77% | - |
| HSV(B) | 318.46º | 0.42% | 0.97% | - |
| XYZ | 61.08 | 44.86 | 70.41 | - |
| YUV | 183.3 | 146.46 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 216 | 0 | 0.42 | 0.13 | 0.03 | 318.46 | 0.88 | 0.77 |
| Hex | F8 | 90 | D8 | 0 | 2A | D | 3 | 13E | 58 | 4D |
| Octal | 370 | 220 | 330 | 0 | 52 | 15 | 3 | 476 | 130 | 115 |
| Binary | 11111000 | 10010000 | 11011000 | 0 | 101010 | 1101 | 11 | 100111110 | 1011000 | 1001101 |
Color Harmonies of #F890D8
Complementary color
Monochromatic Colors of #F890D8
Black with #F890D8
Text Example
Text Example
White with #F890D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F890D8; }
p { color: rgb(248,144,216); }
H1.HeaderClassName
{
color: #F890D8;
}
.AnyTagClassName
{
color: #F890D8;
}
</style>
background-color css
<style>
a { background-color: #F890D8; }
a { background-color: rgb(248,144,216); }
div.DivClassName
{
background-color: #F890D8;
}
.BgClassName
{
background-color: #F890D8;
}
</style>
border-color css
<style>
span { border-color: #F890D8; }
span { border-color: rgb(248,144,216); }
td.TdClassName
{
border-color: #F890D8;
}
.TagClassName
{
border-color: #F890D8;
}
</style>