Color Hex Logo

#fc99de Color Hex

#FC99DE
(252,153,222)
0 Favorites   0 Comments

Color spaces of #fc99de

RGB 252153222
HSL0.880.940.79
HSV318°39°99°
CMYK 0.000.390.12   0.01
XYZ64.720948.751875.1061
Yxy48.75180.34320.2585
Hunter Lab69.822543.2685-14.9009
CIE-Lab75.296746.3645-19.3049

#fc99de color RGB value is (252,153,222).

#fc99de hex color red value is 252, green value is 153 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #fc99de hue: 0.88 , saturation: 0.94 and the lightness value of fc99de is 0.79.

The process color (four color CMYK) of #fc99de color hex is 0.00, 0.39, 0.12, 0.01. Web safe color of #fc99de is #ff99cc. Color #fc99de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011001 11011110
Octal 374 231 336
Decimal 252 153 222
Hex FC 99 DE

RGB Percentages of Color #fc99de

%40.19
%24.40
%35.41

CMYK Percentages of Color #fc99de

%0
%39
%12
%1

Triadic Colors of #fc99de

#fc99de #defc99 #99defc

Analogous Colors of #fc99de

#fc99de #fc99ad #e999fc

Monochromatic Colors of #fc99de

#fc99de

Complementary Color

#fc99de #99fcb7

#fc99de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc99de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc99de Color CSS Codes

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

#fc99de Text Font Color

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

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


#fc99de Background Color

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

This div background color is #fc99de


#fc99de Border Color

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

This div border color is #fc99de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc99de


Comments

No comments written yet.

Please login to write comment.