Color Hex Logo

#facdfd Color Hex

#FACDFD
(250,205,253)
0 Favorites   0 Comments

Color spaces of #facdfd

RGB 250205253
HSL0.820.920.90
HSV296°19°99°
CMYK 0.010.190.00   0.01
XYZ78.985371.0785102.4851
Yxy71.07850.31280.2814
Hunter Lab84.308119.6913-13.0574
CIE-Lab87.523123.8605-17.5152

#facdfd color RGB value is (250,205,253).

#facdfd hex color red value is 250, green value is 205 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #facdfd hue: 0.82 , saturation: 0.92 and the lightness value of facdfd is 0.90.

The process color (four color CMYK) of #facdfd color hex is 0.01, 0.19, 0.00, 0.01. Web safe color of #facdfd is #ffccff. Color #facdfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001101 11111101
Octal 372 315 375
Decimal 250 205 253
Hex FA CD FD

RGB Percentages of Color #facdfd

%35.31
%28.95
%35.73

CMYK Percentages of Color #facdfd

%1
%19
%0
%1

Triadic Colors of #facdfd

#facdfd #fdfacd #cdfdfa

Analogous Colors of #facdfd

#facdfd #fdcde8 #e2cdfd

Monochromatic Colors of #facdfd

#facdfd

Complementary Color

#facdfd #d0fdcd

#facdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#facdfd Color CSS Codes

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

#facdfd Text Font Color

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

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


#facdfd Background Color

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

This div background color is #facdfd


#facdfd Border Color

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

This div border color is #facdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facdfd

Related Colors


Comments

No comments written yet.

Please login to write comment.