Color Hex Logo

#fefbbb Color Hex

#FEFBBB
(254,251,187)
0 Favorites   0 Comments

Color spaces of #fefbbb

RGB 254251187
HSL0.160.970.86
HSV57°26°100°
CMYK 0.000.010.26   0.00
XYZ84.339993.653060.6454
Yxy93.65300.35340.3924
Hunter Lab96.7745-13.790930.5870
CIE-Lab97.4920-8.717531.1215

#fefbbb color RGB value is (254,251,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111011 10111011
Octal 376 373 273
Decimal 254 251 187
Hex FE FB BB

RGB Percentages of Color #fefbbb

%36.71
%36.27
%27.02

CMYK Percentages of Color #fefbbb

%0
%1
%26
%0

Triadic Colors of #fefbbb

#fefbbb #bbfefb #fbbbfe

Analogous Colors of #fefbbb

#fefbbb #e0febb #fedabb

Monochromatic Colors of #fefbbb

#fefbbb

Complementary Color

#fefbbb #bbbefe

#fefbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefbbb Color CSS Codes

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

#fefbbb Text Font Color

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

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


#fefbbb Background Color

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

This div background color is #fefbbb


#fefbbb Border Color

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

This div border color is #fefbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefbbb

Related Colors


Comments

No comments written yet.

Please login to write comment.