Color Hex Logo

#facaef Color Hex

#FACAEF
(250,202,239)
0 Favorites   0 Comments

Color spaces of #facaef

RGB 250202239
HSL0.870.830.89
HSV314°19°98°
CMYK 0.000.190.04   0.02
XYZ76.124968.797090.9283
Yxy68.79700.32280.2917
Hunter Lab82.944018.6731-6.9366
CIE-Lab86.403422.9424-11.7826

#facaef color RGB value is (250,202,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001010 11101111
Octal 372 312 357
Decimal 250 202 239
Hex FA CA EF

RGB Percentages of Color #facaef

%36.18
%29.23
%34.59

CMYK Percentages of Color #facaef

%0
%19
%4
%2

Triadic Colors of #facaef

#facaef #effaca #caeffa

Analogous Colors of #facaef

#facaef #facad7 #edcafa

Monochromatic Colors of #facaef

#facaef

Complementary Color

#facaef #cafad5

#facaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#facaef Color CSS Codes

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

#facaef Text Font Color

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

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


#facaef Background Color

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

This div background color is #facaef


#facaef Border Color

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

This div border color is #facaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facaef

Related Colors


Comments

No comments written yet.

Please login to write comment.