Color Hex Logo

#fcf8be Color Hex

#FCF8BE
(252,248,190)
0 Favorites   0 Comments

Color spaces of #fcf8be

RGB 252248190
HSL0.160.910.87
HSV56°25°99°
CMYK 0.000.020.25   0.01
XYZ83.006591.548062.0108
Yxy91.54800.35090.3870
Hunter Lab95.6807-12.586028.5506
CIE-Lab96.6352-7.570128.4186

#fcf8be color RGB value is (252,248,190).

#fcf8be hex color red value is 252, green value is 248 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #fcf8be hue: 0.16 , saturation: 0.91 and the lightness value of fcf8be is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111000 10111110
Octal 374 370 276
Decimal 252 248 190
Hex FC F8 BE

RGB Percentages of Color #fcf8be

%36.52
%35.94
%27.54

CMYK Percentages of Color #fcf8be

%0
%2
%25
%1

Triadic Colors of #fcf8be

#fcf8be #befcf8 #f8befc

Analogous Colors of #fcf8be

#fcf8be #e1fcbe #fcd9be

Monochromatic Colors of #fcf8be

#fcf8be

Complementary Color

#fcf8be #bec2fc

#fcf8be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf8be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf8be Color CSS Codes

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

#fcf8be Text Font Color

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

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


#fcf8be Background Color

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

This div background color is #fcf8be


#fcf8be Border Color

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

This div border color is #fcf8be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf8be

#fcf8be Color Palettes


Comments

No comments written yet.

Please login to write comment.