Color Hex Logo

#fabcce Color Hex

#FABCCE
(250,188,206)
0 Favorites   0 Comments

Color spaces of #fabcce

RGB 250188206
HSL0.950.860.86
HSV343°25°98°
CMYK 0.000.250.18   0.02
XYZ68.548160.746766.5049
Yxy60.74670.35010.3102
Hunter Lab77.940220.59483.9671
CIE-Lab82.242424.9312-0.3085

#fabcce color RGB value is (250,188,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111100 11001110
Octal 372 274 316
Decimal 250 188 206
Hex FA BC CE

RGB Percentages of Color #fabcce

%38.82
%29.19
%31.99

CMYK Percentages of Color #fabcce

%0
%25
%18
%2

Triadic Colors of #fabcce

#fabcce #cefabc #bccefa

Analogous Colors of #fabcce

#fabcce #fac9bc #fabced

Monochromatic Colors of #fabcce

#fabcce

Complementary Color

#fabcce #bcfae8

#fabcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabcce Color CSS Codes

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

#fabcce Text Font Color

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

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


#fabcce Background Color

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

This div background color is #fabcce


#fabcce Border Color

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

This div border color is #fabcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabcce

Related Colors


Comments

No comments written yet.

Please login to write comment.