Color Hex Logo

#f1ddda Color Hex

#F1DDDA
(241,221,218)
0 Favorites   0 Comments

Color spaces of #f1ddda

RGB 241221218
HSL0.020.450.90
HSV10°95°
CMYK 0.000.080.10   0.05
XYZ74.787075.475676.9562
Yxy75.47560.32910.3322
Hunter Lab86.87671.62598.2940
CIE-Lab89.61536.36173.9432

#f1ddda color RGB value is (241,221,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11011101 11011010
Octal 361 335 332
Decimal 241 221 218
Hex F1 DD DA

RGB Percentages of Color #f1ddda

%35.44
%32.50
%32.06

CMYK Percentages of Color #f1ddda

%0
%8
%10
%5

Triadic Colors of #f1ddda

#f1ddda #daf1dd #dddaf1

Analogous Colors of #f1ddda

#f1ddda #f1e9da #f1dae3

Monochromatic Colors of #f1ddda

#f1ddda

Complementary Color

#f1ddda #daeef1

#f1ddda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1ddda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1ddda Color CSS Codes

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

#f1ddda Text Font Color

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

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


#f1ddda Background Color

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

This div background color is #f1ddda


#f1ddda Border Color

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

This div border color is #f1ddda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1ddda


Comments

No comments written yet.

Please login to write comment.