Color Hex Logo

#fcf2be Color Hex

#FCF2BE
(252,242,190)
0 Favorites   0 Comments

Color spaces of #fcf2be

RGB 252242190
HSL0.140.910.87
HSV50°25°99°
CMYK 0.000.040.25   0.01
XYZ81.191387.917461.4057
Yxy87.91740.35220.3814
Hunter Lab93.7643-9.522826.8063
CIE-Lab95.1261-4.574926.3577

#fcf2be color RGB value is (252,242,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110010 10111110
Octal 374 362 276
Decimal 252 242 190
Hex FC F2 BE

RGB Percentages of Color #fcf2be

%36.84
%35.38
%27.78

CMYK Percentages of Color #fcf2be

%0
%4
%25
%1

Triadic Colors of #fcf2be

#fcf2be #befcf2 #f2befc

Analogous Colors of #fcf2be

#fcf2be #e7fcbe #fcd3be

Monochromatic Colors of #fcf2be

#fcf2be

Complementary Color

#fcf2be #bec8fc

#fcf2be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf2be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf2be Color CSS Codes

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

#fcf2be Text Font Color

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

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


#fcf2be Background Color

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

This div background color is #fcf2be


#fcf2be Border Color

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

This div border color is #fcf2be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,242,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 #fcf2be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf2be

Related Colors


Comments

No comments written yet.

Please login to write comment.