Color Hex Logo

#f49ade Color Hex

#F49ADE
(244,154,222)
0 Favorites   0 Comments

Color spaces of #f49ade

RGB 244154222
HSL0.870.800.78
HSV315°37°96°
CMYK 0.000.370.09   0.04
XYZ62.048647.618275.0282
Yxy47.61820.33600.2578
Hunter Lab69.005939.7428-16.1602
CIE-Lab74.583543.2990-20.4734

#f49ade color RGB value is (244,154,222).

#f49ade hex color red value is 244, green value is 154 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f49ade hue: 0.87 , saturation: 0.80 and the lightness value of f49ade is 0.78.

The process color (four color CMYK) of #f49ade color hex is 0.00, 0.37, 0.09, 0.04. Web safe color of #f49ade is #ff99cc. Color #f49ade contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011010 11011110
Octal 364 232 336
Decimal 244 154 222
Hex F4 9A DE

RGB Percentages of Color #f49ade

%39.35
%24.84
%35.81

CMYK Percentages of Color #f49ade

%0
%37
%9
%4

Triadic Colors of #f49ade

#f49ade #def49a #9adef4

Analogous Colors of #f49ade

#f49ade #f49ab1 #dd9af4

Monochromatic Colors of #f49ade

#f49ade

Complementary Color

#f49ade #9af4b0

#f49ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49ade Color CSS Codes

.mybgcolor {background-color:#f49ade; } 
.myforecolor {color:#f49ade; }
.mybordercolor {border:3px solid #f49ade; }

#f49ade Text Font Color

<p style="color:#f49ade">Text here</p>

This sample text font color is #f49ade
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f49ade Background Color

<div style="background-color:#f49ade">
Div content here</div>

This div background color is #f49ade


#f49ade Border Color

<div style="border:3px solid #f49ade">
Div here</div>

This div border color is #f49ade


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,154,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f49ade; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f49ade;
  -webkit-box-shadow: 1px 1px 3px 2px #f49ade;
  box-shadow:         1px 1px 3px 2px #f49ade; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,154,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f49ade">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f49ade;
  -webkit-box-shadow: 1px 1px 3px 2px #f49ade;
  box-shadow:         1px 1px 3px 2px #f49ade;">
Div content here</div>

This div box has shadow with color #f49ade

Related Colors


Comments

No comments written yet.

Please login to write comment.