Color Hex Logo

#ffa6fa Color Hex

#FFA6FA
(255,166,250)
1 Favorites   0 Comments

Color spaces of #ffa6fa

RGB 255166250
HSL0.841.000.83
HSV303°35°100°
CMYK 0.000.350.02   0.00
XYZ72.131555.434697.3407
Yxy55.43460.32070.2465
Hunter Lab74.454442.6357-25.3969
CIE-Lab79.290945.3339-28.3726

#ffa6fa color RGB value is (255,166,250).

#ffa6fa hex color red value is 255, green value is 166 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ffa6fa hue: 0.84 , saturation: 1.00 and the lightness value of ffa6fa is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100110 11111010
Octal 377 246 372
Decimal 255 166 250
Hex FF A6 FA

RGB Percentages of Color #ffa6fa

%38.00
%24.74
%37.26

CMYK Percentages of Color #ffa6fa

%0
%35
%2
%0

Triadic Colors of #ffa6fa

#ffa6fa #faffa6 #a6faff

Analogous Colors of #ffa6fa

#ffa6fa #ffa6ce #d8a6ff

Monochromatic Colors of #ffa6fa

#ffa6fa

Complementary Color

#ffa6fa #a6ffab

#ffa6fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa6fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa6fa Color CSS Codes

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

#ffa6fa Text Font Color

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

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


#ffa6fa Background Color

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

This div background color is #ffa6fa


#ffa6fa Border Color

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

This div border color is #ffa6fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,166,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa6fa

Related Colors


Comments

No comments written yet.

Please login to write comment.