Color Hex Logo

#fcc890 Color Hex

#FCC890
(252,200,144)
0 Favorites   0 Comments

Color spaces of #fcc890

RGB 252200144
HSL0.090.950.78
HSV31°43°99°
CMYK 0.000.210.43   0.01
XYZ65.833264.017635.2724
Yxy64.01760.39870.3877
Hunter Lab80.01106.850929.8700
CIE-Lab83.974911.463835.0123

#fcc890 color RGB value is (252,200,144).

#fcc890 hex color red value is 252, green value is 200 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #fcc890 hue: 0.09 , saturation: 0.95 and the lightness value of fcc890 is 0.78.

The process color (four color CMYK) of #fcc890 color hex is 0.00, 0.21, 0.43, 0.01. Web safe color of #fcc890 is #ffcc99. Color #fcc890 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001000 10010000
Octal 374 310 220
Decimal 252 200 144
Hex FC C8 90

RGB Percentages of Color #fcc890

%42.28
%33.56
%24.16

CMYK Percentages of Color #fcc890

%0
%21
%43
%1

Triadic Colors of #fcc890

#fcc890 #90fcc8 #c890fc

Analogous Colors of #fcc890

#fcc890 #fafc90 #fc9290

Monochromatic Colors of #fcc890

#fcc890

Complementary Color

#fcc890 #90c4fc

#fcc890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc890 Color CSS Codes

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

#fcc890 Text Font Color

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

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


#fcc890 Background Color

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

This div background color is #fcc890


#fcc890 Border Color

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

This div border color is #fcc890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc890


Comments

No comments written yet.

Please login to write comment.