Color Hex Logo

#f1aedc Color Hex

#F1AEDC
(241,174,220)
0 Favorites   0 Comments

Color spaces of #f1aedc

RGB 241174220
HSL0.890.710.81
HSV319°28°95°
CMYK 0.000.280.09   0.05
XYZ64.329954.140274.7697
Yxy54.14020.33290.2802
Hunter Lab73.580027.2948-8.7426
CIE-Lab78.543431.4822-13.4428

#f1aedc color RGB value is (241,174,220).

#f1aedc hex color red value is 241, green value is 174 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f1aedc hue: 0.89 , saturation: 0.71 and the lightness value of f1aedc is 0.81.

The process color (four color CMYK) of #f1aedc color hex is 0.00, 0.28, 0.09, 0.05. Web safe color of #f1aedc is #ff99cc. Color #f1aedc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10101110 11011100
Octal 361 256 334
Decimal 241 174 220
Hex F1 AE DC

RGB Percentages of Color #f1aedc

%37.95
%27.40
%34.65

CMYK Percentages of Color #f1aedc

%0
%28
%9
%5

Triadic Colors of #f1aedc

#f1aedc #dcf1ae #aedcf1

Analogous Colors of #f1aedc

#f1aedc #f1aebb #e5aef1

Monochromatic Colors of #f1aedc

#f1aedc

Complementary Color

#f1aedc #aef1c3

#f1aedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1aedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1aedc Color CSS Codes

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

#f1aedc Text Font Color

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

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


#f1aedc Background Color

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

This div background color is #f1aedc


#f1aedc Border Color

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

This div border color is #f1aedc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,174,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1aedc


Comments

No comments written yet.

Please login to write comment.