color codes Logo

#fc9bdd color codes

#FC9BDD
(252,155,221)
0 Favorites   0 Comments

Color spaces of #fc9bdd

RGB 252155221
HSL0.890.940.80
HSV319°38°99°
CMYK 0.000.380.12   0.01
XYZ64.917449.358674.5123
Yxy49.35860.34390.2614
Hunter Lab70.255741.9895-13.7033
CIE-Lab75.673945.1833-18.1876

#fc9bdd color RGB value is (252,155,221).

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

The process color (four color CMYK) of #fc9bdd color code is 0.00, 0.38, 0.12, 0.01. Web safe color of #fc9bdd is #ff99cc. Color #fc9bdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011011 11011101
Octal 374 233 335
Decimal 252 155 221
Hex FC 9B DD

RGB Percentages of Color #fc9bdd

%40.13
%24.68
%35.19

CMYK Percentages of Color #fc9bdd

%0
%38
%12
%1

Triadic Colors of #fc9bdd

#fc9bdd #ddfc9b #9bddfc

Analogous Colors of #fc9bdd

#fc9bdd #fc9bad #eb9bfc

Monochromatic Colors of #fc9bdd

#fc9bdd

Complementary Color

#fc9bdd #9bfcba

#fc9bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9bdd Color CSS Codes

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

#fc9bdd Text Font Color

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

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


#fc9bdd Background Color

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

This div background color is #fc9bdd


#fc9bdd Border Color

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

This div border color is #fc9bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9bdd

Related Colors


Comments

No comments written yet.

Please login to write comment.