Color Hex Logo

#faafed Color Hex

#FAAFED
(250,175,237)
0 Favorites   0 Comments

Color spaces of #faafed

RGB 250175237
HSL0.860.880.83
HSV310°30°98°
CMYK 0.000.300.05   0.02
XYZ70.040457.098487.4503
Yxy57.09840.32640.2661
Hunter Lab75.563533.2170-15.7224
CIE-Lab80.234936.8146-19.9853

#faafed color RGB value is (250,175,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101111 11101101
Octal 372 257 355
Decimal 250 175 237
Hex FA AF ED

RGB Percentages of Color #faafed

%37.76
%26.44
%35.80

CMYK Percentages of Color #faafed

%0
%30
%5
%2

Triadic Colors of #faafed

#faafed #edfaaf #afedfa

Analogous Colors of #faafed

#faafed #faafc8 #e2affa

Monochromatic Colors of #faafed

#faafed

Complementary Color

#faafed #affabc

#faafed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faafed Color Preview on White Background

Lorem ipsum dolor sit amet.

#faafed Color CSS Codes

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

#faafed Text Font Color

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

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


#faafed Background Color

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

This div background color is #faafed


#faafed Border Color

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

This div border color is #faafed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faafed


Comments

No comments written yet.

Please login to write comment.