Color Hex Logo

#fdc5fe Color Hex

#FDC5FE
(253,197,254)
0 Favorites   0 Comments

Color spaces of #fdc5fe

RGB 253197254
HSL0.830.970.88
HSV299°22°100°
CMYK 0.000.220.00   0.00
XYZ78.363767.9709102.7554
Yxy67.97090.31460.2729
Hunter Lab82.444525.3869-16.1855
CIE-Lab85.991929.2243-20.3274

#fdc5fe color RGB value is (253,197,254).

#fdc5fe hex color red value is 253, green value is 197 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #fdc5fe hue: 0.83 , saturation: 0.97 and the lightness value of fdc5fe is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000101 11111110
Octal 375 305 376
Decimal 253 197 254
Hex FD C5 FE

RGB Percentages of Color #fdc5fe

%35.94
%27.98
%36.08

CMYK Percentages of Color #fdc5fe

%0
%22
%0
%0

Triadic Colors of #fdc5fe

#fdc5fe #fefdc5 #c5fefd

Analogous Colors of #fdc5fe

#fdc5fe #fec5e3 #e1c5fe

Monochromatic Colors of #fdc5fe

#fdc5fe

Complementary Color

#fdc5fe #c6fec5

#fdc5fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc5fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc5fe Color CSS Codes

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

#fdc5fe Text Font Color

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

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


#fdc5fe Background Color

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

This div background color is #fdc5fe


#fdc5fe Border Color

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

This div border color is #fdc5fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc5fe

Related Colors


Comments

No comments written yet.

Please login to write comment.