Color Hex Logo

#fcf5c8 Color Hex

#FCF5C8
(252,245,200)
0 Favorites   0 Comments

Color spaces of #fcf5c8

RGB 252245200
HSL0.140.900.89
HSV52°21°99°
CMYK 0.000.030.21   0.01
XYZ83.222690.170467.6619
Yxy90.17040.34520.3741
Hunter Lab94.9581-9.736824.2239
CIE-Lab96.0674-4.708122.5493

#fcf5c8 color RGB value is (252,245,200).

#fcf5c8 hex color red value is 252, green value is 245 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #fcf5c8 hue: 0.14 , saturation: 0.90 and the lightness value of fcf5c8 is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110101 11001000
Octal 374 365 310
Decimal 252 245 200
Hex FC F5 C8

RGB Percentages of Color #fcf5c8

%36.15
%35.15
%28.69

CMYK Percentages of Color #fcf5c8

%0
%3
%21
%1

Triadic Colors of #fcf5c8

#fcf5c8 #c8fcf5 #f5c8fc

Analogous Colors of #fcf5c8

#fcf5c8 #e9fcc8 #fcdbc8

Monochromatic Colors of #fcf5c8

#fcf5c8

Complementary Color

#fcf5c8 #c8cffc

#fcf5c8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf5c8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf5c8 Color CSS Codes

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

#fcf5c8 Text Font Color

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

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


#fcf5c8 Background Color

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

This div background color is #fcf5c8


#fcf5c8 Border Color

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

This div border color is #fcf5c8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf5c8

Related Colors


Comments

No comments written yet.

Please login to write comment.