Color Hex Logo

#faafee Color Hex

#FAAFEE
(250,175,238)
0 Favorites   0 Comments

Color spaces of #faafee

RGB 250175238
HSL0.860.880.83
HSV310°30°98°
CMYK 0.000.300.05   0.02
XYZ70.186957.157088.2221
Yxy57.15700.32560.2651
Hunter Lab75.602233.4102-16.2654
CIE-Lab80.267836.9874-20.4739

#faafee color RGB value is (250,175,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101111 11101110
Octal 372 257 356
Decimal 250 175 238
Hex FA AF EE

RGB Percentages of Color #faafee

%37.71
%26.40
%35.90

CMYK Percentages of Color #faafee

%0
%30
%5
%2

Triadic Colors of #faafee

#faafee #eefaaf #afeefa

Analogous Colors of #faafee

#faafee #faafc9 #e1affa

Monochromatic Colors of #faafee

#faafee

Complementary Color

#faafee #affabb

#faafee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faafee Color Preview on White Background

Lorem ipsum dolor sit amet.

#faafee Color CSS Codes

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

#faafee Text Font Color

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

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


#faafee Background Color

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

This div background color is #faafee


#faafee Border Color

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

This div border color is #faafee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faafee

Related Colors


Comments

No comments written yet.

Please login to write comment.