Color Hex Logo

#facdf0 Color Hex

#FACDF0
(250,205,240)
0 Favorites   0 Comments

Color spaces of #facdf0

RGB 250205240
HSL0.870.820.89
HSV313°18°98°
CMYK 0.000.180.04   0.02
XYZ76.983870.277991.9456
Yxy70.27790.32180.2938
Hunter Lab83.831917.2127-6.3461
CIE-Lab87.133021.5375-11.2245

#facdf0 color RGB value is (250,205,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001101 11110000
Octal 372 315 360
Decimal 250 205 240
Hex FA CD F0

RGB Percentages of Color #facdf0

%35.97
%29.50
%34.53

CMYK Percentages of Color #facdf0

%0
%18
%4
%2

Triadic Colors of #facdf0

#facdf0 #f0facd #cdf0fa

Analogous Colors of #facdf0

#facdf0 #facdda #eecdfa

Monochromatic Colors of #facdf0

#facdf0

Complementary Color

#facdf0 #cdfad7

#facdf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facdf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facdf0 Color CSS Codes

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

#facdf0 Text Font Color

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

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


#facdf0 Background Color

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

This div background color is #facdf0


#facdf0 Border Color

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

This div border color is #facdf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facdf0

#facdf0 Color Palettes


Comments

No comments written yet.

Please login to write comment.