Color Hex Logo

#faaffd Color Hex

#FAAFFD
(250,175,253)
0 Favorites   0 Comments

Color spaces of #faaffd

RGB 250175253
HSL0.830.950.84
HSV298°31°99°
CMYK 0.010.310.00   0.01
XYZ72.483958.0758100.3179
Yxy58.07580.31390.2515
Hunter Lab76.207536.4152-24.7029
CIE-Lab80.780939.6531-27.7483

#faaffd color RGB value is (250,175,253).

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

The process color (four color CMYK) of #faaffd color hex is 0.01, 0.31, 0.00, 0.01. Web safe color of #faaffd is #ff99ff. Color #faaffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101111 11111101
Octal 372 257 375
Decimal 250 175 253
Hex FA AF FD

RGB Percentages of Color #faaffd

%36.87
%25.81
%37.32

CMYK Percentages of Color #faaffd

%1
%31
%0
%1

Triadic Colors of #faaffd

#faaffd #fdfaaf #affdfa

Analogous Colors of #faaffd

#faaffd #fdafd9 #d3affd

Monochromatic Colors of #faaffd

#faaffd

Complementary Color

#faaffd #b2fdaf

#faaffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaffd Color CSS Codes

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

#faaffd Text Font Color

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

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


#faaffd Background Color

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

This div background color is #faaffd


#faaffd Border Color

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

This div border color is #faaffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaffd

Related Colors


Comments

No comments written yet.

Please login to write comment.