Shades of Lavender Rose #F895EA
Tints of Lavender Rose #F895EA
RGB
CMYK
RGB Variations
Color information
#F895EA (or 0xF895EA) is known color: Lavender Rose. HEX triplet: F8, 95 and EA. RGB value is (248,149,234). Sum of RGB (Red+Green+Blue) = 248+149+234=631 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.30% from 631); Green value is 149 (58.59% from 255 or 23.61% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 248 - color contains mainly: red. Hex color #F895EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F895EA is #076A15. Grayscale: #BCBCBC. Windows color (decimal): -485910 or 15373816. OLE color: 15373816.
HSL color Cylindrical-coordinate representation of color #F895EA: hue angle of 308.48º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F895EA is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 149 | 234 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.03 |
| HSL | 308.48º | 0.88% | 0.78% | - |
| HSV(B) | 308.48º | 0.4% | 0.97% | - |
| XYZ | 64.31 | 47.39 | 83.6 | - |
| YUV | 188.29 | 153.8 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 149 | 234 | 0 | 0.40 | 0.06 | 0.03 | 308.48 | 0.88 | 0.78 |
| Hex | F8 | 95 | EA | 0 | 28 | 6 | 3 | 134 | 58 | 4E |
| Octal | 370 | 225 | 352 | 0 | 50 | 6 | 3 | 464 | 130 | 116 |
| Binary | 11111000 | 10010101 | 11101010 | 0 | 101000 | 110 | 11 | 100110100 | 1011000 | 1001110 |
Color Harmonies of #F895EA
Complementary color
Monochromatic Colors of #F895EA
Black with #F895EA
Text Example
Text Example
White with #F895EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F895EA; }
p { color: rgb(248,149,234); }
H1.HeaderClassName
{
color: #F895EA;
}
.AnyTagClassName
{
color: #F895EA;
}
</style>
background-color css
<style>
a { background-color: #F895EA; }
a { background-color: rgb(248,149,234); }
div.DivClassName
{
background-color: #F895EA;
}
.BgClassName
{
background-color: #F895EA;
}
</style>
border-color css
<style>
span { border-color: #F895EA; }
span { border-color: rgb(248,149,234); }
td.TdClassName
{
border-color: #F895EA;
}
.TagClassName
{
border-color: #F895EA;
}
</style>