Color Hex Logo

#fab9cc Color Hex

#FAB9CC
(250,185,204)
0 Favorites   0 Comments

Color spaces of #fab9cc

RGB 250185204
HSL0.950.870.85
HSV342°26°98°
CMYK 0.000.260.18   0.02
XYZ67.672459.381665.0218
Yxy59.38160.35230.3092
Hunter Lab77.059521.90183.9135
CIE-Lab81.500926.2097-0.3160

#fab9cc color RGB value is (250,185,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111001 11001100
Octal 372 271 314
Decimal 250 185 204
Hex FA B9 CC

RGB Percentages of Color #fab9cc

%39.12
%28.95
%31.92

CMYK Percentages of Color #fab9cc

%0
%26
%18
%2

Triadic Colors of #fab9cc

#fab9cc #ccfab9 #b9ccfa

Analogous Colors of #fab9cc

#fab9cc #fac7b9 #fab9ed

Monochromatic Colors of #fab9cc

#fab9cc

Complementary Color

#fab9cc #b9fae7

#fab9cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab9cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab9cc Color CSS Codes

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

#fab9cc Text Font Color

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

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


#fab9cc Background Color

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

This div background color is #fab9cc


#fab9cc Border Color

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

This div border color is #fab9cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab9cc


Comments

No comments written yet.

Please login to write comment.