Color Hex Logo

#fd9fca Color Hex

#FD9FCA
(253,159,202)
0 Favorites   0 Comments

Color spaces of #fd9fca

RGB 253159202
HSL0.920.960.81
HSV333°37°99°
CMYK 0.000.370.20   0.01
XYZ63.566849.943262.1668
Yxy49.94320.36180.2843
Hunter Lab70.670536.8840-2.6863
CIE-Lab76.034440.5543-7.2390

#fd9fca color RGB value is (253,159,202).

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

The process color (four color CMYK) of #fd9fca color hex is 0.00, 0.37, 0.20, 0.01. Web safe color of #fd9fca is #ff99cc. Color #fd9fca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011111 11001010
Octal 375 237 312
Decimal 253 159 202
Hex FD 9F CA

RGB Percentages of Color #fd9fca

%41.21
%25.90
%32.90

CMYK Percentages of Color #fd9fca

%0
%37
%20
%1

Triadic Colors of #fd9fca

#fd9fca #cafd9f #9fcafd

Analogous Colors of #fd9fca

#fd9fca #fda39f #fd9ff9

Monochromatic Colors of #fd9fca

#fd9fca

Complementary Color

#fd9fca #9ffdd2

#fd9fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd9fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd9fca Color CSS Codes

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

#fd9fca Text Font Color

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

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


#fd9fca Background Color

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

This div background color is #fd9fca


#fd9fca Border Color

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

This div border color is #fd9fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd9fca


Comments

No comments written yet.

Please login to write comment.