Shades of Lavender Rose #F890D4
Tints of Lavender Rose #F890D4
RGB
CMYK
RGB Variations
Color information
#F890D4 (or 0xF890D4) is known color: Lavender Rose. HEX triplet: F8, 90 and D4. RGB value is (248,144,212). Sum of RGB (Red+Green+Blue) = 248+144+212=604 (80% of max value = 765). Red value is 248 (97.27% from 255 or 41.06% from 604); Green value is 144 (56.64% from 255 or 23.84% from 604); Blue value is 212 (83.20% from 255 or 35.10% from 604); Max value from RGB is 248 - color contains mainly: red. Hex color #F890D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F890D4 is #076F2B. Grayscale: #B6B6B6. Windows color (decimal): -487212 or 13930744. OLE color: 13930744.
HSL color Cylindrical-coordinate representation of color #F890D4: hue angle of 320.77º 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 #F890D4 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 212 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.03 |
| HSL | 320.77º | 0.88% | 0.77% | - |
| HSV(B) | 320.77º | 0.42% | 0.97% | - |
| XYZ | 60.57 | 44.66 | 67.71 | - |
| YUV | 182.85 | 144.46 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 212 | 0 | 0.42 | 0.15 | 0.03 | 320.77 | 0.88 | 0.77 |
| Hex | F8 | 90 | D4 | 0 | 2A | F | 3 | 141 | 58 | 4D |
| Octal | 370 | 220 | 324 | 0 | 52 | 17 | 3 | 501 | 130 | 115 |
| Binary | 11111000 | 10010000 | 11010100 | 0 | 101010 | 1111 | 11 | 101000001 | 1011000 | 1001101 |
Color Harmonies of #F890D4
Complementary color
Monochromatic Colors of #F890D4
Black with #F890D4
Text Example
Text Example
White with #F890D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F890D4; }
p { color: rgb(248,144,212); }
H1.HeaderClassName
{
color: #F890D4;
}
.AnyTagClassName
{
color: #F890D4;
}
</style>
background-color css
<style>
a { background-color: #F890D4; }
a { background-color: rgb(248,144,212); }
div.DivClassName
{
background-color: #F890D4;
}
.BgClassName
{
background-color: #F890D4;
}
</style>
border-color css
<style>
span { border-color: #F890D4; }
span { border-color: rgb(248,144,212); }
td.TdClassName
{
border-color: #F890D4;
}
.TagClassName
{
border-color: #F890D4;
}
</style>