Color Hex Logo

#fae9da Color Hex

#FAE9DA
(250,233,218)
0 Favorites   0 Comments

Color spaces of #fae9da

RGB 250233218
HSL0.080.760.92
HSV28°13°98°
CMYK 0.000.070.13   0.02
XYZ81.218183.663878.1977
Yxy83.66380.33410.3442
Hunter Lab91.4679-1.571413.3394
CIE-Lab93.30433.33029.3506

#fae9da color RGB value is (250,233,218).

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

The process color (four color CMYK) of #fae9da color hex is 0.00, 0.07, 0.13, 0.02. Web safe color of #fae9da is #ffffcc. Color #fae9da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101001 11011010
Octal 372 351 332
Decimal 250 233 218
Hex FA E9 DA

RGB Percentages of Color #fae9da

%35.66
%33.24
%31.10

CMYK Percentages of Color #fae9da

%0
%7
%13
%2

Triadic Colors of #fae9da

#fae9da #dafae9 #e9dafa

Analogous Colors of #fae9da

#fae9da #faf9da #fadadb

Monochromatic Colors of #fae9da

#fae9da

Complementary Color

#fae9da #daebfa

#fae9da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae9da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae9da Color CSS Codes

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

#fae9da Text Font Color

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

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


#fae9da Background Color

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

This div background color is #fae9da


#fae9da Border Color

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

This div border color is #fae9da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,233,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae9da

#fae9da Color Palettes


Comments

No comments written yet.

Please login to write comment.