Color Hex Logo

#fd98de Color Hex

#FD98DE
(253,152,222)
0 Favorites   0 Comments

Color spaces of #fd98de

RGB 253152222
HSL0.880.960.79
HSV318°40°99°
CMYK 0.000.400.12   0.01
XYZ64.921148.613075.0688
Yxy48.61300.34420.2578
Hunter Lab69.723044.1912-15.0297
CIE-Lab75.209947.1914-19.4252

#fd98de color RGB value is (253,152,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011000 11011110
Octal 375 230 336
Decimal 253 152 222
Hex FD 98 DE

RGB Percentages of Color #fd98de

%40.35
%24.24
%35.41

CMYK Percentages of Color #fd98de

%0
%40
%12
%1

Triadic Colors of #fd98de

#fd98de #defd98 #98defd

Analogous Colors of #fd98de

#fd98de #fd98ac #ea98fd

Monochromatic Colors of #fd98de

#fd98de

Complementary Color

#fd98de #98fdb7

#fd98de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd98de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd98de Color CSS Codes

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

#fd98de Text Font Color

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

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


#fd98de Background Color

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

This div background color is #fd98de


#fd98de Border Color

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

This div border color is #fd98de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd98de

Related Colors


Comments

No comments written yet.

Please login to write comment.