Color Hex Logo

#fcd8fe Color Hex

#FCD8FE
(252,216,254)
0 Favorites   0 Comments

Color spaces of #fcd8fe

RGB 252216254
HSL0.820.950.92
HSV297°15°100°
CMYK 0.010.150.00   0.00
XYZ82.590176.9629104.2683
Yxy76.96290.31310.2917
Hunter Lab87.728514.5201-9.0582
CIE-Lab90.304518.9169-13.8500

#fcd8fe color RGB value is (252,216,254).

#fcd8fe hex color red value is 252, green value is 216 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #fcd8fe hue: 0.82 , saturation: 0.95 and the lightness value of fcd8fe is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011000 11111110
Octal 374 330 376
Decimal 252 216 254
Hex FC D8 FE

RGB Percentages of Color #fcd8fe

%34.90
%29.92
%35.18

CMYK Percentages of Color #fcd8fe

%1
%15
%0
%0

Triadic Colors of #fcd8fe

#fcd8fe #fefcd8 #d8fefc

Analogous Colors of #fcd8fe

#fcd8fe #fed8ed #e9d8fe

Monochromatic Colors of #fcd8fe

#fcd8fe

Complementary Color

#fcd8fe #dafed8

#fcd8fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd8fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd8fe Color CSS Codes

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

#fcd8fe Text Font Color

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

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


#fcd8fe Background Color

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

This div background color is #fcd8fe


#fcd8fe Border Color

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

This div border color is #fcd8fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,216,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 #fcd8fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd8fe

Related Colors


Comments

No comments written yet.

Please login to write comment.