#F998EE

Color #F998EE Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #F998EE

Tints of Lavender Rose #F998EE

Color information

#F998EE (or 0xF998EE) is unknown color: approx Lavender Rose. HEX triplet: F9, 98 and EE. RGB value is (249,152,238). Sum of RGB (Red+Green+Blue) = 249+152+238=639 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.97% from 639); Green value is 152 (59.77% from 255 or 23.79% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 249 - color contains mainly: red. Hex color #F998EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F998EE is #066711. Grayscale: #BEBEBE. Windows color (decimal): -419602 or 15636729. OLE color: 15636729.

HSL color Cylindrical-coordinate representation of color #F998EE: hue angle of 306.8º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F998EE is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB249152238-
CMYK00.390.040.02
HSL306.8º88.99%78.63%-
HSV(B)306.8º38.96%97.65%-
XYZ65.7348.7786.84-
YUV190.81154.64169.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 249 (97.66% from 255) = 38.97%
GREEN value IS 152 (59.77% from 255) = 23.79%
BLUE value IS 238 (93.36% from 255) = 37.25%
R=38.97%
G=23.79%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915223800.390.040.02306.888.9978.63
HexF998EE02742133594f
Octal37123035604742463131117
Binary11111001100110001110111001001111001010011001110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F998EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F998EE; }

 p { color: rgb(249,152,238); }

 H1.HeaderClassName
 {
   color: #F998EE;
 }
 .AnyTagClassName
 {
   color: #F998EE;
 }
</style>
background-color css

<style>
 a { background-color: #F998EE; }

 a { background-color: rgb(249,152,238); }

 div.DivClassName
 {
   background-color: #F998EE;
 }
 .BgClassName
 {
   background-color: #F998EE;
 }
</style>
border-color css

<style>
 span { border-color: #F998EE; }

 span { border-color: rgb(249,152,238); }

 td.TdClassName
 {
   border-color: #F998EE;
 }
 .TagClassName
 {
   border-color: #F998EE;
 }
</style>