Color Hex Logo

#facded Color Hex

#FACDED
(250,205,237)
0 Favorites   0 Comments

Color spaces of #facded

RGB 250205237
HSL0.880.820.89
HSV317°18°98°
CMYK 0.000.180.05   0.02
XYZ76.541770.101189.6174
Yxy70.10110.32400.2967
Hunter Lab83.726416.6614-4.8532
CIE-Lab87.046421.0167-9.7645

#facded color RGB value is (250,205,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001101 11101101
Octal 372 315 355
Decimal 250 205 237
Hex FA CD ED

RGB Percentages of Color #facded

%36.13
%29.62
%34.25

CMYK Percentages of Color #facded

%0
%18
%5
%2

Triadic Colors of #facded

#facded #edfacd #cdedfa

Analogous Colors of #facded

#facded #facdd7 #f1cdfa

Monochromatic Colors of #facded

#facded

Complementary Color

#facded #cdfada

#facded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facded Color Preview on White Background

Lorem ipsum dolor sit amet.

#facded Color CSS Codes

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

#facded Text Font Color

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

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


#facded Background Color

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

This div background color is #facded


#facded Border Color

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

This div border color is #facded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facded


Comments

No comments written yet.

Please login to write comment.