Color Hex Logo

#faebaf Color Hex

#FAEBAF
(250,235,175)
1 Favorites   0 Comments

Color spaces of #faebaf

RGB 250235175
HSL0.130.880.83
HSV48°30°98°
CMYK 0.000.060.30   0.02
XYZ76.870582.835852.4948
Yxy82.83580.36230.3904
Hunter Lab91.0142-8.513829.5129
CIE-Lab92.9425-3.732331.0069

#faebaf color RGB value is (250,235,175).

#faebaf hex color red value is 250, green value is 235 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #faebaf hue: 0.13 , saturation: 0.88 and the lightness value of faebaf is 0.83.

The process color (four color CMYK) of #faebaf color hex is 0.00, 0.06, 0.30, 0.02. Web safe color of #faebaf is #ffff99. Color #faebaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101011 10101111
Octal 372 353 257
Decimal 250 235 175
Hex FA EB AF

RGB Percentages of Color #faebaf

%37.88
%35.61
%26.52

CMYK Percentages of Color #faebaf

%0
%6
%30
%2

Triadic Colors of #faebaf

#faebaf #affaeb #ebaffa

Analogous Colors of #faebaf

#faebaf #e4faaf #fac6af

Monochromatic Colors of #faebaf

#faebaf

Complementary Color

#faebaf #afbefa

#faebaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faebaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#faebaf Color CSS Codes

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

#faebaf Text Font Color

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

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


#faebaf Background Color

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

This div background color is #faebaf


#faebaf Border Color

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

This div border color is #faebaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faebaf

Related Colors


Comments

No comments written yet.

Please login to write comment.