Color Hex Logo

#f9abf2 Color Hex

#F9ABF2
(249,171,242)
0 Favorites   0 Comments

Color spaces of #f9abf2

RGB 249171242
HSL0.850.870.82
HSV305°31°98°
CMYK 0.000.310.03   0.02
XYZ69.656855.676491.0797
Yxy55.67640.32190.2573
Hunter Lab74.616636.0559-20.1398
CIE-Lab79.429339.4611-23.9114

#f9abf2 color RGB value is (249,171,242).

#f9abf2 hex color red value is 249, green value is 171 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #f9abf2 hue: 0.85 , saturation: 0.87 and the lightness value of f9abf2 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10101011 11110010
Octal 371 253 362
Decimal 249 171 242
Hex F9 AB F2

RGB Percentages of Color #f9abf2

%37.61
%25.83
%36.56

CMYK Percentages of Color #f9abf2

%0
%31
%3
%2

Triadic Colors of #f9abf2

#f9abf2 #f2f9ab #abf2f9

Analogous Colors of #f9abf2

#f9abf2 #f9abcb #d9abf9

Monochromatic Colors of #f9abf2

#f9abf2

Complementary Color

#f9abf2 #abf9b2

#f9abf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9abf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9abf2 Color CSS Codes

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

#f9abf2 Text Font Color

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

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


#f9abf2 Background Color

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

This div background color is #f9abf2


#f9abf2 Border Color

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

This div border color is #f9abf2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9abf2


Comments

No comments written yet.

Please login to write comment.