Color Hex Logo

#fabece Color Hex

#FABECE
(250,190,206)
0 Favorites   0 Comments

Color spaces of #fabece

RGB 250190206
HSL0.960.860.86
HSV344°24°98°
CMYK 0.000.240.18   0.02
XYZ68.978461.607166.6483
Yxy61.60710.34970.3124
Hunter Lab78.490219.51074.5983
CIE-Lab82.704023.87760.3656

#fabece color RGB value is (250,190,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111110 11001110
Octal 372 276 316
Decimal 250 190 206
Hex FA BE CE

RGB Percentages of Color #fabece

%38.70
%29.41
%31.89

CMYK Percentages of Color #fabece

%0
%24
%18
%2

Triadic Colors of #fabece

#fabece #cefabe #becefa

Analogous Colors of #fabece

#fabece #faccbe #fabeec

Monochromatic Colors of #fabece

#fabece

Complementary Color

#fabece #befaea

#fabece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabece Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabece Color CSS Codes

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

#fabece Text Font Color

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

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


#fabece Background Color

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

This div background color is #fabece


#fabece Border Color

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

This div border color is #fabece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabece


Comments

No comments written yet.

Please login to write comment.