#F998EA

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

Shades of Lavender Rose #F998EA

Tints of Lavender Rose #F998EA

Color information

#F998EA (or 0xF998EA) is unknown color: approx Lavender Rose. HEX triplet: F9, 98 and EA. RGB value is (249,152,234). Sum of RGB (Red+Green+Blue) = 249+152+234=635 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.21% from 635); Green value is 152 (59.77% from 255 or 23.94% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 249 - color contains mainly: red. Hex color #F998EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F998EA is #066715. Grayscale: #BEBEBE. Windows color (decimal): -419606 or 15374585. OLE color: 15374585.

HSL color Cylindrical-coordinate representation of color #F998EA: hue angle of 309.28º 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 #F998EA is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB249152234-
CMYK00.390.060.02
HSL309.28º88.99%78.63%-
HSV(B)309.28º38.96%97.65%-
XYZ65.1548.5483.78-
YUV190.35152.64169.83-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.21%
GREEN value IS 152 (59.77% from 255) = 23.94%
BLUE value IS 234 (91.80% from 255) = 36.85%
R=39.21%
G=23.94%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915223400.390.060.02309.2888.9978.63
HexF998EA02762135594f
Octal37123035204762465131117
Binary11111001100110001110101001001111101010011010110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F998EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F998EA; }

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

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

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

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

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

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

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

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