Color Hex Logo

#fd499b Color Hex

#FD499B
(253,73,155)
0 Favorites   0 Comments

Color spaces of #fd499b

RGB 25373155
HSL0.920.980.64
HSV333°71°99°
CMYK 0.000.710.39   0.01
XYZ48.807028.014333.8452
Yxy28.01430.44100.2531
Hunter Lab52.928571.9753-0.8631
CIE-Lab59.901773.2289-4.6152

#fd499b color RGB value is (253,73,155).

#fd499b hex color red value is 253, green value is 73 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #fd499b hue: 0.92 , saturation: 0.98 and the lightness value of fd499b is 0.64.

The process color (four color CMYK) of #fd499b color hex is 0.00, 0.71, 0.39, 0.01. Web safe color of #fd499b is #ff3399. Color #fd499b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01001001 10011011
Octal 375 111 233
Decimal 253 73 155
Hex FD 49 9B

RGB Percentages of Color #fd499b

%52.60
%15.18
%32.22

CMYK Percentages of Color #fd499b

%0
%71
%39
%1

Triadic Colors of #fd499b

#fd499b #9bfd49 #499bfd

Analogous Colors of #fd499b

#fd499b #fd5149 #fd49f5

Monochromatic Colors of #fd499b

#fd499b

Complementary Color

#fd499b #49fdab

#fd499b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd499b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd499b Color CSS Codes

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

#fd499b Text Font Color

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

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


#fd499b Background Color

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

This div background color is #fd499b


#fd499b Border Color

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

This div border color is #fd499b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,73,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fd499b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fd499b;
  -webkit-box-shadow: 1px 1px 3px 2px #fd499b;
  box-shadow:         1px 1px 3px 2px #fd499b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,73,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd499b

Related Colors


Comments

No comments written yet.

Please login to write comment.