Color Hex Logo

#fabad1 Color Hex

#FABAD1
(250,186,209)
0 Favorites   0 Comments

Color spaces of #fabad1

RGB 250186209
HSL0.940.860.85
HSV338°26°98°
CMYK 0.000.260.16   0.02
XYZ68.491960.045368.3016
Yxy60.04530.34800.3050
Hunter Lab77.488922.16931.9818
CIE-Lab81.862826.4447-2.4775

#fabad1 color RGB value is (250,186,209).

#fabad1 hex color red value is 250, green value is 186 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #fabad1 hue: 0.94 , saturation: 0.86 and the lightness value of fabad1 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111010 11010001
Octal 372 272 321
Decimal 250 186 209
Hex FA BA D1

RGB Percentages of Color #fabad1

%38.76
%28.84
%32.40

CMYK Percentages of Color #fabad1

%0
%26
%16
%2

Triadic Colors of #fabad1

#fabad1 #d1faba #bad1fa

Analogous Colors of #fabad1

#fabad1 #fac3ba #fabaf1

Monochromatic Colors of #fabad1

#fabad1

Complementary Color

#fabad1 #bafae3

#fabad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabad1 Color CSS Codes

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

#fabad1 Text Font Color

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

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


#fabad1 Background Color

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

This div background color is #fabad1


#fabad1 Border Color

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

This div border color is #fabad1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabad1

Related Colors


Comments

No comments written yet.

Please login to write comment.