Color Hex Logo

#faccec Color Hex

#FACCEC
(250,204,236)
0 Favorites   0 Comments

Color spaces of #faccec

RGB 250204236
HSL0.880.820.89
HSV318°18°98°
CMYK 0.000.180.06   0.02
XYZ76.157569.565988.7705
Yxy69.56590.32480.2967
Hunter Lab83.406217.0261-4.7190
CIE-Lab86.783521.3703-9.6255

#faccec color RGB value is (250,204,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001100 11101100
Octal 372 314 354
Decimal 250 204 236
Hex FA CC EC

RGB Percentages of Color #faccec

%36.23
%29.57
%34.20

CMYK Percentages of Color #faccec

%0
%18
%6
%2

Triadic Colors of #faccec

#faccec #ecfacc #ccecfa

Analogous Colors of #faccec

#faccec #faccd5 #f1ccfa

Monochromatic Colors of #faccec

#faccec

Complementary Color

#faccec #ccfada

#faccec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faccec Color Preview on White Background

Lorem ipsum dolor sit amet.

#faccec Color CSS Codes

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

#faccec Text Font Color

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

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


#faccec Background Color

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

This div background color is #faccec


#faccec Border Color

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

This div border color is #faccec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faccec

Related Colors

#faccec Color Palettes


Comments

No comments written yet.

Please login to write comment.