#F49BE0

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

Shades of Lavender Rose #F49BE0

Tints of Lavender Rose #F49BE0

Color information

#F49BE0 (or 0xF49BE0) is unknown color: approx Lavender Rose. HEX triplet: F4, 9B and E0. RGB value is (244,155,224). Sum of RGB (Red+Green+Blue) = 244+155+224=623 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.17% from 623); Green value is 155 (60.94% from 255 or 24.88% from 623); Blue value is 224 (87.89% from 255 or 35.96% from 623); Max value from RGB is 244 - color contains mainly: red. Hex color #F49BE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49BE0 is #0B641F. Grayscale: #BDBDBD. Windows color (decimal): -746528 or 14719988. OLE color: 14719988.

HSL color Cylindrical-coordinate representation of color #F49BE0: hue angle of 313.48º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F49BE0 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB244155224-
CMYK00.360.080.04
HSL313.48º80.18%78.24%-
HSV(B)313.48º36.48%95.69%-
XYZ62.4848.0676.5-
YUV189.48147.49166.89-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.17%
GREEN value IS 155 (60.94% from 255) = 24.88%
BLUE value IS 224 (87.89% from 255) = 35.96%
R=39.17%
G=24.88%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415522400.360.080.04313.4880.1878.24
HexF49BE002484139504e
Octal364233340044104471120116
Binary1111010010011011111000000100100100010010011100110100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49BE0; }

 p { color: rgb(244,155,224); }

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

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

 a { background-color: rgb(244,155,224); }

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

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

 span { border-color: rgb(244,155,224); }

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