Color Hex Logo

#faaefe Color Hex

#FAAEFE
(250,174,254)
0 Favorites   0 Comments

Color spaces of #faaefe

RGB 250174254
HSL0.830.980.84
HSV297°31°100°
CMYK 0.020.310.00   0.00
XYZ72.449857.7519101.0946
Yxy57.75190.31320.2497
Hunter Lab75.994737.1830-25.6764
CIE-Lab80.600740.3584-28.5600

#faaefe color RGB value is (250,174,254).

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

The process color (four color CMYK) of #faaefe color hex is 0.02, 0.31, 0.00, 0.00. Web safe color of #faaefe is #ff99ff. Color #faaefe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101110 11111110
Octal 372 256 376
Decimal 250 174 254
Hex FA AE FE

RGB Percentages of Color #faaefe

%36.87
%25.66
%37.46

CMYK Percentages of Color #faaefe

%2
%31
%0
%0

Triadic Colors of #faaefe

#faaefe #fefaae #aefefa

Analogous Colors of #faaefe

#faaefe #feaeda #d2aefe

Monochromatic Colors of #faaefe

#faaefe

Complementary Color

#faaefe #b2feae

#faaefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaefe Color CSS Codes

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

#faaefe Text Font Color

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

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


#faaefe Background Color

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

This div background color is #faaefe


#faaefe Border Color

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

This div border color is #faaefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaefe

Related Colors


Comments

No comments written yet.

Please login to write comment.