Color Hex Logo

#f286aa Color Hex

#F286AA
(242,134,170)
0 Favorites   0 Comments

Color spaces of #f286aa

RGB 242134170
HSL0.940.810.74
HSV340°45°95°
CMYK 0.000.450.30   0.05
XYZ52.398738.829742.7634
Yxy38.82970.39110.2898
Hunter Lab62.313541.05002.9309
CIE-Lab68.627745.2066-0.5552

#f286aa color RGB value is (242,134,170).

#f286aa hex color red value is 242, green value is 134 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f286aa hue: 0.94 , saturation: 0.81 and the lightness value of f286aa is 0.74.

The process color (four color CMYK) of #f286aa color hex is 0.00, 0.45, 0.30, 0.05. Web safe color of #f286aa is #ff9999. Color #f286aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10000110 10101010
Octal 362 206 252
Decimal 242 134 170
Hex F2 86 AA

RGB Percentages of Color #f286aa

%44.32
%24.54
%31.14

CMYK Percentages of Color #f286aa

%0
%45
%30
%5

Triadic Colors of #f286aa

#f286aa #aaf286 #86aaf2

Analogous Colors of #f286aa

#f286aa #f29886 #f286e0

Monochromatic Colors of #f286aa

#f286aa

Complementary Color

#f286aa #86f2ce

#f286aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f286aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f286aa Color CSS Codes

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

#f286aa Text Font Color

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

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


#f286aa Background Color

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

This div background color is #f286aa


#f286aa Border Color

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

This div border color is #f286aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f286aa


Comments

No comments written yet.

Please login to write comment.