Color Hex Logo

#fabceb Color Hex

#FABCEB
(250,188,235)
0 Favorites   0 Comments

Color spaces of #fabceb

RGB 250188235
HSL0.870.860.86
HSV315°25°98°
CMYK 0.000.250.06   0.02
XYZ72.403062.288686.8041
Yxy62.28860.32690.2812
Hunter Lab78.923125.6380-9.9643
CIE-Lab83.066729.6308-14.6439

#fabceb color RGB value is (250,188,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111100 11101011
Octal 372 274 353
Decimal 250 188 235
Hex FA BC EB

RGB Percentages of Color #fabceb

%37.15
%27.93
%34.92

CMYK Percentages of Color #fabceb

%0
%25
%6
%2

Triadic Colors of #fabceb

#fabceb #ebfabc #bcebfa

Analogous Colors of #fabceb

#fabceb #fabccc #eabcfa

Monochromatic Colors of #fabceb

#fabceb

Complementary Color

#fabceb #bcfacb

#fabceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabceb Color CSS Codes

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

#fabceb Text Font Color

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

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


#fabceb Background Color

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

This div background color is #fabceb


#fabceb Border Color

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

This div border color is #fabceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabceb

Related Colors


Comments

No comments written yet.

Please login to write comment.