Color Hex Logo

#fafee6 Color Hex

#FAFEE6
(250,254,230)
0 Favorites   0 Comments

Color spaces of #fafee6

RGB 250254230
HSL0.190.920.95
HSV70°100°
CMYK 0.020.000.09   0.00
XYZ89.149196.920888.8718
Yxy96.92080.32420.3525
Hunter Lab98.4484-10.645415.3913
CIE-Lab98.7969-5.378111.0163

#fafee6 color RGB value is (250,254,230).

#fafee6 hex color red value is 250, green value is 254 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #fafee6 hue: 0.19 , saturation: 0.92 and the lightness value of fafee6 is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111110 11100110
Octal 372 376 346
Decimal 250 254 230
Hex FA FE E6

RGB Percentages of Color #fafee6

%34.06
%34.60
%31.34

CMYK Percentages of Color #fafee6

%2
%0
%9
%0

Triadic Colors of #fafee6

#fafee6 #e6fafe #fee6fa

Analogous Colors of #fafee6

#fafee6 #eefee6 #fef6e6

Monochromatic Colors of #fafee6

#fafee6

Complementary Color

#fafee6 #eae6fe

#fafee6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafee6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafee6 Color CSS Codes

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

#fafee6 Text Font Color

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

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


#fafee6 Background Color

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

This div background color is #fafee6


#fafee6 Border Color

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

This div border color is #fafee6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafee6

Related Colors


Comments

No comments written yet.

Please login to write comment.