Color Hex Logo

#fc9dda Color Hex

#FC9DDA
(252,157,218)
0 Favorites   0 Comments

Color spaces of #fc9dda

RGB 252157218
HSL0.890.940.80
HSV321°38°99°
CMYK 0.000.380.13   0.01
XYZ64.856749.871372.5375
Yxy49.87130.34630.2663
Hunter Lab70.619640.3492-11.4665
CIE-Lab75.990243.6825-16.0712

#fc9dda color RGB value is (252,157,218).

#fc9dda hex color red value is 252, green value is 157 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fc9dda hue: 0.89 , saturation: 0.94 and the lightness value of fc9dda is 0.80.

The process color (four color CMYK) of #fc9dda color hex is 0.00, 0.38, 0.13, 0.01. Web safe color of #fc9dda is #ff99cc. Color #fc9dda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011101 11011010
Octal 374 235 332
Decimal 252 157 218
Hex FC 9D DA

RGB Percentages of Color #fc9dda

%40.19
%25.04
%34.77

CMYK Percentages of Color #fc9dda

%0
%38
%13
%1

Triadic Colors of #fc9dda

#fc9dda #dafc9d #9ddafc

Analogous Colors of #fc9dda

#fc9dda #fc9dab #ef9dfc

Monochromatic Colors of #fc9dda

#fc9dda

Complementary Color

#fc9dda #9dfcbf

#fc9dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9dda Color CSS Codes

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

#fc9dda Text Font Color

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

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


#fc9dda Background Color

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

This div background color is #fc9dda


#fc9dda Border Color

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

This div border color is #fc9dda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,157,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fc9dda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fc9dda;
  -webkit-box-shadow: 1px 1px 3px 2px #fc9dda;
  box-shadow:         1px 1px 3px 2px #fc9dda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,157,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9dda


Comments

No comments written yet.

Please login to write comment.