Color Hex Logo

#f1dbce Color Hex

#F1DBCE
(241,219,206)
0 Favorites   0 Comments

Color spaces of #f1dbce

RGB 241219206
HSL0.060.560.88
HSV22°15°95°
CMYK 0.000.090.15   0.05
XYZ72.747773.820068.8070
Yxy73.82000.33780.3428
Hunter Lab85.91860.779412.6612
CIE-Lab88.83735.48069.1263

#f1dbce color RGB value is (241,219,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11011011 11001110
Octal 361 333 316
Decimal 241 219 206
Hex F1 DB CE

RGB Percentages of Color #f1dbce

%36.19
%32.88
%30.93

CMYK Percentages of Color #f1dbce

%0
%9
%15
%5

Triadic Colors of #f1dbce

#f1dbce #cef1db #dbcef1

Analogous Colors of #f1dbce

#f1dbce #f1edce #f1ced3

Monochromatic Colors of #f1dbce

#f1dbce

Complementary Color

#f1dbce #cee4f1

#f1dbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1dbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1dbce Color CSS Codes

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

#f1dbce Text Font Color

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

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


#f1dbce Background Color

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

This div background color is #f1dbce


#f1dbce Border Color

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

This div border color is #f1dbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1dbce


Comments

No comments written yet.

Please login to write comment.