Color Hex Logo

#fca38b Color Hex

#FCA38B
(252,163,139)
0 Favorites   0 Comments

Color spaces of #fca38b

RGB 252163139
HSL0.040.950.77
HSV13°45°99°
CMYK 0.000.350.45   0.01
XYZ57.902348.753930.7848
Yxy48.75390.42130.3547
Hunter Lab69.824025.831122.7363
CIE-Lab75.298030.334326.1433

#fca38b color RGB value is (252,163,139).

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

The process color (four color CMYK) of #fca38b color hex is 0.00, 0.35, 0.45, 0.01. Web safe color of #fca38b is #ff9999. Color #fca38b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100011 10001011
Octal 374 243 213
Decimal 252 163 139
Hex FC A3 8B

RGB Percentages of Color #fca38b

%45.49
%29.42
%25.09

CMYK Percentages of Color #fca38b

%0
%35
%45
%1

Triadic Colors of #fca38b

#fca38b #8bfca3 #a38bfc

Analogous Colors of #fca38b

#fca38b #fcdc8b #fc8bac

Monochromatic Colors of #fca38b

#fca38b

Complementary Color

#fca38b #8be4fc

#fca38b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca38b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca38b Color CSS Codes

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

#fca38b Text Font Color

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

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


#fca38b Background Color

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

This div background color is #fca38b


#fca38b Border Color

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

This div border color is #fca38b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca38b


Comments

No comments written yet.

Please login to write comment.