Color Hex Logo

#fab1cb Color Hex

#FAB1CB
(250,177,203)
0 Favorites   0 Comments

Color spaces of #fab1cb

RGB 250177203
HSL0.940.880.84
HSV339°29°98°
CMYK 0.000.290.19   0.02
XYZ65.926056.080163.8498
Yxy56.08010.35470.3017
Hunter Lab74.886626.08971.8689
CIE-Lab79.659430.2731-2.4730

#fab1cb color RGB value is (250,177,203).

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

The process color (four color CMYK) of #fab1cb color hex is 0.00, 0.29, 0.19, 0.02. Web safe color of #fab1cb is #ff99cc. Color #fab1cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110001 11001011
Octal 372 261 313
Decimal 250 177 203
Hex FA B1 CB

RGB Percentages of Color #fab1cb

%39.68
%28.10
%32.22

CMYK Percentages of Color #fab1cb

%0
%29
%19
%2

Triadic Colors of #fab1cb

#fab1cb #cbfab1 #b1cbfa

Analogous Colors of #fab1cb

#fab1cb #fabcb1 #fab1f0

Monochromatic Colors of #fab1cb

#fab1cb

Complementary Color

#fab1cb #b1fae0

#fab1cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab1cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab1cb Color CSS Codes

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

#fab1cb Text Font Color

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

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


#fab1cb Background Color

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

This div background color is #fab1cb


#fab1cb Border Color

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

This div border color is #fab1cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab1cb

Related Colors


Comments

No comments written yet.

Please login to write comment.