Color Hex Logo

#faebfd Color Hex

#FAEBFD
(250,235,253)
0 Favorites   0 Comments

Color spaces of #faebfd

RGB 250235253
HSL0.810.820.96
HSV290°99°
CMYK 0.010.070.00   0.01
XYZ86.862386.8325105.1107
Yxy86.83250.31160.3114
Hunter Lab93.18403.3185-1.6498
CIE-Lab94.66728.2015-6.8577

#faebfd color RGB value is (250,235,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101011 11111101
Octal 372 353 375
Decimal 250 235 253
Hex FA EB FD

RGB Percentages of Color #faebfd

%33.88
%31.84
%34.28

CMYK Percentages of Color #faebfd

%1
%7
%0
%1

Triadic Colors of #faebfd

#faebfd #fdfaeb #ebfdfa

Analogous Colors of #faebfd

#faebfd #fdebf7 #f1ebfd

Monochromatic Colors of #faebfd

#faebfd

Complementary Color

#faebfd #eefdeb

#faebfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faebfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#faebfd Color CSS Codes

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

#faebfd Text Font Color

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

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


#faebfd Background Color

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

This div background color is #faebfd


#faebfd Border Color

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

This div border color is #faebfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faebfd


Comments

No comments written yet.

Please login to write comment.