Color Hex Logo

#fcc7fe Color Hex

#FCC7FE
(252,199,254)
0 Favorites   0 Comments

Color spaces of #fcc7fe

RGB 252199254
HSL0.830.960.89
HSV298°22°100°
CMYK 0.010.220.00   0.00
XYZ78.457768.6981102.8908
Yxy68.69810.31380.2747
Hunter Lab82.884323.9193-15.5823
CIE-Lab86.354327.8494-19.7887

#fcc7fe color RGB value is (252,199,254).

#fcc7fe hex color red value is 252, green value is 199 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #fcc7fe hue: 0.83 , saturation: 0.96 and the lightness value of fcc7fe is 0.89.

The process color (four color CMYK) of #fcc7fe color hex is 0.01, 0.22, 0.00, 0.00. Web safe color of #fcc7fe is #ffccff. Color #fcc7fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000111 11111110
Octal 374 307 376
Decimal 252 199 254
Hex FC C7 FE

RGB Percentages of Color #fcc7fe

%35.74
%28.23
%36.03

CMYK Percentages of Color #fcc7fe

%1
%22
%0
%0

Triadic Colors of #fcc7fe

#fcc7fe #fefcc7 #c7fefc

Analogous Colors of #fcc7fe

#fcc7fe #fec7e5 #e1c7fe

Monochromatic Colors of #fcc7fe

#fcc7fe

Complementary Color

#fcc7fe #c9fec7

#fcc7fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc7fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc7fe Color CSS Codes

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

#fcc7fe Text Font Color

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

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


#fcc7fe Background Color

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

This div background color is #fcc7fe


#fcc7fe Border Color

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

This div border color is #fcc7fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc7fe

Related Colors


Comments

No comments written yet.

Please login to write comment.