#F999EA

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

Shades of Lavender Rose #F999EA

Tints of Lavender Rose #F999EA

Color information

#F999EA (or 0xF999EA) is unknown color: approx Lavender Rose. HEX triplet: F9, 99 and EA. RGB value is (249,153,234). Sum of RGB (Red+Green+Blue) = 249+153+234=636 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.15% from 636); Green value is 153 (60.16% from 255 or 24.06% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 249 - color contains mainly: red. Hex color #F999EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F999EA is #066615. Grayscale: #BEBEBE. Windows color (decimal): -419350 or 15374841. OLE color: 15374841.

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

Color convert

RGB249153234-
CMYK00.390.060.02
HSL309.38º88.89%78.82%-
HSV(B)309.38º38.55%97.65%-
XYZ65.3148.8683.83-
YUV190.94152.3169.41-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.15%
GREEN value IS 153 (60.16% from 255) = 24.06%
BLUE value IS 234 (91.80% from 255) = 36.79%
R=39.15%
G=24.06%
B=36.79%

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
Decimal24915323400.390.060.02309.3888.8978.82
HexF999EA02762135594f
Octal37123135204762465131117
Binary11111001100110011110101001001111101010011010110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F999EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F999EA; }

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

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

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

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

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

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

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

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