Color Hex Logo

#faaefd Color Hex

#FAAEFD
(250,174,253)
0 Favorites   0 Comments

Color spaces of #faaefd

RGB 250174253
HSL0.830.950.84
HSV298°31°99°
CMYK 0.010.310.00   0.01
XYZ72.290057.6879100.2533
Yxy57.68790.31400.2506
Hunter Lab75.952636.9755-25.0928
CIE-Lab80.565040.1762-28.0788

#faaefd color RGB value is (250,174,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101110 11111101
Octal 372 256 375
Decimal 250 174 253
Hex FA AE FD

RGB Percentages of Color #faaefd

%36.93
%25.70
%37.37

CMYK Percentages of Color #faaefd

%1
%31
%0
%1

Triadic Colors of #faaefd

#faaefd #fdfaae #aefdfa

Analogous Colors of #faaefd

#faaefd #fdaed9 #d3aefd

Monochromatic Colors of #faaefd

#faaefd

Complementary Color

#faaefd #b1fdae

#faaefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaefd Color CSS Codes

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

#faaefd Text Font Color

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

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


#faaefd Background Color

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

This div background color is #faaefd


#faaefd Border Color

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

This div border color is #faaefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaefd

Related Colors


Comments

No comments written yet.

Please login to write comment.