Color Hex Logo

#fbfdee Color Hex

#FBFDEE
(251,253,238)
0 Favorites   0 Comments

Color spaces of #fbfdee

RGB 251253238
HSL0.190.790.96
HSV68°99°
CMYK 0.010.000.06   0.01
XYZ90.341696.932894.8373
Yxy96.93280.32020.3436
Hunter Lab98.4545-8.504111.8064
CIE-Lab98.8017-3.22596.9326

#fbfdee color RGB value is (251,253,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111101 11101110
Octal 373 375 356
Decimal 251 253 238
Hex FB FD EE

RGB Percentages of Color #fbfdee

%33.83
%34.10
%32.08

CMYK Percentages of Color #fbfdee

%1
%0
%6
%1

Triadic Colors of #fbfdee

#fbfdee #eefbfd #fdeefb

Analogous Colors of #fbfdee

#fbfdee #f4fdee #fdf8ee

Monochromatic Colors of #fbfdee

#fbfdee

Complementary Color

#fbfdee #f0eefd

#fbfdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfdee Color CSS Codes

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

#fbfdee Text Font Color

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

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


#fbfdee Background Color

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

This div background color is #fbfdee


#fbfdee Border Color

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

This div border color is #fbfdee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,253,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 #fbfdee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfdee

Related Colors

#fbfdee Color Palettes


Comments

No comments written yet.

Please login to write comment.