Color Hex Logo

#facee2 Color Hex

#FACEE2
(250,206,226)
0 Favorites   0 Comments

Color spaces of #facee2

RGB 250206226
HSL0.920.810.89
HSV333°18°98°
CMYK 0.000.180.10   0.02
XYZ75.223169.957681.4900
Yxy69.95760.33190.3086
Hunter Lab83.640714.16470.7830
CIE-Lab86.976118.6333-4.0393

#facee2 color RGB value is (250,206,226).

#facee2 hex color red value is 250, green value is 206 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #facee2 hue: 0.92 , saturation: 0.81 and the lightness value of facee2 is 0.89.

The process color (four color CMYK) of #facee2 color hex is 0.00, 0.18, 0.10, 0.02. Web safe color of #facee2 is #ffcccc. Color #facee2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001110 11100010
Octal 372 316 342
Decimal 250 206 226
Hex FA CE E2

RGB Percentages of Color #facee2

%36.66
%30.21
%33.14

CMYK Percentages of Color #facee2

%0
%18
%10
%2

Triadic Colors of #facee2

#facee2 #e2face #cee2fa

Analogous Colors of #facee2

#facee2 #fad0ce #facef8

Monochromatic Colors of #facee2

#facee2

Complementary Color

#facee2 #cefae6

#facee2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facee2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facee2 Color CSS Codes

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

#facee2 Text Font Color

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

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


#facee2 Background Color

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

This div background color is #facee2


#facee2 Border Color

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

This div border color is #facee2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facee2


Comments

No comments written yet.

Please login to write comment.