Color Hex Logo

#fabeef Color Hex

#FABEEF
(250,190,239)
0 Favorites   0 Comments

Color spaces of #fabeef

RGB 250190239
HSL0.860.860.86
HSV311°24°98°
CMYK 0.000.240.04   0.02
XYZ73.417863.382990.0259
Yxy63.38290.32370.2794
Hunter Lab79.613425.2856-11.3151
CIE-Lab83.643429.2682-15.9160

#fabeef color RGB value is (250,190,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111110 11101111
Octal 372 276 357
Decimal 250 190 239
Hex FA BE EF

RGB Percentages of Color #fabeef

%36.82
%27.98
%35.20

CMYK Percentages of Color #fabeef

%0
%24
%4
%2

Triadic Colors of #fabeef

#fabeef #effabe #beeffa

Analogous Colors of #fabeef

#fabeef #fabed1 #e7befa

Monochromatic Colors of #fabeef

#fabeef

Complementary Color

#fabeef #befac9

#fabeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabeef Color CSS Codes

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

#fabeef Text Font Color

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

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


#fabeef Background Color

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

This div background color is #fabeef


#fabeef Border Color

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

This div border color is #fabeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabeef


Comments

No comments written yet.

Please login to write comment.