Color Hex Logo

#faebf3 Color Hex

#FAEBF3
(250,235,243)
0 Favorites   0 Comments

Color spaces of #faebf3

RGB 250235243
HSL0.910.600.95
HSV328°98°
CMYK 0.000.060.03   0.02
XYZ85.310386.211796.9382
Yxy86.21170.31780.3211
Hunter Lab92.85031.51693.0948
CIE-Lab94.40286.4338-2.0518

#faebf3 color RGB value is (250,235,243).

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

The process color (four color CMYK) of #faebf3 color hex is 0.00, 0.06, 0.03, 0.02. Web safe color of #faebf3 is #ffffff. Color #faebf3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101011 11110011
Octal 372 353 363
Decimal 250 235 243
Hex FA EB F3

RGB Percentages of Color #faebf3

%34.34
%32.28
%33.38

CMYK Percentages of Color #faebf3

%0
%6
%3
%2

Triadic Colors of #faebf3

#faebf3 #f3faeb #ebf3fa

Analogous Colors of #faebf3

#faebf3 #faebec #faebfa

Monochromatic Colors of #faebf3

#faebf3

Complementary Color

#faebf3 #ebfaf2

#faebf3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faebf3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faebf3 Color CSS Codes

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

#faebf3 Text Font Color

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

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


#faebf3 Background Color

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

This div background color is #faebf3


#faebf3 Border Color

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

This div border color is #faebf3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faebf3

#faebf3 Color Palettes


Comments

No comments written yet.

Please login to write comment.