Color Hex Logo

#faeedb Color Hex

#FAEEDB
(250,238,219)
0 Favorites   0 Comments

Color spaces of #faeedb

RGB 250238219
HSL0.100.760.92
HSV37°12°98°
CMYK 0.000.050.12   0.02
XYZ82.785186.587579.3677
Yxy86.58750.33280.3481
Hunter Lab93.0524-4.037214.5661
CIE-Lab94.56300.936810.6319

#faeedb color RGB value is (250,238,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101110 11011011
Octal 372 356 333
Decimal 250 238 219
Hex FA EE DB

RGB Percentages of Color #faeedb

%35.36
%33.66
%30.98

CMYK Percentages of Color #faeedb

%0
%5
%12
%2

Triadic Colors of #faeedb

#faeedb #dbfaee #eedbfa

Analogous Colors of #faeedb

#faeedb #f7fadb #fadfdb

Monochromatic Colors of #faeedb

#faeedb

Complementary Color

#faeedb #dbe7fa

#faeedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeedb Color CSS Codes

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

#faeedb Text Font Color

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

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


#faeedb Background Color

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

This div background color is #faeedb


#faeedb Border Color

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

This div border color is #faeedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeedb

#faeedb Color Palettes


Comments

No comments written yet.

Please login to write comment.