Color Hex Logo

#fabede Color Hex

#FABEDE
(250,190,222)
0 Favorites   0 Comments

Color spaces of #fabede

RGB 250190222
HSL0.910.860.86
HSV328°24°98°
CMYK 0.000.240.11   0.02
XYZ71.022662.424877.4131
Yxy62.42480.33680.2960
Hunter Lab79.009422.1897-2.7856
CIE-Lab83.138826.3991-7.5751

#fabede color RGB value is (250,190,222).

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

The process color (four color CMYK) of #fabede color hex is 0.00, 0.24, 0.11, 0.02. Web safe color of #fabede is #ffcccc. Color #fabede contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111110 11011110
Octal 372 276 336
Decimal 250 190 222
Hex FA BE DE

RGB Percentages of Color #fabede

%37.76
%28.70
%33.53

CMYK Percentages of Color #fabede

%0
%24
%11
%2

Triadic Colors of #fabede

#fabede #defabe #bedefa

Analogous Colors of #fabede

#fabede #fabec0 #f8befa

Monochromatic Colors of #fabede

#fabede

Complementary Color

#fabede #befada

#fabede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabede Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabede Color CSS Codes

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

#fabede Text Font Color

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

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


#fabede Background Color

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

This div background color is #fabede


#fabede Border Color

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

This div border color is #fabede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabede


Comments

No comments written yet.

Please login to write comment.