Color Hex Logo

#faefbc Color Hex

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

Color spaces of #faefbc

RGB 250239188
HSL0.140.860.86
HSV49°25°98°
CMYK 0.000.040.25   0.02
XYZ79.367985.687859.9332
Yxy85.68780.35280.3809
Hunter Lab92.5677-8.946926.4099
CIE-Lab94.1787-4.069526.0557

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

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

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

Base Numbers

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

RGB Percentages of Color #faefbc

%36.93
%35.30
%27.77

CMYK Percentages of Color #faefbc

%0
%4
%25
%2

Triadic Colors of #faefbc

#faefbc #bcfaef #efbcfa

Analogous Colors of #faefbc

#faefbc #e6fabc #fad0bc

Monochromatic Colors of #faefbc

#faefbc

Complementary Color

#faefbc #bcc7fa

#faefbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faefbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#faefbc Color CSS Codes

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

#faefbc Text Font Color

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

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


#faefbc Background Color

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

This div background color is #faefbc


#faefbc Border Color

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

This div border color is #faefbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faefbc


Comments

No comments written yet.

Please login to write comment.