Color Hex Logo

#fabbe5 Color Hex

#FABBE5
(250,187,229)
0 Favorites   0 Comments

Color spaces of #fabbe5

RGB 250187229
HSL0.890.860.86
HSV320°25°98°
CMYK 0.000.250.08   0.02
XYZ71.337561.521882.2437
Yxy61.52180.33160.2860
Hunter Lab78.435825.0833-7.2633
CIE-Lab82.658529.1391-12.0415

#fabbe5 color RGB value is (250,187,229).

#fabbe5 hex color red value is 250, green value is 187 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #fabbe5 hue: 0.89 , saturation: 0.86 and the lightness value of fabbe5 is 0.86.

The process color (four color CMYK) of #fabbe5 color hex is 0.00, 0.25, 0.08, 0.02. Web safe color of #fabbe5 is #ffcccc. Color #fabbe5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111011 11100101
Octal 372 273 345
Decimal 250 187 229
Hex FA BB E5

RGB Percentages of Color #fabbe5

%37.54
%28.08
%34.38

CMYK Percentages of Color #fabbe5

%0
%25
%8
%2

Triadic Colors of #fabbe5

#fabbe5 #e5fabb #bbe5fa

Analogous Colors of #fabbe5

#fabbe5 #fabbc6 #f0bbfa

Monochromatic Colors of #fabbe5

#fabbe5

Complementary Color

#fabbe5 #bbfad0

#fabbe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabbe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabbe5 Color CSS Codes

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

#fabbe5 Text Font Color

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

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


#fabbe5 Background Color

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

This div background color is #fabbe5


#fabbe5 Border Color

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

This div border color is #fabbe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabbe5


Comments

No comments written yet.

Please login to write comment.