Color Hex Logo

#faecdb Color Hex

#FAECDB
(250,236,219)
0 Favorites   0 Comments

Color spaces of #faecdb

RGB 250236219
HSL0.090.760.92
HSV33°12°98°
CMYK 0.000.060.12   0.02
XYZ82.206085.429479.1746
Yxy85.42940.33310.3461
Hunter Lab92.4280-2.990213.9113
CIE-Lab94.06781.95509.9243

#faecdb color RGB value is (250,236,219).

#faecdb hex color red value is 250, green value is 236 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #faecdb hue: 0.09 , saturation: 0.76 and the lightness value of faecdb is 0.92.

The process color (four color CMYK) of #faecdb color hex is 0.00, 0.06, 0.12, 0.02. Web safe color of #faecdb is #ffffcc. Color #faecdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101100 11011011
Octal 372 354 333
Decimal 250 236 219
Hex FA EC DB

RGB Percentages of Color #faecdb

%35.46
%33.48
%31.06

CMYK Percentages of Color #faecdb

%0
%6
%12
%2

Triadic Colors of #faecdb

#faecdb #dbfaec #ecdbfa

Analogous Colors of #faecdb

#faecdb #f9fadb #fadddb

Monochromatic Colors of #faecdb

#faecdb

Complementary Color

#faecdb #dbe9fa

#faecdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faecdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#faecdb Color CSS Codes

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

#faecdb Text Font Color

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

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


#faecdb Background Color

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

This div background color is #faecdb


#faecdb Border Color

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

This div border color is #faecdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faecdb

Related Colors


Comments

No comments written yet.

Please login to write comment.