Color Hex Logo

#fca699 Color Hex

#FCA699
(252,166,153)
0 Favorites   0 Comments

Color spaces of #fca699

RGB 252166153
HSL0.020.940.79
HSV39°99°
CMYK 0.000.340.39   0.01
XYZ59.530950.267836.7020
Yxy50.26780.40640.3431
Hunter Lab70.899825.802618.9378
CIE-Lab76.233330.239819.8335

#fca699 color RGB value is (252,166,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100110 10011001
Octal 374 246 231
Decimal 252 166 153
Hex FC A6 99

RGB Percentages of Color #fca699

%44.13
%29.07
%26.80

CMYK Percentages of Color #fca699

%0
%34
%39
%1

Triadic Colors of #fca699

#fca699 #99fca6 #a699fc

Analogous Colors of #fca699

#fca699 #fcd899 #fc99be

Monochromatic Colors of #fca699

#fca699

Complementary Color

#fca699 #99effc

#fca699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca699 Color CSS Codes

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

#fca699 Text Font Color

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

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


#fca699 Background Color

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

This div background color is #fca699


#fca699 Border Color

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

This div border color is #fca699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca699


Comments

No comments written yet.

Please login to write comment.