Color Hex Logo

#f2a6ee Color Hex

#F2A6EE
(242,166,238)
0 Favorites   0 Comments

Color spaces of #f2a6ee

RGB 242166238
HSL0.840.750.80
HSV303°31°95°
CMYK 0.000.310.02   0.05
XYZ65.686852.322787.5261
Yxy52.32270.31960.2546
Hunter Lab72.334435.5104-21.1080
CIE-Lab77.473439.1595-24.8002

#f2a6ee color RGB value is (242,166,238).

#f2a6ee hex color red value is 242, green value is 166 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f2a6ee hue: 0.84 , saturation: 0.75 and the lightness value of f2a6ee is 0.80.

The process color (four color CMYK) of #f2a6ee color hex is 0.00, 0.31, 0.02, 0.05. Web safe color of #f2a6ee is #ff99ff. Color #f2a6ee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10100110 11101110
Octal 362 246 356
Decimal 242 166 238
Hex F2 A6 EE

RGB Percentages of Color #f2a6ee

%37.46
%25.70
%36.84

CMYK Percentages of Color #f2a6ee

%0
%31
%2
%5

Triadic Colors of #f2a6ee

#f2a6ee #eef2a6 #a6eef2

Analogous Colors of #f2a6ee

#f2a6ee #f2a6c8 #d0a6f2

Monochromatic Colors of #f2a6ee

#f2a6ee

Complementary Color

#f2a6ee #a6f2aa

#f2a6ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2a6ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2a6ee Color CSS Codes

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

#f2a6ee Text Font Color

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

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


#f2a6ee Background Color

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

This div background color is #f2a6ee


#f2a6ee Border Color

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

This div border color is #f2a6ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2a6ee


Comments

No comments written yet.

Please login to write comment.