Color Hex Logo

#f8aaee Color Hex

#F8AAEE
(248,170,238)
0 Favorites   0 Comments

Color spaces of #f8aaee

RGB 248170238
HSL0.850.850.82
HSV308°31°97°
CMYK 0.000.310.04   0.03
XYZ68.518754.879087.8703
Yxy54.87900.32430.2598
Hunter Lab74.080435.4583-18.4705
CIE-Lab78.971538.9656-22.4607

#f8aaee color RGB value is (248,170,238).

#f8aaee hex color red value is 248, green value is 170 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f8aaee hue: 0.85 , saturation: 0.85 and the lightness value of f8aaee is 0.82.

The process color (four color CMYK) of #f8aaee color hex is 0.00, 0.31, 0.04, 0.03. Web safe color of #f8aaee is #ff99ff. Color #f8aaee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10101010 11101110
Octal 370 252 356
Decimal 248 170 238
Hex F8 AA EE

RGB Percentages of Color #f8aaee

%37.80
%25.91
%36.28

CMYK Percentages of Color #f8aaee

%0
%31
%4
%3

Triadic Colors of #f8aaee

#f8aaee #eef8aa #aaeef8

Analogous Colors of #f8aaee

#f8aaee #f8aac7 #dbaaf8

Monochromatic Colors of #f8aaee

#f8aaee

Complementary Color

#f8aaee #aaf8b4

#f8aaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8aaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8aaee Color CSS Codes

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

#f8aaee Text Font Color

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

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


#f8aaee Background Color

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

This div background color is #f8aaee


#f8aaee Border Color

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

This div border color is #f8aaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8aaee

Related Colors


Comments

No comments written yet.

Please login to write comment.