Color Hex Logo

#fab4c0 Color Hex

#FAB4C0
(250,180,192)
0 Favorites   0 Comments

Color spaces of #fab4c0

RGB 250180192
HSL0.970.880.84
HSV350°28°98°
CMYK 0.000.280.23   0.02
XYZ65.260056.772357.3877
Yxy56.77230.36370.3164
Hunter Lab75.347422.74477.5855
CIE-Lab80.051427.08814.0523

#fab4c0 color RGB value is (250,180,192).

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

The process color (four color CMYK) of #fab4c0 color hex is 0.00, 0.28, 0.23, 0.02. Web safe color of #fab4c0 is #ffcccc. Color #fab4c0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110100 11000000
Octal 372 264 300
Decimal 250 180 192
Hex FA B4 C0

RGB Percentages of Color #fab4c0

%40.19
%28.94
%30.87

CMYK Percentages of Color #fab4c0

%0
%28
%23
%2

Triadic Colors of #fab4c0

#fab4c0 #c0fab4 #b4c0fa

Analogous Colors of #fab4c0

#fab4c0 #facbb4 #fab4e3

Monochromatic Colors of #fab4c0

#fab4c0

Complementary Color

#fab4c0 #b4faee

#fab4c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab4c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab4c0 Color CSS Codes

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

#fab4c0 Text Font Color

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

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


#fab4c0 Background Color

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

This div background color is #fab4c0


#fab4c0 Border Color

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

This div border color is #fab4c0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab4c0


Comments

No comments written yet.

Please login to write comment.