Color Hex Logo

#faccbe Color Hex

#FACCBE
(250,204,190)
0 Favorites   0 Comments

Color spaces of #faccbe

RGB 250204190
HSL0.040.860.86
HSV14°24°98°
CMYK 0.000.180.24   0.02
XYZ70.311567.227457.9856
Yxy67.22740.35960.3438
Hunter Lab81.99239.583915.4643
CIE-Lab85.618714.190813.0920

#faccbe color RGB value is (250,204,190).

#faccbe hex color red value is 250, green value is 204 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #faccbe hue: 0.04 , saturation: 0.86 and the lightness value of faccbe is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001100 10111110
Octal 372 314 276
Decimal 250 204 190
Hex FA CC BE

RGB Percentages of Color #faccbe

%38.82
%31.68
%29.50

CMYK Percentages of Color #faccbe

%0
%18
%24
%2

Triadic Colors of #faccbe

#faccbe #befacc #ccbefa

Analogous Colors of #faccbe

#faccbe #faeabe #fabece

Monochromatic Colors of #faccbe

#faccbe

Complementary Color

#faccbe #beecfa

#faccbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faccbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#faccbe Color CSS Codes

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

#faccbe Text Font Color

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

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


#faccbe Background Color

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

This div background color is #faccbe


#faccbe Border Color

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

This div border color is #faccbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faccbe


Comments

No comments written yet.

Please login to write comment.