Color Hex Logo

#fabbeb Color Hex

#FABBEB
(250,187,235)
0 Favorites   0 Comments

Color spaces of #fabbeb

RGB 250187235
HSL0.870.860.86
HSV314°25°98°
CMYK 0.000.250.06   0.02
XYZ72.190161.862886.7331
Yxy61.86280.32700.2802
Hunter Lab78.652926.1903-10.3240
CIE-Lab82.840430.1580-14.9835

#fabbeb color RGB value is (250,187,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111011 11101011
Octal 372 273 353
Decimal 250 187 235
Hex FA BB EB

RGB Percentages of Color #fabbeb

%37.20
%27.83
%34.97

CMYK Percentages of Color #fabbeb

%0
%25
%6
%2

Triadic Colors of #fabbeb

#fabbeb #ebfabb #bbebfa

Analogous Colors of #fabbeb

#fabbeb #fabbcc #eabbfa

Monochromatic Colors of #fabbeb

#fabbeb

Complementary Color

#fabbeb #bbfaca

#fabbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabbeb Color CSS Codes

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

#fabbeb Text Font Color

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

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


#fabbeb Background Color

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

This div background color is #fabbeb


#fabbeb Border Color

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

This div border color is #fabbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabbeb


Comments

No comments written yet.

Please login to write comment.