Color Hex Logo

#fabced Color Hex

#FABCED
(250,188,237)
0 Favorites   0 Comments

Color spaces of #fabced

RGB 250188237
HSL0.870.860.86
HSV313°25°98°
CMYK 0.000.250.05   0.02
XYZ72.693662.404988.3347
Yxy62.40490.32530.2793
Hunter Lab78.996826.0131-11.0007
CIE-Lab83.128329.9753-15.6214

#fabced color RGB value is (250,188,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111100 11101101
Octal 372 274 355
Decimal 250 188 237
Hex FA BC ED

RGB Percentages of Color #fabced

%37.04
%27.85
%35.11

CMYK Percentages of Color #fabced

%0
%25
%5
%2

Triadic Colors of #fabced

#fabced #edfabc #bcedfa

Analogous Colors of #fabced

#fabced #fabcce #e8bcfa

Monochromatic Colors of #fabced

#fabced

Complementary Color

#fabced #bcfac9

#fabced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabced Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabced Color CSS Codes

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

#fabced Text Font Color

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

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


#fabced Background Color

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

This div background color is #fabced


#fabced Border Color

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

This div border color is #fabced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabced

Related Colors


Comments

No comments written yet.

Please login to write comment.