Color Hex Logo

#fabfbe Color Hex

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

Color spaces of #fabfbe

RGB 250191190
HSL0.000.860.86
HSV24°98°
CMYK 0.000.240.24   0.02
XYZ67.349461.303356.9982
Yxy61.30330.36280.3302
Hunter Lab78.296416.524311.6456
CIE-Lab82.541521.01288.7121

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

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

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

Base Numbers

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

RGB Percentages of Color #fabfbe

%39.62
%30.27
%30.11

CMYK Percentages of Color #fabfbe

%0
%24
%24
%2

Triadic Colors of #fabfbe

#fabfbe #befabf #bfbefa

Analogous Colors of #fabfbe

#fabfbe #faddbe #fabedb

Monochromatic Colors of #fabfbe

#fabfbe

Complementary Color

#fabfbe #bef9fa

#fabfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabfbe Color CSS Codes

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

#fabfbe Text Font Color

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

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


#fabfbe Background Color

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

This div background color is #fabfbe


#fabfbe Border Color

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

This div border color is #fabfbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,191,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 #fabfbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabfbe


Comments

No comments written yet.

Please login to write comment.