Color Hex Logo

#faaebd Color Hex

#FAAEBD
(250,174,189)
0 Favorites   0 Comments

Color spaces of #faaebd

RGB 250174189
HSL0.970.880.83
HSV348°30°98°
CMYK 0.000.300.24   0.02
XYZ63.745754.270255.2595
Yxy54.27020.36790.3132
Hunter Lab73.668325.53777.0937
CIE-Lab78.619029.82343.6051

#faaebd color RGB value is (250,174,189).

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

The process color (four color CMYK) of #faaebd color hex is 0.00, 0.30, 0.24, 0.02. Web safe color of #faaebd is #ff99cc. Color #faaebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101110 10111101
Octal 372 256 275
Decimal 250 174 189
Hex FA AE BD

RGB Percentages of Color #faaebd

%40.78
%28.38
%30.83

CMYK Percentages of Color #faaebd

%0
%30
%24
%2

Triadic Colors of #faaebd

#faaebd #bdfaae #aebdfa

Analogous Colors of #faaebd

#faaebd #fac5ae #faaee3

Monochromatic Colors of #faaebd

#faaebd

Complementary Color

#faaebd #aefaeb

#faaebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaebd Color CSS Codes

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

#faaebd Text Font Color

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

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


#faaebd Background Color

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

This div background color is #faaebd


#faaebd Border Color

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

This div border color is #faaebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaebd


Comments

No comments written yet.

Please login to write comment.