Color Hex Logo

#faebfc Color Hex

#FAEBFC
(250,235,252)
0 Favorites   0 Comments

Color spaces of #faebfc

RGB 250235252
HSL0.810.740.95
HSV293°99°
CMYK 0.010.070.00   0.01
XYZ86.703486.7689104.2738
Yxy86.76890.31220.3124
Hunter Lab93.14983.1347-1.1655
CIE-Lab94.64018.0219-6.3783

#faebfc color RGB value is (250,235,252).

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

The process color (four color CMYK) of #faebfc color hex is 0.01, 0.07, 0.00, 0.01. Web safe color of #faebfc is #ffffff. Color #faebfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101011 11111100
Octal 372 353 374
Decimal 250 235 252
Hex FA EB FC

RGB Percentages of Color #faebfc

%33.92
%31.89
%34.19

CMYK Percentages of Color #faebfc

%1
%7
%0
%1

Triadic Colors of #faebfc

#faebfc #fcfaeb #ebfcfa

Analogous Colors of #faebfc

#faebfc #fcebf6 #f2ebfc

Monochromatic Colors of #faebfc

#faebfc

Complementary Color

#faebfc #edfceb

#faebfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faebfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#faebfc Color CSS Codes

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

#faebfc Text Font Color

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

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


#faebfc Background Color

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

This div background color is #faebfc


#faebfc Border Color

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

This div border color is #faebfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faebfc

#faebfc Color Palettes


Comments

No comments written yet.

Please login to write comment.