Color Hex Logo

#fabad3 Color Hex

#FABAD3
(250,186,211)
0 Favorites   0 Comments

Color spaces of #fabad3

RGB 250186211
HSL0.930.860.85
HSV337°26°98°
CMYK 0.000.260.16   0.02
XYZ68.741160.145069.6141
Yxy60.14500.34630.3030
Hunter Lab77.553222.49951.0668
CIE-Lab81.916926.7544-3.4739

#fabad3 color RGB value is (250,186,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111010 11010011
Octal 372 272 323
Decimal 250 186 211
Hex FA BA D3

RGB Percentages of Color #fabad3

%38.64
%28.75
%32.61

CMYK Percentages of Color #fabad3

%0
%26
%16
%2

Triadic Colors of #fabad3

#fabad3 #d3faba #bad3fa

Analogous Colors of #fabad3

#fabad3 #fac1ba #fabaf3

Monochromatic Colors of #fabad3

#fabad3

Complementary Color

#fabad3 #bafae1

#fabad3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabad3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabad3 Color CSS Codes

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

#fabad3 Text Font Color

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

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


#fabad3 Background Color

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

This div background color is #fabad3


#fabad3 Border Color

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

This div border color is #fabad3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabad3

Related Colors


Comments

No comments written yet.

Please login to write comment.