Shades of Lavender Rose #F897EC
Tints of Lavender Rose #F897EC
RGB
CMYK
RGB Variations
Color information
#F897EC (or 0xF897EC) is known color: Lavender Rose. HEX triplet: F8, 97 and EC. RGB value is (248,151,236). Sum of RGB (Red+Green+Blue) = 248+151+236=635 (84% of max value = 765). Red value is 248 (97.27% from 255 or 39.06% from 635); Green value is 151 (59.38% from 255 or 23.78% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 248 - color contains mainly: red. Hex color #F897EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F897EC is #076813. Grayscale: #BDBDBD. Windows color (decimal): -485396 or 15505400. OLE color: 15505400.
HSL color Cylindrical-coordinate representation of color #F897EC: hue angle of 307.42º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F897EC is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 151 | 236 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.03 |
| HSL | 307.42º | 0.87% | 0.78% | - |
| HSV(B) | 307.42º | 0.39% | 0.97% | - |
| XYZ | 64.92 | 48.15 | 85.23 | - |
| YUV | 189.69 | 154.14 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 151 | 236 | 0 | 0.39 | 0.05 | 0.03 | 307.42 | 0.87 | 0.78 |
| Hex | F8 | 97 | EC | 0 | 27 | 5 | 3 | 133 | 57 | 4E |
| Octal | 370 | 227 | 354 | 0 | 47 | 5 | 3 | 463 | 127 | 116 |
| Binary | 11111000 | 10010111 | 11101100 | 0 | 100111 | 101 | 11 | 100110011 | 1010111 | 1001110 |
Color Harmonies of #F897EC
Complementary color
Monochromatic Colors of #F897EC
Black with #F897EC
Text Example
Text Example
White with #F897EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F897EC; }
p { color: rgb(248,151,236); }
H1.HeaderClassName
{
color: #F897EC;
}
.AnyTagClassName
{
color: #F897EC;
}
</style>
background-color css
<style>
a { background-color: #F897EC; }
a { background-color: rgb(248,151,236); }
div.DivClassName
{
background-color: #F897EC;
}
.BgClassName
{
background-color: #F897EC;
}
</style>
border-color css
<style>
span { border-color: #F897EC; }
span { border-color: rgb(248,151,236); }
td.TdClassName
{
border-color: #F897EC;
}
.TagClassName
{
border-color: #F897EC;
}
</style>