Color Hex Logo

#f17ede Color Hex

#F17EDE
(241,126,222)
0 Favorites   0 Comments

Color spaces of #f17ede

RGB 241126222
HSL0.860.800.72
HSV310°48°95°
CMYK 0.000.480.08   0.05
XYZ56.921338.896473.6149
Yxy38.89640.33600.2296
Hunter Lab62.367053.7718-26.3261
CIE-Lab68.676256.4692-29.5422

#f17ede color RGB value is (241,126,222).

#f17ede hex color red value is 241, green value is 126 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f17ede hue: 0.86 , saturation: 0.80 and the lightness value of f17ede is 0.72.

The process color (four color CMYK) of #f17ede color hex is 0.00, 0.48, 0.08, 0.05. Web safe color of #f17ede is #ff66cc. Color #f17ede contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01111110 11011110
Octal 361 176 336
Decimal 241 126 222
Hex F1 7E DE

RGB Percentages of Color #f17ede

%40.92
%21.39
%37.69

CMYK Percentages of Color #f17ede

%0
%48
%8
%5

Triadic Colors of #f17ede

#f17ede #def17e #7edef1

Analogous Colors of #f17ede

#f17ede #f17ea5 #cb7ef1

Monochromatic Colors of #f17ede

#f17ede

Complementary Color

#f17ede #7ef191

#f17ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f17ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#f17ede Color CSS Codes

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

#f17ede Text Font Color

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

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


#f17ede Background Color

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

This div background color is #f17ede


#f17ede Border Color

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

This div border color is #f17ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f17ede


Comments

No comments written yet.

Please login to write comment.