Color Hex Logo

#f3dede Color Hex

#F3DEDE
(243,222,222)
0 Favorites   0 Comments

Color spaces of #f3dede

RGB 243222222
HSL0.000.470.91
HSV95°
CMYK 0.000.090.09   0.05
XYZ76.268276.571279.8672
Yxy76.57120.32770.3290
Hunter Lab87.50502.44467.1385
CIE-Lab90.12397.19712.6015

#f3dede color RGB value is (243,222,222).

#f3dede hex color red value is 243, green value is 222 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f3dede hue: 0.00 , saturation: 0.47 and the lightness value of f3dede is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 11011110 11011110
Octal 363 336 336
Decimal 243 222 222
Hex F3 DE DE

RGB Percentages of Color #f3dede

%35.37
%32.31
%32.31

CMYK Percentages of Color #f3dede

%0
%9
%9
%5

Triadic Colors of #f3dede

#f3dede #def3de #dedef3

Analogous Colors of #f3dede

#f3dede #f3e9de #f3dee9

Monochromatic Colors of #f3dede

#f3dede

Complementary Color

#f3dede #def3f3

#f3dede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3dede Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3dede Color CSS Codes

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

#f3dede Text Font Color

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

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


#f3dede Background Color

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

This div background color is #f3dede


#f3dede Border Color

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

This div border color is #f3dede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3dede

#f3dede Color Palettes


Comments

No comments written yet.

Please login to write comment.