Color Hex Logo

#faaeea Color Hex

#FAAEEA
(250,174,234)
0 Favorites   0 Comments

Color spaces of #faaeea

RGB 250174234
HSL0.870.880.83
HSV313°30°98°
CMYK 0.000.300.06   0.02
XYZ69.411756.536685.0962
Yxy56.53660.32890.2679
Hunter Lab75.190833.1966-14.4671
CIE-Lab79.918236.8242-18.8479

#faaeea color RGB value is (250,174,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101110 11101010
Octal 372 256 352
Decimal 250 174 234
Hex FA AE EA

RGB Percentages of Color #faaeea

%37.99
%26.44
%35.56

CMYK Percentages of Color #faaeea

%0
%30
%6
%2

Triadic Colors of #faaeea

#faaeea #eafaae #aeeafa

Analogous Colors of #faaeea

#faaeea #faaec4 #e4aefa

Monochromatic Colors of #faaeea

#faaeea

Complementary Color

#faaeea #aefabe

#faaeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaeea Color CSS Codes

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

#faaeea Text Font Color

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

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


#faaeea Background Color

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

This div background color is #faaeea


#faaeea Border Color

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

This div border color is #faaeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaeea

Related Colors


Comments

No comments written yet.

Please login to write comment.