Shades of Lavender Rose #F891D4
Tints of Lavender Rose #F891D4
RGB
CMYK
RGB Variations
Color information
#F891D4 (or 0xF891D4) is known color: Lavender Rose. HEX triplet: F8, 91 and D4. RGB value is (248,145,212). Sum of RGB (Red+Green+Blue) = 248+145+212=605 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.99% from 605); Green value is 145 (57.03% from 255 or 23.97% from 605); Blue value is 212 (83.20% from 255 or 35.04% from 605); Max value from RGB is 248 - color contains mainly: red. Hex color #F891D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F891D4 is #076E2B. Grayscale: #B7B7B7. Windows color (decimal): -486956 or 13931000. OLE color: 13931000.
HSL color Cylindrical-coordinate representation of color #F891D4: hue angle of 320.97º 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 #F891D4 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 145 | 212 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.03 |
| HSL | 320.97º | 0.88% | 0.77% | - |
| HSV(B) | 320.97º | 0.42% | 0.97% | - |
| XYZ | 60.72 | 44.96 | 67.77 | - |
| YUV | 183.44 | 144.12 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 145 | 212 | 0 | 0.42 | 0.15 | 0.03 | 320.97 | 0.88 | 0.77 |
| Hex | F8 | 91 | D4 | 0 | 2A | F | 3 | 141 | 58 | 4D |
| Octal | 370 | 221 | 324 | 0 | 52 | 17 | 3 | 501 | 130 | 115 |
| Binary | 11111000 | 10010001 | 11010100 | 0 | 101010 | 1111 | 11 | 101000001 | 1011000 | 1001101 |
Color Harmonies of #F891D4
Complementary color
Monochromatic Colors of #F891D4
Black with #F891D4
Text Example
Text Example
White with #F891D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F891D4; }
p { color: rgb(248,145,212); }
H1.HeaderClassName
{
color: #F891D4;
}
.AnyTagClassName
{
color: #F891D4;
}
</style>
background-color css
<style>
a { background-color: #F891D4; }
a { background-color: rgb(248,145,212); }
div.DivClassName
{
background-color: #F891D4;
}
.BgClassName
{
background-color: #F891D4;
}
</style>
border-color css
<style>
span { border-color: #F891D4; }
span { border-color: rgb(248,145,212); }
td.TdClassName
{
border-color: #F891D4;
}
.TagClassName
{
border-color: #F891D4;
}
</style>