Color Hex Logo

#f1fcdd Color Hex

#F1FCDD
(241,252,221)
0 Favorites   0 Comments

Color spaces of #f1fcdd

RGB 241252221
HSL0.230.840.93
HSV81°12°99°
CMYK 0.040.000.12   0.01
XYZ84.137293.542082.0275
Yxy93.54200.32400.3602
Hunter Lab96.7171-13.972317.4171
CIE-Lab97.4471-8.909313.6159

#f1fcdd color RGB value is (241,252,221).

#f1fcdd hex color red value is 241, green value is 252 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f1fcdd hue: 0.23 , saturation: 0.84 and the lightness value of f1fcdd is 0.93.

The process color (four color CMYK) of #f1fcdd color hex is 0.04, 0.00, 0.12, 0.01. Web safe color of #f1fcdd is #ffffcc. Color #f1fcdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11111100 11011101
Octal 361 374 335
Decimal 241 252 221
Hex F1 FC DD

RGB Percentages of Color #f1fcdd

%33.75
%35.29
%30.95

CMYK Percentages of Color #f1fcdd

%4
%0
%12
%1

Triadic Colors of #f1fcdd

#f1fcdd #ddf1fc #fcddf1

Analogous Colors of #f1fcdd

#f1fcdd #e2fcdd #fcf8dd

Monochromatic Colors of #f1fcdd

#f1fcdd

Complementary Color

#f1fcdd #e8ddfc

#f1fcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1fcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1fcdd Color CSS Codes

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

#f1fcdd Text Font Color

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

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


#f1fcdd Background Color

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

This div background color is #f1fcdd


#f1fcdd Border Color

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

This div border color is #f1fcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1fcdd

Related Colors


Comments

No comments written yet.

Please login to write comment.