Color Hex Logo

#f1dcee Color Hex

#F1DCEE
(241,220,238)
0 Favorites   0 Comments

Color spaces of #f1dcee

RGB 241220238
HSL0.860.430.90
HSV309°95°
CMYK 0.000.090.01   0.05
XYZ77.301476.060291.4958
Yxy76.06020.31570.3106
Hunter Lab87.21255.5928-1.1532
CIE-Lab89.887310.3056-6.1669

#f1dcee color RGB value is (241,220,238).

#f1dcee hex color red value is 241, green value is 220 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f1dcee hue: 0.86 , saturation: 0.43 and the lightness value of f1dcee is 0.90.

The process color (four color CMYK) of #f1dcee color hex is 0.00, 0.09, 0.01, 0.05. Web safe color of #f1dcee is #ffccff. Color #f1dcee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11011100 11101110
Octal 361 334 356
Decimal 241 220 238
Hex F1 DC EE

RGB Percentages of Color #f1dcee

%34.48
%31.47
%34.05

CMYK Percentages of Color #f1dcee

%0
%9
%1
%5

Triadic Colors of #f1dcee

#f1dcee #eef1dc #dceef1

Analogous Colors of #f1dcee

#f1dcee #f1dce4 #eadcf1

Monochromatic Colors of #f1dcee

#f1dcee

Complementary Color

#f1dcee #dcf1df

#f1dcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1dcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1dcee Color CSS Codes

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

#f1dcee Text Font Color

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

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


#f1dcee Background Color

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

This div background color is #f1dcee


#f1dcee Border Color

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

This div border color is #f1dcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1dcee


Comments

No comments written yet.

Please login to write comment.