Color Hex Logo

#fcab90 Color Hex

#FCAB90
(252,171,144)
0 Favorites   0 Comments

Color spaces of #fcab90

RGB 252171144
HSL0.040.950.78
HSV15°43°99°
CMYK 0.000.320.43   0.01
XYZ59.741851.834933.2420
Yxy51.83490.41250.3579
Hunter Lab71.996522.123423.0223
CIE-Lab77.182026.655325.9882

#fcab90 color RGB value is (252,171,144).

#fcab90 hex color red value is 252, green value is 171 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #fcab90 hue: 0.04 , saturation: 0.95 and the lightness value of fcab90 is 0.78.

The process color (four color CMYK) of #fcab90 color hex is 0.00, 0.32, 0.43, 0.01. Web safe color of #fcab90 is #ff9999. Color #fcab90 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101011 10010000
Octal 374 253 220
Decimal 252 171 144
Hex FC AB 90

RGB Percentages of Color #fcab90

%44.44
%30.16
%25.40

CMYK Percentages of Color #fcab90

%0
%32
%43
%1

Triadic Colors of #fcab90

#fcab90 #90fcab #ab90fc

Analogous Colors of #fcab90

#fcab90 #fce190 #fc90ab

Monochromatic Colors of #fcab90

#fcab90

Complementary Color

#fcab90 #90e1fc

#fcab90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcab90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcab90 Color CSS Codes

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

#fcab90 Text Font Color

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

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


#fcab90 Background Color

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

This div background color is #fcab90


#fcab90 Border Color

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

This div border color is #fcab90


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,171,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fcab90; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fcab90;
  -webkit-box-shadow: 1px 1px 3px 2px #fcab90;
  box-shadow:         1px 1px 3px 2px #fcab90; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,171,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcab90


Comments

No comments written yet.

Please login to write comment.