Color Hex Logo

#fcf3bb Color Hex

#FCF3BB
(252,243,187)
0 Favorites   0 Comments

Color spaces of #fcf3bb

RGB 252243187
HSL0.140.920.86
HSV52°26°99°
CMYK 0.000.040.26   0.01
XYZ81.165188.384559.7958
Yxy88.38450.35390.3854
Hunter Lab94.0130-10.416828.0985
CIE-Lab95.3226-5.472728.1533

#fcf3bb color RGB value is (252,243,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110011 10111011
Octal 374 363 273
Decimal 252 243 187
Hex FC F3 BB

RGB Percentages of Color #fcf3bb

%36.95
%35.63
%27.42

CMYK Percentages of Color #fcf3bb

%0
%4
%26
%1

Triadic Colors of #fcf3bb

#fcf3bb #bbfcf3 #f3bbfc

Analogous Colors of #fcf3bb

#fcf3bb #e5fcbb #fcd3bb

Monochromatic Colors of #fcf3bb

#fcf3bb

Complementary Color

#fcf3bb #bbc4fc

#fcf3bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf3bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf3bb Color CSS Codes

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

#fcf3bb Text Font Color

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

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


#fcf3bb Background Color

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

This div background color is #fcf3bb


#fcf3bb Border Color

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

This div border color is #fcf3bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf3bb

Related Colors


Comments

No comments written yet.

Please login to write comment.