color codes Logo

#fd9fcc color codes

#FD9FCC
(253,159,204)
0 Favorites   0 Comments

Color spaces of #fd9fcc

RGB 253159204
HSL0.920.960.81
HSV331°37°99°
CMYK 0.000.370.19   0.01
XYZ63.805250.038663.4222
Yxy50.03860.35990.2823
Hunter Lab70.738037.2144-3.6416
CIE-Lab76.092940.8478-8.2475

#fd9fcc color RGB value is (253,159,204).

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

The process color (four color CMYK) of #fd9fcc color code is 0.00, 0.37, 0.19, 0.01. Web safe color of #fd9fcc is #ff99cc. Color #fd9fcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011111 11001100
Octal 375 237 314
Decimal 253 159 204
Hex FD 9F CC

RGB Percentages of Color #fd9fcc

%41.07
%25.81
%33.12

CMYK Percentages of Color #fd9fcc

%0
%37
%19
%1

Triadic Colors of #fd9fcc

#fd9fcc #ccfd9f #9fccfd

Analogous Colors of #fd9fcc

#fd9fcc #fda19f #fd9ffb

Monochromatic Colors of #fd9fcc

#fd9fcc

Complementary Color

#fd9fcc #9ffdd0

#fd9fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd9fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd9fcc Color CSS Codes

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

#fd9fcc Text Font Color

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

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


#fd9fcc Background Color

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

This div background color is #fd9fcc


#fd9fcc Border Color

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

This div border color is #fd9fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd9fcc

Related Colors


Comments

No comments written yet.

Please login to write comment.