Color Hex Logo

#fca688 Color Hex

#FCA688
(252,166,136)
0 Favorites   0 Comments

Color spaces of #fca688

RGB 252166136
HSL0.040.950.76
HSV16°46°99°
CMYK 0.000.340.46   0.01
XYZ58.225049.745529.8256
Yxy49.74550.42250.3610
Hunter Lab70.530523.928724.2991
CIE-Lab75.912828.470228.5811

#fca688 color RGB value is (252,166,136).

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

The process color (four color CMYK) of #fca688 color hex is 0.00, 0.34, 0.46, 0.01. Web safe color of #fca688 is #ff9999. Color #fca688 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100110 10001000
Octal 374 246 210
Decimal 252 166 136
Hex FC A6 88

RGB Percentages of Color #fca688

%45.49
%29.96
%24.55

CMYK Percentages of Color #fca688

%0
%34
%46
%1

Triadic Colors of #fca688

#fca688 #88fca6 #a688fc

Analogous Colors of #fca688

#fca688 #fce088 #fc88a4

Monochromatic Colors of #fca688

#fca688

Complementary Color

#fca688 #88defc

#fca688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca688 Color CSS Codes

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

#fca688 Text Font Color

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

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


#fca688 Background Color

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

This div background color is #fca688


#fca688 Border Color

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

This div border color is #fca688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca688


Comments

No comments written yet.

Please login to write comment.