Color Hex Logo

#fabebf Color Hex

#FABEBF
(250,190,191)
0 Favorites   0 Comments

Color spaces of #fabebf

RGB 250190191
HSL1.000.860.86
HSV359°24°98°
CMYK 0.000.240.24   0.02
XYZ67.241860.912557.5035
Yxy60.91250.36220.3281
Hunter Lab78.046517.207410.9485
CIE-Lab82.331721.67977.8753

#fabebf color RGB value is (250,190,191).

#fabebf hex color red value is 250, green value is 190 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #fabebf hue: 1.00 , saturation: 0.86 and the lightness value of fabebf is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111110 10111111
Octal 372 276 277
Decimal 250 190 191
Hex FA BE BF

RGB Percentages of Color #fabebf

%39.62
%30.11
%30.27

CMYK Percentages of Color #fabebf

%0
%24
%24
%2

Triadic Colors of #fabebf

#fabebf #bffabe #bebffa

Analogous Colors of #fabebf

#fabebf #fadbbe #fabedd

Monochromatic Colors of #fabebf

#fabebf

Complementary Color

#fabebf #befaf9

#fabebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabebf Color CSS Codes

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

#fabebf Text Font Color

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

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


#fabebf Background Color

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

This div background color is #fabebf


#fabebf Border Color

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

This div border color is #fabebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabebf

#fabebf Color Palettes


Comments

No comments written yet.

Please login to write comment.