#F49AEE

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

Shades of Lavender Rose #F49AEE

Tints of Lavender Rose #F49AEE

Color information

#F49AEE (or 0xF49AEE) is unknown color: approx Lavender Rose. HEX triplet: F4, 9A and EE. RGB value is (244,154,238). Sum of RGB (Red+Green+Blue) = 244+154+238=636 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.36% from 636); Green value is 154 (60.55% from 255 or 24.21% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 244 - color contains mainly: red. Hex color #F49AEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49AEE is #0B6511. Grayscale: #BEBEBE. Windows color (decimal): -746770 or 15637236. OLE color: 15637236.

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

Color convert

RGB244154238-
CMYK00.370.020.04
HSL304º80.36%78.04%-
HSV(B)304º36.89%95.69%-
XYZ64.348.5286.86-
YUV190.49154.82166.17-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.36%
GREEN value IS 154 (60.55% from 255) = 24.21%
BLUE value IS 238 (93.36% from 255) = 37.42%
R=38.36%
G=24.21%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415423800.370.020.0430480.3678.04
HexF49AEE02524130504e
Octal36423235604524460120116
Binary11110100100110101110111001001011010010011000010100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49AEE; }

 p { color: rgb(244,154,238); }

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

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

 a { background-color: rgb(244,154,238); }

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

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

 span { border-color: rgb(244,154,238); }

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