Color Hex Logo

#fab7ce Color Hex

#FAB7CE
(250,183,206)
0 Favorites   0 Comments

Color spaces of #fab7ce

RGB 250183206
HSL0.940.870.85
HSV339°27°98°
CMYK 0.000.270.18   0.02
XYZ67.498458.647266.1550
Yxy58.64720.35100.3050
Hunter Lab76.581523.31122.3893
CIE-Lab81.097327.5664-1.9847

#fab7ce color RGB value is (250,183,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110111 11001110
Octal 372 267 316
Decimal 250 183 206
Hex FA B7 CE

RGB Percentages of Color #fab7ce

%39.12
%28.64
%32.24

CMYK Percentages of Color #fab7ce

%0
%27
%18
%2

Triadic Colors of #fab7ce

#fab7ce #cefab7 #b7cefa

Analogous Colors of #fab7ce

#fab7ce #fac2b7 #fab7f0

Monochromatic Colors of #fab7ce

#fab7ce

Complementary Color

#fab7ce #b7fae3

#fab7ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab7ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab7ce Color CSS Codes

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

#fab7ce Text Font Color

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

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


#fab7ce Background Color

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

This div background color is #fab7ce


#fab7ce Border Color

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

This div border color is #fab7ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab7ce


Comments

No comments written yet.

Please login to write comment.