Color Hex Logo

#f49ede Color Hex

#F49EDE
(244,158,222)
0 Favorites   0 Comments

Color spaces of #f49ede

RGB 244158222
HSL0.880.800.79
HSV315°35°96°
CMYK 0.000.350.09   0.04
XYZ62.719948.960775.2519
Yxy48.96070.33550.2619
Hunter Lab69.971937.5491-14.7836
CIE-Lab75.426941.2223-19.1947

#f49ede color RGB value is (244,158,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011110 11011110
Octal 364 236 336
Decimal 244 158 222
Hex F4 9E DE

RGB Percentages of Color #f49ede

%39.10
%25.32
%35.58

CMYK Percentages of Color #f49ede

%0
%35
%9
%4

Triadic Colors of #f49ede

#f49ede #def49e #9edef4

Analogous Colors of #f49ede

#f49ede #f49eb3 #df9ef4

Monochromatic Colors of #f49ede

#f49ede

Complementary Color

#f49ede #9ef4b4

#f49ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49ede Color CSS Codes

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

#f49ede Text Font Color

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

This sample text font color is #f49ede
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.


#f49ede Background Color

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

This div background color is #f49ede


#f49ede Border Color

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

This div border color is #f49ede


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,158,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 #f49ede">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49ede


Comments

No comments written yet.

Please login to write comment.