Color Hex Logo

#f6faed Color Hex

#F6FAED
(246,250,237)
0 Favorites   0 Comments

Color spaces of #f6faed

RGB 246250237
HSL0.220.570.95
HSV78°98°
CMYK 0.020.000.05   0.02
XYZ87.477794.078593.6692
Yxy94.07850.31780.3418
Hunter Lab96.9941-8.752810.6383
CIE-Lab97.6636-3.57115.7578

#f6faed color RGB value is (246,250,237).

#f6faed hex color red value is 246, green value is 250 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f6faed hue: 0.22 , saturation: 0.57 and the lightness value of f6faed is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11111010 11101101
Octal 366 372 355
Decimal 246 250 237
Hex F6 FA ED

RGB Percentages of Color #f6faed

%33.56
%34.11
%32.33

CMYK Percentages of Color #f6faed

%2
%0
%5
%2

Triadic Colors of #f6faed

#f6faed #edf6fa #faedf6

Analogous Colors of #f6faed

#f6faed #f0faed #faf8ed

Monochromatic Colors of #f6faed

#f6faed

Complementary Color

#f6faed #f1edfa

#f6faed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6faed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6faed Color CSS Codes

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

#f6faed Text Font Color

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

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


#f6faed Background Color

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

This div background color is #f6faed


#f6faed Border Color

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

This div border color is #f6faed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6faed

Related Colors


Comments

No comments written yet.

Please login to write comment.