Color Hex Logo

#fbbe98 Color Hex

#FBBE98
(251,190,152)
0 Favorites   0 Comments

Color spaces of #fbbe98

RGB 251190152
HSL0.060.930.79
HSV23°39°98°
CMYK 0.000.240.39   0.02
XYZ63.864659.603137.8443
Yxy59.60310.39590.3695
Hunter Lab77.203012.555124.9787
CIE-Lab81.622017.151627.6949

#fbbe98 color RGB value is (251,190,152).

#fbbe98 hex color red value is 251, green value is 190 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #fbbe98 hue: 0.06 , saturation: 0.93 and the lightness value of fbbe98 is 0.79.

The process color (four color CMYK) of #fbbe98 color hex is 0.00, 0.24, 0.39, 0.02. Web safe color of #fbbe98 is #ffcc99. Color #fbbe98 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111110 10011000
Octal 373 276 230
Decimal 251 190 152
Hex FB BE 98

RGB Percentages of Color #fbbe98

%42.33
%32.04
%25.63

CMYK Percentages of Color #fbbe98

%0
%24
%39
%2

Triadic Colors of #fbbe98

#fbbe98 #98fbbe #be98fb

Analogous Colors of #fbbe98

#fbbe98 #fbf098 #fb98a4

Monochromatic Colors of #fbbe98

#fbbe98

Complementary Color

#fbbe98 #98d5fb

#fbbe98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbe98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbe98 Color CSS Codes

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

#fbbe98 Text Font Color

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

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


#fbbe98 Background Color

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

This div background color is #fbbe98


#fbbe98 Border Color

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

This div border color is #fbbe98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbe98


Comments

No comments written yet.

Please login to write comment.