Color Hex Logo

#fbfcee Color Hex

#FBFCEE
(251,252,238)
0 Favorites   0 Comments

Color spaces of #fbfcee

RGB 251252238
HSL0.180.700.96
HSV64°99°
CMYK 0.000.000.06   0.01
XYZ90.026796.303194.7324
Yxy96.30310.32030.3426
Hunter Lab98.1341-7.981711.4591
CIE-Lab98.5525-2.72396.5735

#fbfcee color RGB value is (251,252,238).

#fbfcee hex color red value is 251, green value is 252 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #fbfcee hue: 0.18 , saturation: 0.70 and the lightness value of fbfcee is 0.96.

The process color (four color CMYK) of #fbfcee color hex is 0.00, 0.00, 0.06, 0.01. Web safe color of #fbfcee is #ffffff. Color #fbfcee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111100 11101110
Octal 373 374 356
Decimal 251 252 238
Hex FB FC EE

RGB Percentages of Color #fbfcee

%33.87
%34.01
%32.12

CMYK Percentages of Color #fbfcee

%0
%0
%6
%1

Triadic Colors of #fbfcee

#fbfcee #eefbfc #fceefb

Analogous Colors of #fbfcee

#fbfcee #f4fcee #fcf6ee

Monochromatic Colors of #fbfcee

#fbfcee

Complementary Color

#fbfcee #efeefc

#fbfcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfcee Color CSS Codes

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

#fbfcee Text Font Color

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

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


#fbfcee Background Color

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

This div background color is #fbfcee


#fbfcee Border Color

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

This div border color is #fbfcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfcee

#fbfcee Color Palettes


Comments

No comments written yet.

Please login to write comment.