Color Hex Logo

#fab0cc Color Hex

#FAB0CC
(250,176,204)
0 Favorites   0 Comments

Color spaces of #fab0cc

RGB 250176204
HSL0.940.880.84
HSV337°30°98°
CMYK 0.000.300.18   0.02
XYZ65.848855.734364.4139
Yxy55.73430.35400.2997
Hunter Lab74.655426.79661.1024
CIE-Lab79.462430.9495-3.3042

#fab0cc color RGB value is (250,176,204).

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

The process color (four color CMYK) of #fab0cc color hex is 0.00, 0.30, 0.18, 0.02. Web safe color of #fab0cc is #ff99cc. Color #fab0cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110000 11001100
Octal 372 260 314
Decimal 250 176 204
Hex FA B0 CC

RGB Percentages of Color #fab0cc

%39.68
%27.94
%32.38

CMYK Percentages of Color #fab0cc

%0
%30
%18
%2

Triadic Colors of #fab0cc

#fab0cc #ccfab0 #b0ccfa

Analogous Colors of #fab0cc

#fab0cc #fab9b0 #fab0f1

Monochromatic Colors of #fab0cc

#fab0cc

Complementary Color

#fab0cc #b0fade

#fab0cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab0cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab0cc Color CSS Codes

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

#fab0cc Text Font Color

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

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


#fab0cc Background Color

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

This div background color is #fab0cc


#fab0cc Border Color

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

This div border color is #fab0cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab0cc


Comments

No comments written yet.

Please login to write comment.