Color Hex Logo

#faaeeb Color Hex

#FAAEEB
(250,174,235)
0 Favorites   0 Comments

Color spaces of #faaeeb

RGB 250174235
HSL0.870.880.83
HSV312°30°98°
CMYK 0.000.300.06   0.02
XYZ69.555856.594385.8551
Yxy56.59430.32810.2669
Hunter Lab75.229233.3874-15.0041
CIE-Lab79.950936.9950-19.3377

#faaeeb color RGB value is (250,174,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101110 11101011
Octal 372 256 353
Decimal 250 174 235
Hex FA AE EB

RGB Percentages of Color #faaeeb

%37.94
%26.40
%35.66

CMYK Percentages of Color #faaeeb

%0
%30
%6
%2

Triadic Colors of #faaeeb

#faaeeb #ebfaae #aeebfa

Analogous Colors of #faaeeb

#faaeeb #faaec5 #e3aefa

Monochromatic Colors of #faaeeb

#faaeeb

Complementary Color

#faaeeb #aefabd

#faaeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaeeb Color CSS Codes

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

#faaeeb Text Font Color

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

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


#faaeeb Background Color

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

This div background color is #faaeeb


#faaeeb Border Color

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

This div border color is #faaeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaeeb


Comments

No comments written yet.

Please login to write comment.