Color Hex Logo

#fabebe Color Hex

#FABEBE
(250,190,190)
0 Favorites   0 Comments

Color spaces of #fabebe

RGB 250190190
HSL0.000.860.86
HSV24°98°
CMYK 0.000.240.24   0.02
XYZ67.132160.868656.9258
Yxy60.86860.36300.3292
Hunter Lab78.018317.061111.3521
CIE-Lab82.308121.53928.3778

#fabebe color RGB value is (250,190,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111110 10111110
Octal 372 276 276
Decimal 250 190 190
Hex FA BE BE

RGB Percentages of Color #fabebe

%39.68
%30.16
%30.16

CMYK Percentages of Color #fabebe

%0
%24
%24
%2

Triadic Colors of #fabebe

#fabebe #befabe #bebefa

Analogous Colors of #fabebe

#fabebe #fadcbe #fabedc

Monochromatic Colors of #fabebe

#fabebe

Complementary Color

#fabebe #befafa

#fabebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabebe Color CSS Codes

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

#fabebe Text Font Color

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

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


#fabebe Background Color

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

This div background color is #fabebe


#fabebe Border Color

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

This div border color is #fabebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabebe

#fabebe Color Palettes


Comments

No comments written yet.

Please login to write comment.