Color Hex Logo

#fd99cc Color Hex

#FD99CC
(253,153,204)
0 Favorites   0 Comments

Color spaces of #fd99cc

RGB 253153204
HSL0.920.960.80
HSV329°40°99°
CMYK 0.000.400.19   0.01
XYZ62.798348.024763.0866
Yxy48.02470.36110.2761
Hunter Lab69.299940.4788-5.4643
CIE-Lab74.840543.9311-10.1117

#fd99cc color RGB value is (253,153,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011001 11001100
Octal 375 231 314
Decimal 253 153 204
Hex FD 99 CC

RGB Percentages of Color #fd99cc

%41.48
%25.08
%33.44

CMYK Percentages of Color #fd99cc

%0
%40
%19
%1

Triadic Colors of #fd99cc

#fd99cc #ccfd99 #99ccfd

Analogous Colors of #fd99cc

#fd99cc #fd999a #fc99fd

Monochromatic Colors of #fd99cc

#fd99cc

Complementary Color

#fd99cc #99fdca

#fd99cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd99cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd99cc Color CSS Codes

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

#fd99cc Text Font Color

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

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


#fd99cc Background Color

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

This div background color is #fd99cc


#fd99cc Border Color

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

This div border color is #fd99cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd99cc


Comments

No comments written yet.

Please login to write comment.