Color Hex Logo

#f6abd5 Color Hex

#F6ABD5
(246,171,213)
0 Favorites   0 Comments

Color spaces of #f6abd5

RGB 246171213
HSL0.910.810.82
HSV326°30°96°
CMYK 0.000.300.13   0.04
XYZ64.579253.522769.8780
Yxy53.52270.34350.2847
Hunter Lab73.159229.5372-5.4194
CIE-Lab78.182633.6038-10.1299

#f6abd5 color RGB value is (246,171,213).

#f6abd5 hex color red value is 246, green value is 171 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #f6abd5 hue: 0.91 , saturation: 0.81 and the lightness value of f6abd5 is 0.82.

The process color (four color CMYK) of #f6abd5 color hex is 0.00, 0.30, 0.13, 0.04. Web safe color of #f6abd5 is #ff99cc. Color #f6abd5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10101011 11010101
Octal 366 253 325
Decimal 246 171 213
Hex F6 AB D5

RGB Percentages of Color #f6abd5

%39.05
%27.14
%33.81

CMYK Percentages of Color #f6abd5

%0
%30
%13
%4

Triadic Colors of #f6abd5

#f6abd5 #d5f6ab #abd5f6

Analogous Colors of #f6abd5

#f6abd5 #f6abb0 #f2abf6

Monochromatic Colors of #f6abd5

#f6abd5

Complementary Color

#f6abd5 #abf6cc

#f6abd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6abd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6abd5 Color CSS Codes

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

#f6abd5 Text Font Color

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

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


#f6abd5 Background Color

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

This div background color is #f6abd5


#f6abd5 Border Color

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

This div border color is #f6abd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6abd5

#f6abd5 Color Palettes


Comments

No comments written yet.

Please login to write comment.