Color Hex Logo

#fabcea Color Hex

#FABCEA
(250,188,234)
0 Favorites   0 Comments

Color spaces of #fabcea

RGB 250188234
HSL0.880.860.86
HSV315°25°98°
CMYK 0.000.250.06   0.02
XYZ72.258862.230986.0452
Yxy62.23090.32770.2822
Hunter Lab78.886625.4516-9.4497
CIE-Lab83.036129.4593-14.1547

#fabcea color RGB value is (250,188,234).

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

The process color (four color CMYK) of #fabcea color hex is 0.00, 0.25, 0.06, 0.02. Web safe color of #fabcea is #ffccff. Color #fabcea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111100 11101010
Octal 372 274 352
Decimal 250 188 234
Hex FA BC EA

RGB Percentages of Color #fabcea

%37.20
%27.98
%34.82

CMYK Percentages of Color #fabcea

%0
%25
%6
%2

Triadic Colors of #fabcea

#fabcea #eafabc #bceafa

Analogous Colors of #fabcea

#fabcea #fabccb #ebbcfa

Monochromatic Colors of #fabcea

#fabcea

Complementary Color

#fabcea #bcfacc

#fabcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabcea Color CSS Codes

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

#fabcea Text Font Color

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

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


#fabcea Background Color

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

This div background color is #fabcea


#fabcea Border Color

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

This div border color is #fabcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabcea


Comments

No comments written yet.

Please login to write comment.