Color Hex Logo

#fd98da Color Hex

#FD98DA
(253,152,218)
0 Favorites   0 Comments

Color spaces of #fd98da

RGB 253152218
HSL0.890.960.79
HSV321°40°99°
CMYK 0.000.400.14   0.01
XYZ64.391148.401172.2782
Yxy48.40110.34790.2615
Hunter Lab69.570943.4610-12.8976
CIE-Lab75.077246.5619-17.4370

#fd98da color RGB value is (253,152,218).

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

The process color (four color CMYK) of #fd98da color hex is 0.00, 0.40, 0.14, 0.01. Web safe color of #fd98da is #ff99cc. Color #fd98da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011000 11011010
Octal 375 230 332
Decimal 253 152 218
Hex FD 98 DA

RGB Percentages of Color #fd98da

%40.61
%24.40
%34.99

CMYK Percentages of Color #fd98da

%0
%40
%14
%1

Triadic Colors of #fd98da

#fd98da #dafd98 #98dafd

Analogous Colors of #fd98da

#fd98da #fd98a8 #ee98fd

Monochromatic Colors of #fd98da

#fd98da

Complementary Color

#fd98da #98fdbb

#fd98da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd98da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd98da Color CSS Codes

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

#fd98da Text Font Color

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

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


#fd98da Background Color

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

This div background color is #fd98da


#fd98da Border Color

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

This div border color is #fd98da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,152,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 #fd98da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd98da

Related Colors

#fd98da Color Palettes


Comments

No comments written yet.

Please login to write comment.