Color Hex Logo

#fabbbb Color Hex

#FABBBB
(250,187,187)
1 Favorites   0 Comments

Color spaces of #fabbbb

RGB 250187187
HSL0.000.860.86
HSV25°98°
CMYK 0.000.250.25   0.02
XYZ66.164359.452555.0020
Yxy59.45250.36630.3292
Hunter Lab77.105418.236611.6802
CIE-Lab81.539722.70098.8889

#fabbbb color RGB value is (250,187,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111011 10111011
Octal 372 273 273
Decimal 250 187 187
Hex FA BB BB

RGB Percentages of Color #fabbbb

%40.06
%29.97
%29.97

CMYK Percentages of Color #fabbbb

%0
%25
%25
%2

Triadic Colors of #fabbbb

#fabbbb #bbfabb #bbbbfa

Analogous Colors of #fabbbb

#fabbbb #fadbbb #fabbdb

Monochromatic Colors of #fabbbb

#fabbbb

Complementary Color

#fabbbb #bbfafa

#fabbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabbbb Color CSS Codes

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

#fabbbb Text Font Color

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

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


#fabbbb Background Color

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

This div background color is #fabbbb


#fabbbb Border Color

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

This div border color is #fabbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabbbb

#fabbbb Color Palettes


Comments

No comments written yet.

Please login to write comment.