Color Hex Logo

#facdea Color Hex

#FACDEA
(250,205,234)
0 Favorites   0 Comments

Color spaces of #facdea

RGB 250205234
HSL0.890.820.89
HSV321°18°98°
CMYK 0.000.180.06   0.02
XYZ76.106969.927187.3279
Yxy69.92710.32610.2997
Hunter Lab83.622416.1182-3.3816
CIE-Lab86.961120.5020-8.3017

#facdea color RGB value is (250,205,234).

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

The process color (four color CMYK) of #facdea color hex is 0.00, 0.18, 0.06, 0.02. Web safe color of #facdea is #ffccff. Color #facdea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001101 11101010
Octal 372 315 352
Decimal 250 205 234
Hex FA CD EA

RGB Percentages of Color #facdea

%36.28
%29.75
%33.96

CMYK Percentages of Color #facdea

%0
%18
%6
%2

Triadic Colors of #facdea

#facdea #eafacd #cdeafa

Analogous Colors of #facdea

#facdea #facdd4 #f4cdfa

Monochromatic Colors of #facdea

#facdea

Complementary Color

#facdea #cdfadd

#facdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#facdea Color CSS Codes

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

#facdea Text Font Color

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

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


#facdea Background Color

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

This div background color is #facdea


#facdea Border Color

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

This div border color is #facdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facdea


Comments

No comments written yet.

Please login to write comment.