Color Hex Logo

#f1dcce Color Hex

#F1DCCE
(241,220,206)
0 Favorites   0 Comments

Color spaces of #f1dcce

RGB 241220206
HSL0.070.560.88
HSV24°15°95°
CMYK 0.000.090.15   0.05
XYZ73.009474.343468.8942
Yxy74.34340.33760.3438
Hunter Lab86.22260.256112.9815
CIE-Lab89.08454.96299.4800

#f1dcce color RGB value is (241,220,206).

#f1dcce hex color red value is 241, green value is 220 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f1dcce hue: 0.07 , saturation: 0.56 and the lightness value of f1dcce is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11011100 11001110
Octal 361 334 316
Decimal 241 220 206
Hex F1 DC CE

RGB Percentages of Color #f1dcce

%36.13
%32.98
%30.88

CMYK Percentages of Color #f1dcce

%0
%9
%15
%5

Triadic Colors of #f1dcce

#f1dcce #cef1dc #dccef1

Analogous Colors of #f1dcce

#f1dcce #f1eece #f1ced2

Monochromatic Colors of #f1dcce

#f1dcce

Complementary Color

#f1dcce #cee3f1

#f1dcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1dcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1dcce Color CSS Codes

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

#f1dcce Text Font Color

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

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


#f1dcce Background Color

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

This div background color is #f1dcce


#f1dcce Border Color

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

This div border color is #f1dcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1dcce


Comments

No comments written yet.

Please login to write comment.