Color Hex Logo

#f48ede Color Hex

#F48EDE
(244,142,222)
0 Favorites   0 Comments

Color spaces of #f48ede

RGB 244142222
HSL0.870.820.76
HSV313°42°96°
CMYK 0.000.420.09   0.04
XYZ60.166043.853074.4006
Yxy43.85300.33720.2458
Hunter Lab66.221646.2894-20.2578
CIE-Lab72.130149.4419-24.2094

#f48ede color RGB value is (244,142,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001110 11011110
Octal 364 216 336
Decimal 244 142 222
Hex F4 8E DE

RGB Percentages of Color #f48ede

%40.13
%23.36
%36.51

CMYK Percentages of Color #f48ede

%0
%42
%9
%4

Triadic Colors of #f48ede

#f48ede #def48e #8edef4

Analogous Colors of #f48ede

#f48ede #f48eab #d78ef4

Monochromatic Colors of #f48ede

#f48ede

Complementary Color

#f48ede #8ef4a4

#f48ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48ede Color CSS Codes

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

#f48ede Text Font Color

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

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


#f48ede Background Color

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

This div background color is #f48ede


#f48ede Border Color

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

This div border color is #f48ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48ede


Comments

No comments written yet.

Please login to write comment.