Color Hex Logo

#f1daeb Color Hex

#F1DAEB
(241,218,235)
0 Favorites   0 Comments

Color spaces of #f1daeb

RGB 241218235
HSL0.880.450.90
HSV316°10°95°
CMYK 0.000.100.02   0.05
XYZ76.342474.841789.0195
Yxy74.84170.31780.3116
Hunter Lab86.51116.1243-0.4514
CIE-Lab89.318810.8179-5.4288

#f1daeb color RGB value is (241,218,235).

#f1daeb hex color red value is 241, green value is 218 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f1daeb hue: 0.88 , saturation: 0.45 and the lightness value of f1daeb is 0.90.

The process color (four color CMYK) of #f1daeb color hex is 0.00, 0.10, 0.02, 0.05. Web safe color of #f1daeb is #ffccff. Color #f1daeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11011010 11101011
Octal 361 332 353
Decimal 241 218 235
Hex F1 DA EB

RGB Percentages of Color #f1daeb

%34.73
%31.41
%33.86

CMYK Percentages of Color #f1daeb

%0
%10
%2
%5

Triadic Colors of #f1daeb

#f1daeb #ebf1da #daebf1

Analogous Colors of #f1daeb

#f1daeb #f1dae0 #ecdaf1

Monochromatic Colors of #f1daeb

#f1daeb

Complementary Color

#f1daeb #daf1e0

#f1daeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1daeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1daeb Color CSS Codes

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

#f1daeb Text Font Color

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

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


#f1daeb Background Color

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

This div background color is #f1daeb


#f1daeb Border Color

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

This div border color is #f1daeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1daeb


Comments

No comments written yet.

Please login to write comment.