Color Hex Logo

#fcf1bb Color Hex

#FCF1BB
(252,241,187)
0 Favorites   0 Comments

Color spaces of #fcf1bb

RGB 252241187
HSL0.140.920.86
HSV50°26°99°
CMYK 0.000.040.26   0.01
XYZ80.569887.193959.5973
Yxy87.19390.35440.3835
Hunter Lab93.3777-9.394427.5232
CIE-Lab94.8205-4.471027.4690

#fcf1bb color RGB value is (252,241,187).

#fcf1bb hex color red value is 252, green value is 241 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fcf1bb hue: 0.14 , saturation: 0.92 and the lightness value of fcf1bb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110001 10111011
Octal 374 361 273
Decimal 252 241 187
Hex FC F1 BB

RGB Percentages of Color #fcf1bb

%37.06
%35.44
%27.50

CMYK Percentages of Color #fcf1bb

%0
%4
%26
%1

Triadic Colors of #fcf1bb

#fcf1bb #bbfcf1 #f1bbfc

Analogous Colors of #fcf1bb

#fcf1bb #e7fcbb #fcd1bb

Monochromatic Colors of #fcf1bb

#fcf1bb

Complementary Color

#fcf1bb #bbc6fc

#fcf1bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf1bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf1bb Color CSS Codes

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

#fcf1bb Text Font Color

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

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


#fcf1bb Background Color

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

This div background color is #fcf1bb


#fcf1bb Border Color

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

This div border color is #fcf1bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf1bb

Related Colors


Comments

No comments written yet.

Please login to write comment.