Color Hex Logo

#f6affc Color Hex

#F6AFFC
(246,175,252)
0 Favorites   0 Comments

Color spaces of #f6affc

RGB 246175252
HSL0.820.930.84
HSV295°31°99°
CMYK 0.020.310.00   0.01
XYZ70.906757.281099.4146
Yxy57.28100.31150.2517
Hunter Lab75.684234.7849-24.9011
CIE-Lab80.337438.2272-27.9271

#f6affc color RGB value is (246,175,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10101111 11111100
Octal 366 257 374
Decimal 246 175 252
Hex F6 AF FC

RGB Percentages of Color #f6affc

%36.55
%26.00
%37.44

CMYK Percentages of Color #f6affc

%2
%31
%0
%1

Triadic Colors of #f6affc

#f6affc #fcf6af #affcf6

Analogous Colors of #f6affc

#f6affc #fcafdc #d0affc

Monochromatic Colors of #f6affc

#f6affc

Complementary Color

#f6affc #b5fcaf

#f6affc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6affc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6affc Color CSS Codes

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

#f6affc Text Font Color

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

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


#f6affc Background Color

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

This div background color is #f6affc


#f6affc Border Color

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

This div border color is #f6affc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6affc

Related Colors


Comments

No comments written yet.

Please login to write comment.