Color Hex Logo

#faaff5 Color Hex

#FAAFF5
(250,175,245)
0 Favorites   0 Comments

Color spaces of #faaff5

RGB 250175245
HSL0.840.880.83
HSV304°30°98°
CMYK 0.000.300.02   0.02
XYZ71.235757.576593.7450
Yxy57.57650.32010.2587
Hunter Lab75.879234.7880-20.1345
CIE-Lab80.502838.2147-23.8811

#faaff5 color RGB value is (250,175,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101111 11110101
Octal 372 257 365
Decimal 250 175 245
Hex FA AF F5

RGB Percentages of Color #faaff5

%37.31
%26.12
%36.57

CMYK Percentages of Color #faaff5

%0
%30
%2
%2

Triadic Colors of #faaff5

#faaff5 #f5faaf #aff5fa

Analogous Colors of #faaff5

#faaff5 #faafd0 #daaffa

Monochromatic Colors of #faaff5

#faaff5

Complementary Color

#faaff5 #affab4

#faaff5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaff5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaff5 Color CSS Codes

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

#faaff5 Text Font Color

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

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


#faaff5 Background Color

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

This div background color is #faaff5


#faaff5 Border Color

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

This div border color is #faaff5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaff5


Comments

No comments written yet.

Please login to write comment.