Color Hex Logo

#fd99df Color Hex

#FD99DF
(253,153,223)
0 Favorites   0 Comments

Color spaces of #fd99df

RGB 253153223
HSL0.880.960.80
HSV318°40°99°
CMYK 0.000.400.12   0.01
XYZ65.218548.992875.8312
Yxy48.99280.34320.2578
Hunter Lab69.994943.8284-15.2373
CIE-Lab75.446846.8416-19.6128

#fd99df color RGB value is (253,153,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011001 11011111
Octal 375 231 337
Decimal 253 153 223
Hex FD 99 DF

RGB Percentages of Color #fd99df

%40.22
%24.32
%35.45

CMYK Percentages of Color #fd99df

%0
%40
%12
%1

Triadic Colors of #fd99df

#fd99df #dffd99 #99dffd

Analogous Colors of #fd99df

#fd99df #fd99ad #e999fd

Monochromatic Colors of #fd99df

#fd99df

Complementary Color

#fd99df #99fdb7

#fd99df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd99df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd99df Color CSS Codes

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

#fd99df Text Font Color

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

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


#fd99df Background Color

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

This div background color is #fd99df


#fd99df Border Color

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

This div border color is #fd99df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd99df


Comments

No comments written yet.

Please login to write comment.