Color Hex Logo

#f6affe Color Hex

#F6AFFE
(246,175,254)
0 Favorites   0 Comments

Color spaces of #f6affe

RGB 246175254
HSL0.820.980.84
HSV294°31°100°
CMYK 0.030.310.00   0.00
XYZ71.225457.4085101.0929
Yxy57.40850.31000.2499
Hunter Lab75.768435.2026-26.0690
CIE-Lab80.408838.5978-28.8897

#f6affe color RGB value is (246,175,254).

#f6affe hex color red value is 246, green value is 175 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f6affe hue: 0.82 , saturation: 0.98 and the lightness value of f6affe is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10101111 11111110
Octal 366 257 376
Decimal 246 175 254
Hex F6 AF FE

RGB Percentages of Color #f6affe

%36.44
%25.93
%37.63

CMYK Percentages of Color #f6affe

%3
%31
%0
%0

Triadic Colors of #f6affe

#f6affe #fef6af #affef6

Analogous Colors of #f6affe

#f6affe #feafdf #cfaffe

Monochromatic Colors of #f6affe

#f6affe

Complementary Color

#f6affe #b7feaf

#f6affe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6affe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6affe Color CSS Codes

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

#f6affe Text Font Color

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

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


#f6affe Background Color

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

This div background color is #f6affe


#f6affe Border Color

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

This div border color is #f6affe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6affe


Comments

No comments written yet.

Please login to write comment.