Color Hex Logo

#fabeee Color Hex

#FABEEE
(250,190,238)
0 Favorites   0 Comments

Color spaces of #fabeee

RGB 250190238
HSL0.870.860.86
HSV312°24°98°
CMYK 0.000.240.05   0.02
XYZ73.270463.324089.2499
Yxy63.32400.32440.2804
Hunter Lab79.576425.0962-10.7940
CIE-Lab83.612629.0940-15.4284

#fabeee color RGB value is (250,190,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111110 11101110
Octal 372 276 356
Decimal 250 190 238
Hex FA BE EE

RGB Percentages of Color #fabeee

%36.87
%28.02
%35.10

CMYK Percentages of Color #fabeee

%0
%24
%5
%2

Triadic Colors of #fabeee

#fabeee #eefabe #beeefa

Analogous Colors of #fabeee

#fabeee #fabed0 #e8befa

Monochromatic Colors of #fabeee

#fabeee

Complementary Color

#fabeee #befaca

#fabeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabeee Color CSS Codes

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

#fabeee Text Font Color

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

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


#fabeee Background Color

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

This div background color is #fabeee


#fabeee Border Color

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

This div border color is #fabeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabeee

Related Colors


Comments

No comments written yet.

Please login to write comment.