Color Hex Logo

#faebcf Color Hex

#FAEBCF
(250,235,207)
0 Favorites   0 Comments

Color spaces of #faebcf

RGB 250235207
HSL0.110.810.90
HSV39°17°98°
CMYK 0.000.060.17   0.02
XYZ80.395284.245671.0552
Yxy84.24560.34110.3574
Hunter Lab91.7854-4.275618.3507
CIE-Lab93.55710.632715.4145

#faebcf color RGB value is (250,235,207).

#faebcf hex color red value is 250, green value is 235 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #faebcf hue: 0.11 , saturation: 0.81 and the lightness value of faebcf is 0.90.

The process color (four color CMYK) of #faebcf color hex is 0.00, 0.06, 0.17, 0.02. Web safe color of #faebcf is #ffffcc. Color #faebcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101011 11001111
Octal 372 353 317
Decimal 250 235 207
Hex FA EB CF

RGB Percentages of Color #faebcf

%36.13
%33.96
%29.91

CMYK Percentages of Color #faebcf

%0
%6
%17
%2

Triadic Colors of #faebcf

#faebcf #cffaeb #ebcffa

Analogous Colors of #faebcf

#faebcf #f4facf #fad6cf

Monochromatic Colors of #faebcf

#faebcf

Complementary Color

#faebcf #cfdefa

#faebcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faebcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#faebcf Color CSS Codes

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

#faebcf Text Font Color

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

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


#faebcf Background Color

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

This div background color is #faebcf


#faebcf Border Color

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

This div border color is #faebcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faebcf

#faebcf Color Palettes


Comments

No comments written yet.

Please login to write comment.