Color Hex Logo

#f1cedd Color Hex

#F1CEDD
(241,206,221)
0 Favorites   0 Comments

Color spaces of #f1cedd

RGB 241206221
HSL0.930.560.88
HSV334°15°95°
CMYK 0.000.150.08   0.05
XYZ71.398168.063877.7812
Yxy68.06380.32870.3133
Hunter Lab82.500810.10171.8523
CIE-Lab86.038314.6993-2.8584

#f1cedd color RGB value is (241,206,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11001110 11011101
Octal 361 316 335
Decimal 241 206 221
Hex F1 CE DD

RGB Percentages of Color #f1cedd

%36.08
%30.84
%33.08

CMYK Percentages of Color #f1cedd

%0
%15
%8
%5

Triadic Colors of #f1cedd

#f1cedd #ddf1ce #ceddf1

Analogous Colors of #f1cedd

#f1cedd #f1d1ce #f1ceef

Monochromatic Colors of #f1cedd

#f1cedd

Complementary Color

#f1cedd #cef1e2

#f1cedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1cedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1cedd Color CSS Codes

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

#f1cedd Text Font Color

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

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


#f1cedd Background Color

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

This div background color is #f1cedd


#f1cedd Border Color

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

This div border color is #f1cedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1cedd

#f1cedd Color Palettes


Comments

No comments written yet.

Please login to write comment.