#F496EB

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

Shades of Lavender Rose #F496EB

Tints of Lavender Rose #F496EB

Color information

#F496EB (or 0xF496EB) is unknown color: approx Lavender Rose. HEX triplet: F4, 96 and EB. RGB value is (244,150,235). Sum of RGB (Red+Green+Blue) = 244+150+235=629 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.79% from 629); Green value is 150 (58.98% from 255 or 23.85% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 244 - color contains mainly: red. Hex color #F496EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F496EB is #0B6914. Grayscale: #BBBBBB. Windows color (decimal): -747797 or 15439604. OLE color: 15439604.

HSL color Cylindrical-coordinate representation of color #F496EB: hue angle of 305.74º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F496EB is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB244150235-
CMYK00.390.040.04
HSL305.74º81.03%77.25%-
HSV(B)305.74º38.52%95.69%-
XYZ63.2147.0484.35-
YUV187.8154.64168.09-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.79%
GREEN value IS 150 (58.98% from 255) = 23.85%
BLUE value IS 235 (92.19% from 255) = 37.36%
R=38.79%
G=23.85%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415023500.390.040.04305.7481.0377.25
HexF496EB02744132514d
Octal36422635304744462121115
Binary111101001001011011101011010011110010010011001010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F496EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F496EB; }

 p { color: rgb(244,150,235); }

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

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

 a { background-color: rgb(244,150,235); }

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

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

 span { border-color: rgb(244,150,235); }

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