Color Hex Logo

#fabbee Color Hex

#FABBEE
(250,187,238)
0 Favorites   0 Comments

Color spaces of #fabbee

RGB 250187238
HSL0.870.860.86
HSV311°25°98°
CMYK 0.000.250.05   0.02
XYZ72.627362.037789.0355
Yxy62.03770.32470.2773
Hunter Lab78.764026.7556-11.8871
CIE-Lab82.933530.6759-16.4492

#fabbee color RGB value is (250,187,238).

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

The process color (four color CMYK) of #fabbee color hex is 0.00, 0.25, 0.05, 0.02. Web safe color of #fabbee is #ffccff. Color #fabbee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111011 11101110
Octal 372 273 356
Decimal 250 187 238
Hex FA BB EE

RGB Percentages of Color #fabbee

%37.04
%27.70
%35.26

CMYK Percentages of Color #fabbee

%0
%25
%5
%2

Triadic Colors of #fabbee

#fabbee #eefabb #bbeefa

Analogous Colors of #fabbee

#fabbee #fabbcf #e7bbfa

Monochromatic Colors of #fabbee

#fabbee

Complementary Color

#fabbee #bbfac7

#fabbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabbee Color CSS Codes

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

#fabbee Text Font Color

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

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


#fabbee Background Color

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

This div background color is #fabbee


#fabbee Border Color

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

This div border color is #fabbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabbee


Comments

No comments written yet.

Please login to write comment.