Color Hex Logo

#fae9fb Color Hex

#FAE9FB
(250,233,251)
0 Favorites   0 Comments

Color spaces of #fae9fb

RGB 250233251
HSL0.820.690.95
HSV297°98°
CMYK 0.000.070.00   0.02
XYZ85.975885.5669103.2514
Yxy85.56690.31290.3114
Hunter Lab92.50244.0266-1.4280
CIE-Lab94.12698.8740-6.6168

#fae9fb color RGB value is (250,233,251).

#fae9fb hex color red value is 250, green value is 233 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fae9fb hue: 0.82 , saturation: 0.69 and the lightness value of fae9fb is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101001 11111011
Octal 372 351 373
Decimal 250 233 251
Hex FA E9 FB

RGB Percentages of Color #fae9fb

%34.06
%31.74
%34.20

CMYK Percentages of Color #fae9fb

%0
%7
%0
%2

Triadic Colors of #fae9fb

#fae9fb #fbfae9 #e9fbfa

Analogous Colors of #fae9fb

#fae9fb #fbe9f3 #f1e9fb

Monochromatic Colors of #fae9fb

#fae9fb

Complementary Color

#fae9fb #eafbe9

#fae9fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae9fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae9fb Color CSS Codes

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

#fae9fb Text Font Color

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

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


#fae9fb Background Color

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

This div background color is #fae9fb


#fae9fb Border Color

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

This div border color is #fae9fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae9fb

Related Colors


Comments

No comments written yet.

Please login to write comment.