Color Hex Logo

#fca885 Color Hex

#FCA885
(252,168,133)
0 Favorites   0 Comments

Color spaces of #fca885

RGB 252168133
HSL0.050.950.75
HSV18°47°99°
CMYK 0.000.330.47   0.01
XYZ58.381250.394228.8403
Yxy50.39420.42420.3662
Hunter Lab70.988922.567825.6048
CIE-Lab76.310627.134930.7133

#fca885 color RGB value is (252,168,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101000 10000101
Octal 374 250 205
Decimal 252 168 133
Hex FC A8 85

RGB Percentages of Color #fca885

%45.57
%30.38
%24.05

CMYK Percentages of Color #fca885

%0
%33
%47
%1

Triadic Colors of #fca885

#fca885 #85fca8 #a885fc

Analogous Colors of #fca885

#fca885 #fce485 #fc859e

Monochromatic Colors of #fca885

#fca885

Complementary Color

#fca885 #85d9fc

#fca885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca885 Color CSS Codes

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

#fca885 Text Font Color

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

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


#fca885 Background Color

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

This div background color is #fca885


#fca885 Border Color

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

This div border color is #fca885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca885


Comments

No comments written yet.

Please login to write comment.