Color Hex Logo

#f1dddc Color Hex

#F1DDDC
(241,221,220)
1 Favorites   0 Comments

Color spaces of #f1dddc

RGB 241221220
HSL0.010.430.90
HSV95°
CMYK 0.000.080.09   0.05
XYZ75.050375.581078.3432
Yxy75.58100.32780.3301
Hunter Lab86.93731.95327.4272
CIE-Lab89.66446.69102.9640

#f1dddc color RGB value is (241,221,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11011101 11011100
Octal 361 335 334
Decimal 241 221 220
Hex F1 DD DC

RGB Percentages of Color #f1dddc

%35.34
%32.40
%32.26

CMYK Percentages of Color #f1dddc

%0
%8
%9
%5

Triadic Colors of #f1dddc

#f1dddc #dcf1dd #dddcf1

Analogous Colors of #f1dddc

#f1dddc #f1e8dc #f1dce6

Monochromatic Colors of #f1dddc

#f1dddc

Complementary Color

#f1dddc #dcf0f1

#f1dddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1dddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1dddc Color CSS Codes

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

#f1dddc Text Font Color

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

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


#f1dddc Background Color

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

This div background color is #f1dddc


#f1dddc Border Color

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

This div border color is #f1dddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1dddc


Comments

No comments written yet.

Please login to write comment.