Color Hex Logo

#fabaee Color Hex

#FABAEE
(250,186,238)
0 Favorites   0 Comments

Color spaces of #fabaee

RGB 250186238
HSL0.860.860.85
HSV311°26°98°
CMYK 0.000.260.05   0.02
XYZ72.415961.614988.9650
Yxy61.61490.32470.2763
Hunter Lab78.495227.3091-12.2516
CIE-Lab82.708231.2029-16.7882

#fabaee color RGB value is (250,186,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111010 11101110
Octal 372 272 356
Decimal 250 186 238
Hex FA BA EE

RGB Percentages of Color #fabaee

%37.09
%27.60
%35.31

CMYK Percentages of Color #fabaee

%0
%26
%5
%2

Triadic Colors of #fabaee

#fabaee #eefaba #baeefa

Analogous Colors of #fabaee

#fabaee #fabace #e6bafa

Monochromatic Colors of #fabaee

#fabaee

Complementary Color

#fabaee #bafac6

#fabaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabaee Color CSS Codes

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

#fabaee Text Font Color

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

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


#fabaee Background Color

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

This div background color is #fabaee


#fabaee Border Color

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

This div border color is #fabaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabaee


Comments

No comments written yet.

Please login to write comment.