Color Hex Logo

#fafeee Color Hex

#FAFEEE
(250,254,238)
0 Favorites   0 Comments

Color spaces of #fafeee

RGB 250254238
HSL0.210.890.96
HSV75°100°
CMYK 0.020.000.06   0.00
XYZ90.298897.380794.9260
Yxy97.38070.31950.3446
Hunter Lab98.6817-9.356212.0436
CIE-Lab98.9782-4.06457.1775

#fafeee color RGB value is (250,254,238).

#fafeee hex color red value is 250, green value is 254 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #fafeee hue: 0.21 , saturation: 0.89 and the lightness value of fafeee is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111110 11101110
Octal 372 376 356
Decimal 250 254 238
Hex FA FE EE

RGB Percentages of Color #fafeee

%33.69
%34.23
%32.08

CMYK Percentages of Color #fafeee

%2
%0
%6
%0

Triadic Colors of #fafeee

#fafeee #eefafe #feeefa

Analogous Colors of #fafeee

#fafeee #f2feee #fefaee

Monochromatic Colors of #fafeee

#fafeee

Complementary Color

#fafeee #f2eefe

#fafeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafeee Color CSS Codes

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

#fafeee Text Font Color

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

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


#fafeee Background Color

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

This div background color is #fafeee


#fafeee Border Color

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

This div border color is #fafeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafeee

Related Colors


Comments

No comments written yet.

Please login to write comment.