Color Hex Logo

#faafef Color Hex

#FAAFEF
(250,175,239)
0 Favorites   0 Comments

Color spaces of #faafef

RGB 250175239
HSL0.860.880.83
HSV309°30°98°
CMYK 0.000.300.04   0.02
XYZ70.334357.215988.9981
Yxy57.21590.32480.2642
Hunter Lab75.641233.6046-16.8107
CIE-Lab80.300937.1611-20.9620

#faafef color RGB value is (250,175,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101111 11101111
Octal 372 257 357
Decimal 250 175 239
Hex FA AF EF

RGB Percentages of Color #faafef

%37.65
%26.36
%35.99

CMYK Percentages of Color #faafef

%0
%30
%4
%2

Triadic Colors of #faafef

#faafef #effaaf #afeffa

Analogous Colors of #faafef

#faafef #faafca #e0affa

Monochromatic Colors of #faafef

#faafef

Complementary Color

#faafef #affaba

#faafef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faafef Color Preview on White Background

Lorem ipsum dolor sit amet.

#faafef Color CSS Codes

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

#faafef Text Font Color

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

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


#faafef Background Color

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

This div background color is #faafef


#faafef Border Color

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

This div border color is #faafef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faafef


Comments

No comments written yet.

Please login to write comment.