Color Hex Logo

#faccef Color Hex

#FACCEF
(250,204,239)
0 Favorites   0 Comments

Color spaces of #faccef

RGB 250204239
HSL0.870.820.89
HSV314°18°98°
CMYK 0.000.180.04   0.02
XYZ76.597269.741791.0857
Yxy69.74170.32260.2937
Hunter Lab83.511517.5761-6.2094
CIE-Lab86.870021.8895-11.0867

#faccef color RGB value is (250,204,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001100 11101111
Octal 372 314 357
Decimal 250 204 239
Hex FA CC EF

RGB Percentages of Color #faccef

%36.08
%29.44
%34.49

CMYK Percentages of Color #faccef

%0
%18
%4
%2

Triadic Colors of #faccef

#faccef #effacc #cceffa

Analogous Colors of #faccef

#faccef #faccd8 #eeccfa

Monochromatic Colors of #faccef

#faccef

Complementary Color

#faccef #ccfad7

#faccef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faccef Color Preview on White Background

Lorem ipsum dolor sit amet.

#faccef Color CSS Codes

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

#faccef Text Font Color

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

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


#faccef Background Color

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

This div background color is #faccef


#faccef Border Color

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

This div border color is #faccef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,204,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 #faccef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faccef

Related Colors


Comments

No comments written yet.

Please login to write comment.