Color Hex Logo

#fabafa Color Hex

#FABAFA
(250,186,250)
0 Favorites   0 Comments

Color spaces of #fabafa

RGB 250186250
HSL0.830.860.85
HSV300°26°98°
CMYK 0.000.260.00   0.02
XYZ74.238662.343998.5633
Yxy62.34390.31570.2651
Hunter Lab78.958229.6538-18.7409
CIE-Lab83.096033.3313-22.6155

#fabafa color RGB value is (250,186,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111010 11111010
Octal 372 272 372
Decimal 250 186 250
Hex FA BA FA

RGB Percentages of Color #fabafa

%36.44
%27.11
%36.44

CMYK Percentages of Color #fabafa

%0
%26
%0
%2

Triadic Colors of #fabafa

#fabafa #fafaba #bafafa

Analogous Colors of #fabafa

#fabafa #fabada #dabafa

Monochromatic Colors of #fabafa

#fabafa

Complementary Color

#fabafa #bafaba

#fabafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabafa Color CSS Codes

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

#fabafa Text Font Color

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

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


#fabafa Background Color

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

This div background color is #fabafa


#fabafa Border Color

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

This div border color is #fabafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabafa

Related Colors


Comments

No comments written yet.

Please login to write comment.