Color Hex Logo

#f3cedc Color Hex

#F3CEDC
(243,206,220)
0 Favorites   0 Comments

Color spaces of #f3cedc

RGB 243206220
HSL0.940.610.88
HSV337°15°95°
CMYK 0.000.150.09   0.05
XYZ71.951768.364677.1136
Yxy68.36460.33090.3144
Hunter Lab82.682910.63792.5816
CIE-Lab86.188415.2241-2.0866

#f3cedc color RGB value is (243,206,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 11001110 11011100
Octal 363 316 334
Decimal 243 206 220
Hex F3 CE DC

RGB Percentages of Color #f3cedc

%36.32
%30.79
%32.88

CMYK Percentages of Color #f3cedc

%0
%15
%9
%5

Triadic Colors of #f3cedc

#f3cedc #dcf3ce #cedcf3

Analogous Colors of #f3cedc

#f3cedc #f3d3ce #f3ceef

Monochromatic Colors of #f3cedc

#f3cedc

Complementary Color

#f3cedc #cef3e5

#f3cedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3cedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3cedc Color CSS Codes

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

#f3cedc Text Font Color

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

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


#f3cedc Background Color

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

This div background color is #f3cedc


#f3cedc Border Color

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

This div border color is #f3cedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3cedc


Comments

No comments written yet.

Please login to write comment.