Color Hex Logo

#faafda Color Hex

#FAAFDA
(250,175,218)
0 Favorites   0 Comments

Color spaces of #faafda

RGB 250175218
HSL0.900.880.83
HSV326°30°98°
CMYK 0.000.300.13   0.02
XYZ67.409256.045973.5948
Yxy56.04590.34210.2844
Hunter Lab74.863829.7141-5.8803
CIE-Lab79.639933.6515-10.6232

#faafda color RGB value is (250,175,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101111 11011010
Octal 372 257 332
Decimal 250 175 218
Hex FA AF DA

RGB Percentages of Color #faafda

%38.88
%27.22
%33.90

CMYK Percentages of Color #faafda

%0
%30
%13
%2

Triadic Colors of #faafda

#faafda #dafaaf #afdafa

Analogous Colors of #faafda

#faafda #faafb5 #f5affa

Monochromatic Colors of #faafda

#faafda

Complementary Color

#faafda #affacf

#faafda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faafda Color Preview on White Background

Lorem ipsum dolor sit amet.

#faafda Color CSS Codes

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

#faafda Text Font Color

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

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


#faafda Background Color

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

This div background color is #faafda


#faafda Border Color

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

This div border color is #faafda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faafda


Comments

No comments written yet.

Please login to write comment.