Color Hex Logo

#f9a5da Color Hex

#F9A5DA
(249,165,218)
0 Favorites   0 Comments

Color spaces of #f9a5da

RGB 249165218
HSL0.890.880.81
HSV322°34°98°
CMYK 0.000.340.12   0.02
XYZ65.176952.112072.9531
Yxy52.11200.34260.2739
Hunter Lab72.188634.8320-9.3858
CIE-Lab77.347838.5542-14.0636

#f9a5da color RGB value is (249,165,218).

#f9a5da hex color red value is 249, green value is 165 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f9a5da hue: 0.89 , saturation: 0.88 and the lightness value of f9a5da is 0.81.

The process color (four color CMYK) of #f9a5da color hex is 0.00, 0.34, 0.12, 0.02. Web safe color of #f9a5da is #ff99cc. Color #f9a5da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10100101 11011010
Octal 371 245 332
Decimal 249 165 218
Hex F9 A5 DA

RGB Percentages of Color #f9a5da

%39.40
%26.11
%34.49

CMYK Percentages of Color #f9a5da

%0
%34
%12
%2

Triadic Colors of #f9a5da

#f9a5da #daf9a5 #a5daf9

Analogous Colors of #f9a5da

#f9a5da #f9a5b0 #eea5f9

Monochromatic Colors of #f9a5da

#f9a5da

Complementary Color

#f9a5da #a5f9c4

#f9a5da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9a5da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9a5da Color CSS Codes

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

#f9a5da Text Font Color

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

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


#f9a5da Background Color

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

This div background color is #f9a5da


#f9a5da Border Color

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

This div border color is #f9a5da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9a5da


Comments

No comments written yet.

Please login to write comment.