Color Hex Logo

#fcfbf6 Color Hex

#FCFBF6
(252,251,246)
1 Favorites   0 Comments

Color spaces of #fcfbf6

RGB 252251246
HSL0.140.500.98
HSV50°99°
CMYK 0.000.000.02   0.01
XYZ91.276696.3436100.9742
Yxy96.34360.31630.3338
Hunter Lab98.1548-5.77927.7153
CIE-Lab98.5686-0.53102.4967

#fcfbf6 color RGB value is (252,251,246).

#fcfbf6 hex color red value is 252, green value is 251 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #fcfbf6 hue: 0.14 , saturation: 0.50 and the lightness value of fcfbf6 is 0.98.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111011 11110110
Octal 374 373 366
Decimal 252 251 246
Hex FC FB F6

RGB Percentages of Color #fcfbf6

%33.64
%33.51
%32.84

CMYK Percentages of Color #fcfbf6

%0
%0
%2
%1

Triadic Colors of #fcfbf6

#fcfbf6 #f6fcfb #fbf6fc

Analogous Colors of #fcfbf6

#fcfbf6 #fafcf6 #fcf8f6

Monochromatic Colors of #fcfbf6

#fcfbf6

Complementary Color

#fcfbf6 #f6f7fc

#fcfbf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfbf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfbf6 Color CSS Codes

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

#fcfbf6 Text Font Color

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

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


#fcfbf6 Background Color

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

This div background color is #fcfbf6


#fcfbf6 Border Color

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

This div border color is #fcfbf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfbf6

Related Colors


Comments

No comments written yet.

Please login to write comment.