Color Hex Logo

#f3dcce Color Hex

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

Color spaces of #f3dcce

RGB 243220206
HSL0.060.610.88
HSV23°15°95°
CMYK 0.000.090.15   0.05
XYZ73.695974.697368.9264
Yxy74.69730.33910.3437
Hunter Lab86.42760.956813.2153
CIE-Lab89.25105.67619.7403

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

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

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

Base Numbers

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

RGB Percentages of Color #f3dcce

%36.32
%32.88
%30.79

CMYK Percentages of Color #f3dcce

%0
%9
%15
%5

Triadic Colors of #f3dcce

#f3dcce #cef3dc #dccef3

Analogous Colors of #f3dcce

#f3dcce #f3efce #f3ced3

Monochromatic Colors of #f3dcce

#f3dcce

Complementary Color

#f3dcce #cee5f3

#f3dcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3dcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3dcce Color CSS Codes

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

#f3dcce Text Font Color

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

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


#f3dcce Background Color

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

This div background color is #f3dcce


#f3dcce Border Color

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

This div border color is #f3dcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3dcce


Comments

No comments written yet.

Please login to write comment.