Color Hex Logo

#fca18f Color Hex

#FCA18F
(252,161,143)
0 Favorites   0 Comments

Color spaces of #fca18f

RGB 252161143
HSL0.030.950.77
HSV10°43°99°
CMYK 0.000.360.43   0.01
XYZ57.847748.168432.2351
Yxy48.16840.41840.3484
Hunter Lab69.403527.323521.0446
CIE-Lab74.931031.782723.4808

#fca18f color RGB value is (252,161,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100001 10001111
Octal 374 241 217
Decimal 252 161 143
Hex FC A1 8F

RGB Percentages of Color #fca18f

%45.32
%28.96
%25.72

CMYK Percentages of Color #fca18f

%0
%36
%43
%1

Triadic Colors of #fca18f

#fca18f #8ffca1 #a18ffc

Analogous Colors of #fca18f

#fca18f #fcd88f #fc8fb4

Monochromatic Colors of #fca18f

#fca18f

Complementary Color

#fca18f #8feafc

#fca18f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca18f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca18f Color CSS Codes

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

#fca18f Text Font Color

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

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


#fca18f Background Color

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

This div background color is #fca18f


#fca18f Border Color

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

This div border color is #fca18f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca18f


Comments

No comments written yet.

Please login to write comment.