Color Hex Logo

#fafabb Color Hex

#FAFABB
(250,250,187)
0 Favorites   0 Comments

Color spaces of #fafabb

RGB 250250187
HSL0.170.860.86
HSV60°25°98°
CMYK 0.000.000.25   0.02
XYZ82.579692.283160.4737
Yxy92.28310.35090.3921
Hunter Lab96.0641-14.668229.9210
CIE-Lab96.9359-9.686830.3182

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

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

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

Base Numbers

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

RGB Percentages of Color #fafabb

%36.39
%36.39
%27.22

CMYK Percentages of Color #fafabb

%0
%0
%25
%2

Triadic Colors of #fafabb

#fafabb #bbfafa #fabbfa

Analogous Colors of #fafabb

#fafabb #dbfabb #fadbbb

Monochromatic Colors of #fafabb

#fafabb

Complementary Color

#fafabb #bbbbfa

#fafabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafabb Color CSS Codes

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

#fafabb Text Font Color

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

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


#fafabb Background Color

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

This div background color is #fafabb


#fafabb Border Color

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

This div border color is #fafabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafabb


Comments

No comments written yet.

Please login to write comment.