Color Hex Logo

#f1aed8 Color Hex

#F1AED8
(241,174,216)
0 Favorites   0 Comments

Color spaces of #f1aed8

RGB 241174216
HSL0.900.710.81
HSV322°28°95°
CMYK 0.000.280.10   0.05
XYZ63.806353.930772.0125
Yxy53.93070.33630.2842
Hunter Lab73.437526.5743-6.7332
CIE-Lab78.421330.8143-11.4572

#f1aed8 color RGB value is (241,174,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10101110 11011000
Octal 361 256 330
Decimal 241 174 216
Hex F1 AE D8

RGB Percentages of Color #f1aed8

%38.19
%27.58
%34.23

CMYK Percentages of Color #f1aed8

%0
%28
%10
%5

Triadic Colors of #f1aed8

#f1aed8 #d8f1ae #aed8f1

Analogous Colors of #f1aed8

#f1aed8 #f1aeb7 #e9aef1

Monochromatic Colors of #f1aed8

#f1aed8

Complementary Color

#f1aed8 #aef1c7

#f1aed8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1aed8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1aed8 Color CSS Codes

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

#f1aed8 Text Font Color

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

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


#f1aed8 Background Color

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

This div background color is #f1aed8


#f1aed8 Border Color

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

This div border color is #f1aed8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1aed8

#f1aed8 Color Palettes


Comments

No comments written yet.

Please login to write comment.