Color Hex Logo

#fca69f Color Hex

#FCA69F
(252,166,159)
0 Favorites   0 Comments

Color spaces of #fca69f

RGB 252166159
HSL0.010.940.81
HSV37°99°
CMYK 0.000.340.37   0.01
XYZ60.039150.471139.3784
Yxy50.47110.40060.3367
Hunter Lab71.043026.526716.8663
CIE-Lab76.357530.918416.7433

#fca69f color RGB value is (252,166,159).

#fca69f hex color red value is 252, green value is 166 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #fca69f hue: 0.01 , saturation: 0.94 and the lightness value of fca69f is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100110 10011111
Octal 374 246 237
Decimal 252 166 159
Hex FC A6 9F

RGB Percentages of Color #fca69f

%43.67
%28.77
%27.56

CMYK Percentages of Color #fca69f

%0
%34
%37
%1

Triadic Colors of #fca69f

#fca69f #9ffca6 #a69ffc

Analogous Colors of #fca69f

#fca69f #fcd59f #fc9fc7

Monochromatic Colors of #fca69f

#fca69f

Complementary Color

#fca69f #9ff5fc

#fca69f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca69f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca69f Color CSS Codes

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

#fca69f Text Font Color

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

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


#fca69f Background Color

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

This div background color is #fca69f


#fca69f Border Color

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

This div border color is #fca69f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca69f

#fca69f Color Palettes


Comments

No comments written yet.

Please login to write comment.