Color Hex Logo

#fae4fb Color Hex

#FAE4FB
(250,228,251)
0 Favorites   0 Comments

Color spaces of #fae4fb

RGB 250228251
HSL0.830.740.94
HSV297°98°
CMYK 0.000.090.00   0.02
XYZ84.580382.7758102.7863
Yxy82.77580.31310.3064
Hunter Lab90.98126.7247-3.2962
CIE-Lab92.916211.4619-8.4087

#fae4fb color RGB value is (250,228,251).

#fae4fb hex color red value is 250, green value is 228 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fae4fb hue: 0.83 , saturation: 0.74 and the lightness value of fae4fb is 0.94.

The process color (four color CMYK) of #fae4fb color hex is 0.00, 0.09, 0.00, 0.02. Web safe color of #fae4fb is #ffccff. Color #fae4fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100100 11111011
Octal 372 344 373
Decimal 250 228 251
Hex FA E4 FB

RGB Percentages of Color #fae4fb

%34.29
%31.28
%34.43

CMYK Percentages of Color #fae4fb

%0
%9
%0
%2

Triadic Colors of #fae4fb

#fae4fb #fbfae4 #e4fbfa

Analogous Colors of #fae4fb

#fae4fb #fbe4f1 #efe4fb

Monochromatic Colors of #fae4fb

#fae4fb

Complementary Color

#fae4fb #e5fbe4

#fae4fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae4fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae4fb Color CSS Codes

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

#fae4fb Text Font Color

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

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


#fae4fb Background Color

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

This div background color is #fae4fb


#fae4fb Border Color

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

This div border color is #fae4fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,228,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 #fae4fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae4fb

Related Colors


Comments

No comments written yet.

Please login to write comment.