Color Hex Logo

#fcfbb7 Color Hex

#FCFBB7
(252,251,183)
0 Favorites   0 Comments

Color spaces of #fcfbb7

RGB 252251183
HSL0.160.920.85
HSV59°27°99°
CMYK 0.000.000.27   0.01
XYZ83.189393.108758.3870
Yxy93.10870.35450.3967
Hunter Lab96.4928-14.972431.6691
CIE-Lab97.2717-9.962932.8103

#fcfbb7 color RGB value is (252,251,183).

#fcfbb7 hex color red value is 252, green value is 251 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #fcfbb7 hue: 0.16 , saturation: 0.92 and the lightness value of fcfbb7 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111011 10110111
Octal 374 373 267
Decimal 252 251 183
Hex FC FB B7

RGB Percentages of Color #fcfbb7

%36.73
%36.59
%26.68

CMYK Percentages of Color #fcfbb7

%0
%0
%27
%1

Triadic Colors of #fcfbb7

#fcfbb7 #b7fcfb #fbb7fc

Analogous Colors of #fcfbb7

#fcfbb7 #dbfcb7 #fcd9b7

Monochromatic Colors of #fcfbb7

#fcfbb7

Complementary Color

#fcfbb7 #b7b8fc

#fcfbb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfbb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfbb7 Color CSS Codes

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

#fcfbb7 Text Font Color

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

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


#fcfbb7 Background Color

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

This div background color is #fcfbb7


#fcfbb7 Border Color

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

This div border color is #fcfbb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfbb7

Related Colors


Comments

No comments written yet.

Please login to write comment.