Color Hex Logo

#fcca95 Color Hex

#FCCA95
(252,202,149)
0 Favorites   0 Comments

Color spaces of #fcca95

RGB 252202149
HSL0.090.940.79
HSV31°41°99°
CMYK 0.000.200.41   0.01
XYZ66.690265.106437.4856
Yxy65.10640.39400.3846
Hunter Lab80.68856.327828.9375
CIE-Lab84.538510.945833.1692

#fcca95 color RGB value is (252,202,149).

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

The process color (four color CMYK) of #fcca95 color hex is 0.00, 0.20, 0.41, 0.01. Web safe color of #fcca95 is #ffcc99. Color #fcca95 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001010 10010101
Octal 374 312 225
Decimal 252 202 149
Hex FC CA 95

RGB Percentages of Color #fcca95

%41.79
%33.50
%24.71

CMYK Percentages of Color #fcca95

%0
%20
%41
%1

Triadic Colors of #fcca95

#fcca95 #95fcca #ca95fc

Analogous Colors of #fcca95

#fcca95 #fbfc95 #fc9795

Monochromatic Colors of #fcca95

#fcca95

Complementary Color

#fcca95 #95c7fc

#fcca95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcca95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcca95 Color CSS Codes

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

#fcca95 Text Font Color

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

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


#fcca95 Background Color

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

This div background color is #fcca95


#fcca95 Border Color

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

This div border color is #fcca95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcca95

Related Colors

#fcca95 Color Palettes


Comments

No comments written yet.

Please login to write comment.