#F49CEA

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

Shades of Lavender Rose #F49CEA

Tints of Lavender Rose #F49CEA

Color information

#F49CEA (or 0xF49CEA) is unknown color: approx Lavender Rose. HEX triplet: F4, 9C and EA. RGB value is (244,156,234). Sum of RGB (Red+Green+Blue) = 244+156+234=634 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.49% from 634); Green value is 156 (61.33% from 255 or 24.61% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 244 - color contains mainly: red. Hex color #F49CEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49CEA is #0B6315. Grayscale: #BEBEBE. Windows color (decimal): -746262 or 15375604. OLE color: 15375604.

HSL color Cylindrical-coordinate representation of color #F49CEA: hue angle of 306.82º 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 #F49CEA is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB244156234-
CMYK00.360.040.04
HSL306.82º80%78.43%-
HSV(B)306.82º36.07%95.69%-
XYZ64.0548.9583.91-
YUV191.2152.15165.66-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.49%
GREEN value IS 156 (61.33% from 255) = 24.61%
BLUE value IS 234 (91.80% from 255) = 36.91%
R=38.49%
G=24.61%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415623400.360.040.04306.828078.43
HexF49CEA02444133504e
Octal36423435204444463120116
Binary111101001001110011101010010010010010010011001110100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49CEA; }

 p { color: rgb(244,156,234); }

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

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

 a { background-color: rgb(244,156,234); }

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

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

 span { border-color: rgb(244,156,234); }

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