Color Hex Logo

#facadd Color Hex

#FACADD
(250,202,221)
0 Favorites   0 Comments

Color spaces of #facadd

RGB 250202221
HSL0.930.830.89
HSV336°19°98°
CMYK 0.000.190.12   0.02
XYZ73.596067.785577.6116
Yxy67.78550.33610.3095
Hunter Lab82.332015.47911.7416
CIE-Lab85.899119.9165-2.9684

#facadd color RGB value is (250,202,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001010 11011101
Octal 372 312 335
Decimal 250 202 221
Hex FA CA DD

RGB Percentages of Color #facadd

%37.15
%30.01
%32.84

CMYK Percentages of Color #facadd

%0
%19
%12
%2

Triadic Colors of #facadd

#facadd #ddfaca #caddfa

Analogous Colors of #facadd

#facadd #facfca #facaf5

Monochromatic Colors of #facadd

#facadd

Complementary Color

#facadd #cafae7

#facadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#facadd Color CSS Codes

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

#facadd Text Font Color

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

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


#facadd Background Color

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

This div background color is #facadd


#facadd Border Color

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

This div border color is #facadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facadd


Comments

No comments written yet.

Please login to write comment.