Color Hex Logo

#f1dcdf Color Hex

#F1DCDF
(241,220,223)
0 Favorites   0 Comments

Color spaces of #f1dcdf

RGB 241220223
HSL0.980.430.90
HSV351°95°
CMYK 0.000.090.07   0.05
XYZ75.188175.214980.3671
Yxy75.21490.32580.3259
Hunter Lab86.72652.98035.7661
CIE-Lab89.49367.71021.1392

#f1dcdf color RGB value is (241,220,223).

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

The process color (four color CMYK) of #f1dcdf color hex is 0.00, 0.09, 0.07, 0.05. Web safe color of #f1dcdf is #ffcccc. Color #f1dcdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11011100 11011111
Octal 361 334 337
Decimal 241 220 223
Hex F1 DC DF

RGB Percentages of Color #f1dcdf

%35.23
%32.16
%32.60

CMYK Percentages of Color #f1dcdf

%0
%9
%7
%5

Triadic Colors of #f1dcdf

#f1dcdf #dff1dc #dcdff1

Analogous Colors of #f1dcdf

#f1dcdf #f1e4dc #f1dcea

Monochromatic Colors of #f1dcdf

#f1dcdf

Complementary Color

#f1dcdf #dcf1ee

#f1dcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1dcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1dcdf Color CSS Codes

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

#f1dcdf Text Font Color

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

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


#f1dcdf Background Color

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

This div background color is #f1dcdf


#f1dcdf Border Color

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

This div border color is #f1dcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1dcdf

#f1dcdf Color Palettes


Comments

No comments written yet.

Please login to write comment.