Color Hex Logo

#f3dcdb Color Hex

#F3DCDB
(243,220,219)
0 Favorites   0 Comments

Color spaces of #f3dcdb

RGB 243220219
HSL0.010.500.91
HSV10°95°
CMYK 0.000.090.10   0.05
XYZ75.341575.355677.5920
Yxy75.35560.33000.3301
Hunter Lab86.80763.00937.7696
CIE-Lab89.55937.74113.3573

#f3dcdb color RGB value is (243,220,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 11011100 11011011
Octal 363 334 333
Decimal 243 220 219
Hex F3 DC DB

RGB Percentages of Color #f3dcdb

%35.63
%32.26
%32.11

CMYK Percentages of Color #f3dcdb

%0
%9
%10
%5

Triadic Colors of #f3dcdb

#f3dcdb #dbf3dc #dcdbf3

Analogous Colors of #f3dcdb

#f3dcdb #f3e8db #f3dbe6

Monochromatic Colors of #f3dcdb

#f3dcdb

Complementary Color

#f3dcdb #dbf2f3

#f3dcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3dcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3dcdb Color CSS Codes

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

#f3dcdb Text Font Color

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

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


#f3dcdb Background Color

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

This div background color is #f3dcdb


#f3dcdb Border Color

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

This div border color is #f3dcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3dcdb


Comments

No comments written yet.

Please login to write comment.