Color Hex Logo

#fab6ce Color Hex

#FAB6CE
(250,182,206)
0 Favorites   0 Comments

Color spaces of #fab6ce

RGB 250182206
HSL0.940.870.85
HSV339°27°98°
CMYK 0.000.270.18   0.02
XYZ67.292958.236166.0865
Yxy58.23610.35120.3039
Hunter Lab76.312623.85542.0738
CIE-Lab80.869928.0934-2.3183

#fab6ce color RGB value is (250,182,206).

#fab6ce hex color red value is 250, green value is 182 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fab6ce hue: 0.94 , saturation: 0.87 and the lightness value of fab6ce is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110110 11001110
Octal 372 266 316
Decimal 250 182 206
Hex FA B6 CE

RGB Percentages of Color #fab6ce

%39.18
%28.53
%32.29

CMYK Percentages of Color #fab6ce

%0
%27
%18
%2

Triadic Colors of #fab6ce

#fab6ce #cefab6 #b6cefa

Analogous Colors of #fab6ce

#fab6ce #fac0b6 #fab6f0

Monochromatic Colors of #fab6ce

#fab6ce

Complementary Color

#fab6ce #b6fae2

#fab6ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab6ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab6ce Color CSS Codes

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

#fab6ce Text Font Color

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

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


#fab6ce Background Color

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

This div background color is #fab6ce


#fab6ce Border Color

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

This div border color is #fab6ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab6ce


Comments

No comments written yet.

Please login to write comment.