Color Hex Logo

#fd98aa Color Hex

#FD98AA
(253,152,170)
0 Favorites   0 Comments

Color spaces of #fd98aa

RGB 253152170
HSL0.970.960.79
HSV349°40°99°
CMYK 0.000.400.33   0.01
XYZ58.991946.241443.8465
Yxy46.24140.39570.3102
Hunter Lab68.001035.84969.3710
CIE-Lab73.701939.85616.9671

#fd98aa color RGB value is (253,152,170).

#fd98aa hex color red value is 253, green value is 152 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fd98aa hue: 0.97 , saturation: 0.96 and the lightness value of fd98aa is 0.79.

The process color (four color CMYK) of #fd98aa color hex is 0.00, 0.40, 0.33, 0.01. Web safe color of #fd98aa is #ff9999. Color #fd98aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011000 10101010
Octal 375 230 252
Decimal 253 152 170
Hex FD 98 AA

RGB Percentages of Color #fd98aa

%44.00
%26.43
%29.57

CMYK Percentages of Color #fd98aa

%0
%40
%33
%1

Triadic Colors of #fd98aa

#fd98aa #aafd98 #98aafd

Analogous Colors of #fd98aa

#fd98aa #fdb998 #fd98dd

Monochromatic Colors of #fd98aa

#fd98aa

Complementary Color

#fd98aa #98fdeb

#fd98aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd98aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd98aa Color CSS Codes

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

#fd98aa Text Font Color

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

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


#fd98aa Background Color

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

This div background color is #fd98aa


#fd98aa Border Color

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

This div border color is #fd98aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd98aa

Related Colors


Comments

No comments written yet.

Please login to write comment.