Shades of Lavender Rose #F398ED
Tints of Lavender Rose #F398ED
RGB
CMYK
RGB Variations
Color information
#F398ED (or 0xF398ED) is known color: Lavender Rose. HEX triplet: F3, 98 and ED. RGB value is (243,152,237). Sum of RGB (Red+Green+Blue) = 243+152+237=632 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.45% from 632); Green value is 152 (59.77% from 255 or 24.05% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 243 - color contains mainly: red. Hex color #F398ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F398ED is #0C6712. Grayscale: #BCBCBC. Windows color (decimal): -812819 or 15571187. OLE color: 15571187.
HSL color Cylindrical-coordinate representation of color #F398ED: hue angle of 303.96º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F398ED is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 152 | 237 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.05 |
| HSL | 303.96º | 0.79% | 0.77% | - |
| HSV(B) | 303.96º | 0.37% | 0.95% | - |
| XYZ | 63.48 | 47.63 | 85.97 | - |
| YUV | 188.9 | 155.15 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 152 | 237 | 0 | 0.37 | 0.02 | 0.05 | 303.96 | 0.79 | 0.77 |
| Hex | F3 | 98 | ED | 0 | 25 | 2 | 5 | 130 | 4F | 4D |
| Octal | 363 | 230 | 355 | 0 | 45 | 2 | 5 | 460 | 117 | 115 |
| Binary | 11110011 | 10011000 | 11101101 | 0 | 100101 | 10 | 101 | 100110000 | 1001111 | 1001101 |
Color Harmonies of #F398ED
Complementary color
Monochromatic Colors of #F398ED
Black with #F398ED
Text Example
Text Example
White with #F398ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F398ED; }
p { color: rgb(243,152,237); }
H1.HeaderClassName
{
color: #F398ED;
}
.AnyTagClassName
{
color: #F398ED;
}
</style>
background-color css
<style>
a { background-color: #F398ED; }
a { background-color: rgb(243,152,237); }
div.DivClassName
{
background-color: #F398ED;
}
.BgClassName
{
background-color: #F398ED;
}
</style>
border-color css
<style>
span { border-color: #F398ED; }
span { border-color: rgb(243,152,237); }
td.TdClassName
{
border-color: #F398ED;
}
.TagClassName
{
border-color: #F398ED;
}
</style>