Color Hex Logo

#faccbb Color Hex

#FACCBB
(250,204,187)
0 Favorites   0 Comments

Color spaces of #faccbb

RGB 250204187
HSL0.040.860.86
HSV16°25°98°
CMYK 0.000.180.25   0.02
XYZ69.986867.097656.2761
Yxy67.09760.36190.3470
Hunter Lab81.91319.162916.6057
CIE-Lab85.553213.775714.5882

#faccbb color RGB value is (250,204,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001100 10111011
Octal 372 314 273
Decimal 250 204 187
Hex FA CC BB

RGB Percentages of Color #faccbb

%39.00
%31.83
%29.17

CMYK Percentages of Color #faccbb

%0
%18
%25
%2

Triadic Colors of #faccbb

#faccbb #bbfacc #ccbbfa

Analogous Colors of #faccbb

#faccbb #faecbb #fabbca

Monochromatic Colors of #faccbb

#faccbb

Complementary Color

#faccbb #bbe9fa

#faccbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faccbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#faccbb Color CSS Codes

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

#faccbb Text Font Color

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

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


#faccbb Background Color

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

This div background color is #faccbb


#faccbb Border Color

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

This div border color is #faccbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faccbb


Comments

No comments written yet.

Please login to write comment.