Color Hex Logo

#fbfcd7 Color Hex

#FBFCD7
(251,252,215)
0 Favorites   0 Comments

Color spaces of #fbfcd7

RGB 251252215
HSL0.170.860.92
HSV62°15°99°
CMYK 0.000.000.15   0.01
XYZ86.859895.036378.0558
Yxy95.03630.33410.3656
Hunter Lab97.4866-11.559320.7681
CIE-Lab98.0480-6.375917.6379

#fbfcd7 color RGB value is (251,252,215).

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

The process color (four color CMYK) of #fbfcd7 color hex is 0.00, 0.00, 0.15, 0.01. Web safe color of #fbfcd7 is #ffffcc. Color #fbfcd7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111100 11010111
Octal 373 374 327
Decimal 251 252 215
Hex FB FC D7

RGB Percentages of Color #fbfcd7

%34.96
%35.10
%29.94

CMYK Percentages of Color #fbfcd7

%0
%0
%15
%1

Triadic Colors of #fbfcd7

#fbfcd7 #d7fbfc #fcd7fb

Analogous Colors of #fbfcd7

#fbfcd7 #e9fcd7 #fcebd7

Monochromatic Colors of #fbfcd7

#fbfcd7

Complementary Color

#fbfcd7 #d8d7fc

#fbfcd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfcd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfcd7 Color CSS Codes

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

#fbfcd7 Text Font Color

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

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


#fbfcd7 Background Color

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

This div background color is #fbfcd7


#fbfcd7 Border Color

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

This div border color is #fbfcd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfcd7

Related Colors

#fbfcd7 Color Palettes


Comments

No comments written yet.

Please login to write comment.