Color Hex Logo

#faeccc Color Hex

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

Color spaces of #faeccc

RGB 250236204
HSL0.120.820.89
HSV42°18°98°
CMYK 0.000.060.18   0.02
XYZ80.318984.674569.2373
Yxy84.67450.34290.3615
Hunter Lab92.0187-5.228419.8018
CIE-Lab93.7427-0.317017.2267

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

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

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

Base Numbers

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

RGB Percentages of Color #faeccc

%36.23
%34.20
%29.57

CMYK Percentages of Color #faeccc

%0
%6
%18
%2

Triadic Colors of #faeccc

#faeccc #ccfaec #ecccfa

Analogous Colors of #faeccc

#faeccc #f1facc #fad5cc

Monochromatic Colors of #faeccc

#faeccc

Complementary Color

#faeccc #ccdafa

#faeccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeccc Color CSS Codes

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

#faeccc Text Font Color

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

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


#faeccc Background Color

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

This div background color is #faeccc


#faeccc Border Color

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

This div border color is #faeccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeccc


Comments

No comments written yet.

Please login to write comment.