Color Hex Logo

#faeffb Color Hex

#FAEFFB
(250,239,251)
0 Favorites   0 Comments

Color spaces of #faeffb

RGB 250239251
HSL0.820.600.96
HSV295°98°
CMYK 0.000.050.00   0.02
XYZ87.703489.0220103.8273
Yxy89.02200.31260.3173
Hunter Lab94.35150.80770.8015
CIE-Lab95.58965.7865-4.4594

#faeffb color RGB value is (250,239,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101111 11111011
Octal 372 357 373
Decimal 250 239 251
Hex FA EF FB

RGB Percentages of Color #faeffb

%33.78
%32.30
%33.92

CMYK Percentages of Color #faeffb

%0
%5
%0
%2

Triadic Colors of #faeffb

#faeffb #fbfaef #effbfa

Analogous Colors of #faeffb

#faeffb #fbeff6 #f4effb

Monochromatic Colors of #faeffb

#faeffb

Complementary Color

#faeffb #f0fbef

#faeffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeffb Color CSS Codes

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

#faeffb Text Font Color

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

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


#faeffb Background Color

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

This div background color is #faeffb


#faeffb Border Color

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

This div border color is #faeffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeffb

Related Colors


Comments

No comments written yet.

Please login to write comment.