Color Hex Logo

#f1dcef Color Hex

#F1DCEF
(241,220,239)
0 Favorites   0 Comments

Color spaces of #f1dcef

RGB 241220239
HSL0.850.430.90
HSV306°95°
CMYK 0.000.090.01   0.05
XYZ77.448876.119292.2718
Yxy76.11920.31500.3096
Hunter Lab87.24635.7739-1.6327
CIE-Lab89.914710.4841-6.6518

#f1dcef color RGB value is (241,220,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11011100 11101111
Octal 361 334 357
Decimal 241 220 239
Hex F1 DC EF

RGB Percentages of Color #f1dcef

%34.43
%31.43
%34.14

CMYK Percentages of Color #f1dcef

%0
%9
%1
%5

Triadic Colors of #f1dcef

#f1dcef #eff1dc #dceff1

Analogous Colors of #f1dcef

#f1dcef #f1dce5 #e9dcf1

Monochromatic Colors of #f1dcef

#f1dcef

Complementary Color

#f1dcef #dcf1de

#f1dcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1dcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1dcef Color CSS Codes

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

#f1dcef Text Font Color

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

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


#f1dcef Background Color

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

This div background color is #f1dcef


#f1dcef Border Color

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

This div border color is #f1dcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1dcef

#f1dcef Color Palettes


Comments

No comments written yet.

Please login to write comment.