Color Hex Logo

#fabcef Color Hex

#FABCEF
(250,188,239)
0 Favorites   0 Comments

Color spaces of #fabcef

RGB 250188239
HSL0.860.860.86
HSV311°25°98°
CMYK 0.000.250.04   0.02
XYZ72.987562.522489.8825
Yxy62.52240.32380.2774
Hunter Lab79.071126.3921-12.0469
CIE-Lab83.190530.3227-16.5973

#fabcef color RGB value is (250,188,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111100 11101111
Octal 372 274 357
Decimal 250 188 239
Hex FA BC EF

RGB Percentages of Color #fabcef

%36.93
%27.77
%35.30

CMYK Percentages of Color #fabcef

%0
%25
%4
%2

Triadic Colors of #fabcef

#fabcef #effabc #bceffa

Analogous Colors of #fabcef

#fabcef #fabcd0 #e6bcfa

Monochromatic Colors of #fabcef

#fabcef

Complementary Color

#fabcef #bcfac7

#fabcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabcef Color CSS Codes

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

#fabcef Text Font Color

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

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


#fabcef Background Color

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

This div background color is #fabcef


#fabcef Border Color

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

This div border color is #fabcef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,188,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 #fabcef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabcef

Related Colors


Comments

No comments written yet.

Please login to write comment.