Color Hex Logo

#facadf Color Hex

#FACADF
(250,202,223)
0 Favorites   0 Comments

Color spaces of #facadf

RGB 250202223
HSL0.930.830.89
HSV334°19°98°
CMYK 0.000.190.11   0.02
XYZ73.864267.892879.0236
Yxy67.89280.33460.3075
Hunter Lab82.397115.82000.8154
CIE-Lab85.952820.2419-3.9527

#facadf color RGB value is (250,202,223).

#facadf hex color red value is 250, green value is 202 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #facadf hue: 0.93 , saturation: 0.83 and the lightness value of facadf is 0.89.

The process color (four color CMYK) of #facadf color hex is 0.00, 0.19, 0.11, 0.02. Web safe color of #facadf is #ffcccc. Color #facadf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001010 11011111
Octal 372 312 337
Decimal 250 202 223
Hex FA CA DF

RGB Percentages of Color #facadf

%37.04
%29.93
%33.04

CMYK Percentages of Color #facadf

%0
%19
%11
%2

Triadic Colors of #facadf

#facadf #dffaca #cadffa

Analogous Colors of #facadf

#facadf #facdca #facaf7

Monochromatic Colors of #facadf

#facadf

Complementary Color

#facadf #cafae5

#facadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#facadf Color CSS Codes

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

#facadf Text Font Color

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

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


#facadf Background Color

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

This div background color is #facadf


#facadf Border Color

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

This div border color is #facadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facadf


Comments

No comments written yet.

Please login to write comment.