Color Hex Logo

#fcfbd8 Color Hex

#FCFBD8
(252,251,216)
0 Favorites   0 Comments

Color spaces of #fcfbd8

RGB 252251216
HSL0.160.860.92
HSV58°14°99°
CMYK 0.000.000.14   0.01
XYZ87.036794.647778.6472
Yxy94.64770.33430.3636
Hunter Lab97.2870-10.559420.1707
CIE-Lab97.8924-5.375816.9185

#fcfbd8 color RGB value is (252,251,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111011 11011000
Octal 374 373 330
Decimal 252 251 216
Hex FC FB D8

RGB Percentages of Color #fcfbd8

%35.05
%34.91
%30.04

CMYK Percentages of Color #fcfbd8

%0
%0
%14
%1

Triadic Colors of #fcfbd8

#fcfbd8 #d8fcfb #fbd8fc

Analogous Colors of #fcfbd8

#fcfbd8 #ebfcd8 #fce9d8

Monochromatic Colors of #fcfbd8

#fcfbd8

Complementary Color

#fcfbd8 #d8d9fc

#fcfbd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfbd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfbd8 Color CSS Codes

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

#fcfbd8 Text Font Color

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

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


#fcfbd8 Background Color

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

This div background color is #fcfbd8


#fcfbd8 Border Color

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

This div border color is #fcfbd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfbd8

Related Colors


Comments

No comments written yet.

Please login to write comment.