Color Hex Logo

#faebb1 Color Hex

#FAEBB1
(250,235,177)
0 Favorites   0 Comments

Color spaces of #faebb1

RGB 250235177
HSL0.130.880.84
HSV48°29°98°
CMYK 0.000.060.29   0.02
XYZ77.068582.915053.5372
Yxy82.91500.36090.3883
Hunter Lab91.0577-8.273928.8809
CIE-Lab92.9772-3.482230.0355

#faebb1 color RGB value is (250,235,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101011 10110001
Octal 372 353 261
Decimal 250 235 177
Hex FA EB B1

RGB Percentages of Color #faebb1

%37.76
%35.50
%26.74

CMYK Percentages of Color #faebb1

%0
%6
%29
%2

Triadic Colors of #faebb1

#faebb1 #b1faeb #ebb1fa

Analogous Colors of #faebb1

#faebb1 #e5fab1 #fac7b1

Monochromatic Colors of #faebb1

#faebb1

Complementary Color

#faebb1 #b1c0fa

#faebb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faebb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faebb1 Color CSS Codes

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

#faebb1 Text Font Color

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

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


#faebb1 Background Color

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

This div background color is #faebb1


#faebb1 Border Color

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

This div border color is #faebb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faebb1

Related Colors


Comments

No comments written yet.

Please login to write comment.