Color Hex Logo

#fbfebe Color Hex

#FBFEBE
(251,254,190)
0 Favorites   0 Comments

Color spaces of #fbfebe

RGB 251254190
HSL0.170.970.87
HSV63°25°100°
CMYK 0.010.000.25   0.00
XYZ84.519795.110662.6187
Yxy95.11060.34890.3926
Hunter Lab97.5247-15.971230.1983
CIE-Lab98.0778-10.901130.3657

#fbfebe color RGB value is (251,254,190).

#fbfebe hex color red value is 251, green value is 254 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #fbfebe hue: 0.17 , saturation: 0.97 and the lightness value of fbfebe is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111110 10111110
Octal 373 376 276
Decimal 251 254 190
Hex FB FE BE

RGB Percentages of Color #fbfebe

%36.12
%36.55
%27.34

CMYK Percentages of Color #fbfebe

%1
%0
%25
%0

Triadic Colors of #fbfebe

#fbfebe #befbfe #febefb

Analogous Colors of #fbfebe

#fbfebe #dbfebe #fee1be

Monochromatic Colors of #fbfebe

#fbfebe

Complementary Color

#fbfebe #c1befe

#fbfebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfebe Color CSS Codes

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

#fbfebe Text Font Color

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

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


#fbfebe Background Color

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

This div background color is #fbfebe


#fbfebe Border Color

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

This div border color is #fbfebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfebe

Related Colors


Comments

No comments written yet.

Please login to write comment.