Color Hex Logo

#f1cedb Color Hex

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

Color spaces of #f1cedb

RGB 241206219
HSL0.940.560.88
HSV338°15°95°
CMYK 0.000.150.09   0.05
XYZ71.133167.957976.3859
Yxy67.95790.33010.3154
Hunter Lab82.43669.76052.7674
CIE-Lab85.985414.3645-1.8741

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

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

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

Base Numbers

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

RGB Percentages of Color #f1cedb

%36.19
%30.93
%32.88

CMYK Percentages of Color #f1cedb

%0
%15
%9
%5

Triadic Colors of #f1cedb

#f1cedb #dbf1ce #cedbf1

Analogous Colors of #f1cedb

#f1cedb #f1d3ce #f1ceed

Monochromatic Colors of #f1cedb

#f1cedb

Complementary Color

#f1cedb #cef1e4

#f1cedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1cedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1cedb Color CSS Codes

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

#f1cedb Text Font Color

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

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


#f1cedb Background Color

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

This div background color is #f1cedb


#f1cedb Border Color

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

This div border color is #f1cedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1cedb


Comments

No comments written yet.

Please login to write comment.