Color Hex Logo

#facada Color Hex

#FACADA
(250,202,218)
1 Favorites   0 Comments

Color spaces of #facada

RGB 250202218
HSL0.940.830.89
HSV340°19°98°
CMYK 0.000.190.13   0.02
XYZ73.199867.627075.5249
Yxy67.62700.33830.3126
Hunter Lab82.235614.97453.1132
CIE-Lab85.819619.4337-1.4898

#facada color RGB value is (250,202,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001010 11011010
Octal 372 312 332
Decimal 250 202 218
Hex FA CA DA

RGB Percentages of Color #facada

%37.31
%30.15
%32.54

CMYK Percentages of Color #facada

%0
%19
%13
%2

Triadic Colors of #facada

#facada #dafaca #cadafa

Analogous Colors of #facada

#facada #fad2ca #facaf2

Monochromatic Colors of #facada

#facada

Complementary Color

#facada #cafaea

#facada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facada Color Preview on White Background

Lorem ipsum dolor sit amet.

#facada Color CSS Codes

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

#facada Text Font Color

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

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


#facada Background Color

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

This div background color is #facada


#facada Border Color

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

This div border color is #facada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facada

#facada Color Palettes


Comments

No comments written yet.

Please login to write comment.