Color Hex Logo

#faefdb Color Hex

#FAEFDB
(250,239,219)
0 Favorites   0 Comments

Color spaces of #faefdb

RGB 250239219
HSL0.110.760.92
HSV39°12°98°
CMYK 0.000.040.12   0.02
XYZ83.077087.171579.4650
Yxy87.17150.33270.3491
Hunter Lab93.3657-4.560214.8933
CIE-Lab94.81100.428310.9860

#faefdb color RGB value is (250,239,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101111 11011011
Octal 372 357 333
Decimal 250 239 219
Hex FA EF DB

RGB Percentages of Color #faefdb

%35.31
%33.76
%30.93

CMYK Percentages of Color #faefdb

%0
%4
%12
%2

Triadic Colors of #faefdb

#faefdb #dbfaef #efdbfa

Analogous Colors of #faefdb

#faefdb #f6fadb #fae0db

Monochromatic Colors of #faefdb

#faefdb

Complementary Color

#faefdb #dbe6fa

#faefdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faefdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#faefdb Color CSS Codes

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

#faefdb Text Font Color

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

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


#faefdb Background Color

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

This div background color is #faefdb


#faefdb Border Color

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

This div border color is #faefdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faefdb


Comments

No comments written yet.

Please login to write comment.