Color Hex Logo

#f3dbda Color Hex

#F3DBDA
(243,219,218)
0 Favorites   0 Comments

Color spaces of #f3dbda

RGB 243219218
HSL0.010.510.90
HSV10°95°
CMYK 0.000.100.10   0.05
XYZ74.948674.779776.8134
Yxy74.77970.33080.3301
Hunter Lab86.47533.37537.8671
CIE-Lab89.28978.09743.4920

#f3dbda color RGB value is (243,219,218).

#f3dbda hex color red value is 243, green value is 219 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f3dbda hue: 0.01 , saturation: 0.51 and the lightness value of f3dbda is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 11011011 11011010
Octal 363 333 332
Decimal 243 219 218
Hex F3 DB DA

RGB Percentages of Color #f3dbda

%35.74
%32.21
%32.06

CMYK Percentages of Color #f3dbda

%0
%10
%10
%5

Triadic Colors of #f3dbda

#f3dbda #daf3db #dbdaf3

Analogous Colors of #f3dbda

#f3dbda #f3e8da #f3dae6

Monochromatic Colors of #f3dbda

#f3dbda

Complementary Color

#f3dbda #daf2f3

#f3dbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3dbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3dbda Color CSS Codes

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

#f3dbda Text Font Color

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

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


#f3dbda Background Color

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

This div background color is #f3dbda


#f3dbda Border Color

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

This div border color is #f3dbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3dbda


Comments

No comments written yet.

Please login to write comment.