Color Hex Logo

#fca88b Color Hex

#FCA88B
(252,168,139)
0 Favorites   0 Comments

Color spaces of #fca88b

RGB 252168139
HSL0.040.950.77
HSV15°45°99°
CMYK 0.000.330.45   0.01
XYZ58.807750.564831.0866
Yxy50.56480.41870.3600
Hunter Lab71.108923.180423.8565
CIE-Lab76.414627.718927.6411

#fca88b color RGB value is (252,168,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101000 10001011
Octal 374 250 213
Decimal 252 168 139
Hex FC A8 8B

RGB Percentages of Color #fca88b

%45.08
%30.05
%24.87

CMYK Percentages of Color #fca88b

%0
%33
%45
%1

Triadic Colors of #fca88b

#fca88b #8bfca8 #a88bfc

Analogous Colors of #fca88b

#fca88b #fce18b #fc8ba7

Monochromatic Colors of #fca88b

#fca88b

Complementary Color

#fca88b #8bdffc

#fca88b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca88b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca88b Color CSS Codes

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

#fca88b Text Font Color

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

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


#fca88b Background Color

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

This div background color is #fca88b


#fca88b Border Color

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

This div border color is #fca88b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca88b

Related Colors


Comments

No comments written yet.

Please login to write comment.