Color Hex Logo

#fbbeaf Color Hex

#FBBEAF
(251,190,175)
0 Favorites   0 Comments

Color spaces of #fbbeaf

RGB 251190175
HSL0.030.900.84
HSV12°30°98°
CMYK 0.000.240.30   0.02
XYZ65.935060.431348.7467
Yxy60.43130.37650.3451
Hunter Lab77.737615.358317.2375
CIE-Lab82.072119.893716.0897

#fbbeaf color RGB value is (251,190,175).

#fbbeaf hex color red value is 251, green value is 190 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #fbbeaf hue: 0.03 , saturation: 0.90 and the lightness value of fbbeaf is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111110 10101111
Octal 373 276 257
Decimal 251 190 175
Hex FB BE AF

RGB Percentages of Color #fbbeaf

%40.75
%30.84
%28.41

CMYK Percentages of Color #fbbeaf

%0
%24
%30
%2

Triadic Colors of #fbbeaf

#fbbeaf #affbbe #beaffb

Analogous Colors of #fbbeaf

#fbbeaf #fbe4af #fbafc6

Monochromatic Colors of #fbbeaf

#fbbeaf

Complementary Color

#fbbeaf #afecfb

#fbbeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbeaf Color CSS Codes

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

#fbbeaf Text Font Color

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

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


#fbbeaf Background Color

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

This div background color is #fbbeaf


#fbbeaf Border Color

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

This div border color is #fbbeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbeaf

#fbbeaf Color Palettes


Comments

No comments written yet.

Please login to write comment.