Color Hex Logo

#faacfd Color Hex

#FAACFD
(250,172,253)
0 Favorites   0 Comments

Color spaces of #faacfd

RGB 250172253
HSL0.830.950.83
HSV298°32°99°
CMYK 0.010.320.00   0.01
XYZ71.906556.9209100.1255
Yxy56.92090.31410.2486
Hunter Lab75.445938.0955-25.8725
CIE-Lab80.135141.2207-28.7373

#faacfd color RGB value is (250,172,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101100 11111101
Octal 372 254 375
Decimal 250 172 253
Hex FA AC FD

RGB Percentages of Color #faacfd

%37.04
%25.48
%37.48

CMYK Percentages of Color #faacfd

%1
%32
%0
%1

Triadic Colors of #faacfd

#faacfd #fdfaac #acfdfa

Analogous Colors of #faacfd

#faacfd #fdacd8 #d2acfd

Monochromatic Colors of #faacfd

#faacfd

Complementary Color

#faacfd #affdac

#faacfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faacfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#faacfd Color CSS Codes

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

#faacfd Text Font Color

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

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


#faacfd Background Color

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

This div background color is #faacfd


#faacfd Border Color

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

This div border color is #faacfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,172,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 #faacfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faacfd

Related Colors


Comments

No comments written yet.

Please login to write comment.