Color Hex Logo

#f1dfdc Color Hex

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

Color spaces of #f1dfdc

RGB 241223220
HSL0.020.430.90
HSV95°
CMYK 0.000.070.09   0.05
XYZ75.581676.643478.5202
Yxy76.64340.32760.3322
Hunter Lab87.54620.89928.1052
CIE-Lab90.15725.65493.6787

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

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

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

Base Numbers

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

RGB Percentages of Color #f1dfdc

%35.23
%32.60
%32.16

CMYK Percentages of Color #f1dfdc

%0
%7
%9
%5

Triadic Colors of #f1dfdc

#f1dfdc #dcf1df #dfdcf1

Analogous Colors of #f1dfdc

#f1dfdc #f1eadc #f1dce4

Monochromatic Colors of #f1dfdc

#f1dfdc

Complementary Color

#f1dfdc #dceef1

#f1dfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1dfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1dfdc Color CSS Codes

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

#f1dfdc Text Font Color

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

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


#f1dfdc Background Color

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

This div background color is #f1dfdc


#f1dfdc Border Color

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

This div border color is #f1dfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1dfdc


Comments

No comments written yet.

Please login to write comment.