Color Hex Logo

#fcfcc5 Color Hex

#FCFCC5
(252,252,197)
0 Favorites   0 Comments

Color spaces of #fcfcc5

RGB 252252197
HSL0.170.900.88
HSV60°22°99°
CMYK 0.000.000.22   0.01
XYZ85.033394.347566.5525
Yxy94.34750.34580.3836
Hunter Lab97.1326-13.717027.3690
CIE-Lab97.7718-8.610626.4259

#fcfcc5 color RGB value is (252,252,197).

#fcfcc5 hex color red value is 252, green value is 252 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #fcfcc5 hue: 0.17 , saturation: 0.90 and the lightness value of fcfcc5 is 0.88.

The process color (four color CMYK) of #fcfcc5 color hex is 0.00, 0.00, 0.22, 0.01. Web safe color of #fcfcc5 is #ffffcc. Color #fcfcc5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111100 11000101
Octal 374 374 305
Decimal 252 252 197
Hex FC FC C5

RGB Percentages of Color #fcfcc5

%35.95
%35.95
%28.10

CMYK Percentages of Color #fcfcc5

%0
%0
%22
%1

Triadic Colors of #fcfcc5

#fcfcc5 #c5fcfc #fcc5fc

Analogous Colors of #fcfcc5

#fcfcc5 #e1fcc5 #fce1c5

Monochromatic Colors of #fcfcc5

#fcfcc5

Complementary Color

#fcfcc5 #c5c5fc

#fcfcc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfcc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfcc5 Color CSS Codes

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

#fcfcc5 Text Font Color

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

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


#fcfcc5 Background Color

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

This div background color is #fcfcc5


#fcfcc5 Border Color

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

This div border color is #fcfcc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfcc5

Related Colors


Comments

No comments written yet.

Please login to write comment.