Color Hex Logo

#f1dfee Color Hex

#F1DFEE
(241,223,238)
0 Favorites   0 Comments

Color spaces of #f1dfee

RGB 241223238
HSL0.860.390.91
HSV310°95°
CMYK 0.000.070.01   0.05
XYZ78.095977.649291.7606
Yxy77.64920.31550.3137
Hunter Lab88.11883.9890-0.0572
CIE-Lab90.61968.7427-5.0862

#f1dfee color RGB value is (241,223,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11011111 11101110
Octal 361 337 356
Decimal 241 223 238
Hex F1 DF EE

RGB Percentages of Color #f1dfee

%34.33
%31.77
%33.90

CMYK Percentages of Color #f1dfee

%0
%7
%1
%5

Triadic Colors of #f1dfee

#f1dfee #eef1df #dfeef1

Analogous Colors of #f1dfee

#f1dfee #f1dfe5 #ebdff1

Monochromatic Colors of #f1dfee

#f1dfee

Complementary Color

#f1dfee #dff1e2

#f1dfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1dfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1dfee Color CSS Codes

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

#f1dfee Text Font Color

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

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


#f1dfee Background Color

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

This div background color is #f1dfee


#f1dfee Border Color

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

This div border color is #f1dfee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,223,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 #f1dfee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1dfee


Comments

No comments written yet.

Please login to write comment.