Color Hex Logo

#faaffa Color Hex

#FAAFFA
(250,175,250)
0 Favorites   0 Comments

Color spaces of #faaffa

RGB 250175250
HSL0.830.880.83
HSV300°30°98°
CMYK 0.000.300.00   0.02
XYZ72.009657.886197.8203
Yxy57.88610.31620.2542
Hunter Lab76.082935.7984-22.9715
CIE-Lab80.675439.1092-26.3015

#faaffa color RGB value is (250,175,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101111 11111010
Octal 372 257 372
Decimal 250 175 250
Hex FA AF FA

RGB Percentages of Color #faaffa

%37.04
%25.93
%37.04

CMYK Percentages of Color #faaffa

%0
%30
%0
%2

Triadic Colors of #faaffa

#faaffa #fafaaf #affafa

Analogous Colors of #faaffa

#faaffa #faafd5 #d5affa

Monochromatic Colors of #faaffa

#faaffa

Complementary Color

#faaffa #affaaf

#faaffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaffa Color CSS Codes

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

#faaffa Text Font Color

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

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


#faaffa Background Color

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

This div background color is #faaffa


#faaffa Border Color

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

This div border color is #faaffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaffa


Comments

No comments written yet.

Please login to write comment.