Color Hex Logo

#f3dedb Color Hex

#F3DEDB
(243,222,219)
0 Favorites   0 Comments

Color spaces of #f3dedb

RGB 243222219
HSL0.020.500.91
HSV10°95°
CMYK 0.000.090.10   0.05
XYZ75.869676.411777.7680
Yxy76.41170.32980.3322
Hunter Lab87.41381.95258.4421
CIE-Lab90.05016.70414.0686

#f3dedb color RGB value is (243,222,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 11011110 11011011
Octal 363 336 333
Decimal 243 222 219
Hex F3 DE DB

RGB Percentages of Color #f3dedb

%35.53
%32.46
%32.02

CMYK Percentages of Color #f3dedb

%0
%9
%10
%5

Triadic Colors of #f3dedb

#f3dedb #dbf3de #dedbf3

Analogous Colors of #f3dedb

#f3dedb #f3eadb #f3dbe4

Monochromatic Colors of #f3dedb

#f3dedb

Complementary Color

#f3dedb #dbf0f3

#f3dedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3dedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3dedb Color CSS Codes

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

#f3dedb Text Font Color

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

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


#f3dedb Background Color

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

This div background color is #f3dedb


#f3dedb Border Color

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

This div border color is #f3dedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3dedb


Comments

No comments written yet.

Please login to write comment.