Color Hex Logo

#f1dfce Color Hex

#F1DFCE
(241,223,206)
0 Favorites   0 Comments

Color spaces of #f1dfce

RGB 241223206
HSL0.080.560.88
HSV29°15°95°
CMYK 0.000.070.15   0.05
XYZ73.803975.932469.1590
Yxy75.93240.33720.3469
Hunter Lab87.1392-1.310213.9413
CIE-Lab89.82793.413610.5421

#f1dfce color RGB value is (241,223,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11011111 11001110
Octal 361 337 316
Decimal 241 223 206
Hex F1 DF CE

RGB Percentages of Color #f1dfce

%35.97
%33.28
%30.75

CMYK Percentages of Color #f1dfce

%0
%7
%15
%5

Triadic Colors of #f1dfce

#f1dfce #cef1df #dfcef1

Analogous Colors of #f1dfce

#f1dfce #f1f1ce #f1cecf

Monochromatic Colors of #f1dfce

#f1dfce

Complementary Color

#f1dfce #cee0f1

#f1dfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1dfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1dfce Color CSS Codes

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

#f1dfce Text Font Color

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

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


#f1dfce Background Color

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

This div background color is #f1dfce


#f1dfce Border Color

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

This div border color is #f1dfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1dfce


Comments

No comments written yet.

Please login to write comment.