Color Hex Logo

#f6eaea Color Hex

#F6EAEA
(246,234,234)
0 Favorites   0 Comments

Color spaces of #f6eaea

RGB 246234234
HSL0.000.400.94
HSV96°
CMYK 0.000.050.05   0.04
XYZ82.280184.379089.7920
Yxy84.37900.32080.3290
Hunter Lab91.8580-0.86366.3442
CIE-Lab93.61494.05061.4388

#f6eaea color RGB value is (246,234,234).

#f6eaea hex color red value is 246, green value is 234 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f6eaea hue: 0.00 , saturation: 0.40 and the lightness value of f6eaea is 0.94.

The process color (four color CMYK) of #f6eaea color hex is 0.00, 0.05, 0.05, 0.04. Web safe color of #f6eaea is #ffffff. Color #f6eaea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 11101010 11101010
Octal 366 352 352
Decimal 246 234 234
Hex F6 EA EA

RGB Percentages of Color #f6eaea

%34.45
%32.77
%32.77

CMYK Percentages of Color #f6eaea

%0
%5
%5
%4

Triadic Colors of #f6eaea

#f6eaea #eaf6ea #eaeaf6

Analogous Colors of #f6eaea

#f6eaea #f6f0ea #f6eaf0

Monochromatic Colors of #f6eaea

#f6eaea

Complementary Color

#f6eaea #eaf6f6

#f6eaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6eaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6eaea Color CSS Codes

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

#f6eaea Text Font Color

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

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


#f6eaea Background Color

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

This div background color is #f6eaea


#f6eaea Border Color

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

This div border color is #f6eaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6eaea

Related Colors


Comments

No comments written yet.

Please login to write comment.