Color Hex Logo

#ffc5fc Color Hex

#FFC5FC
(255,197,252)
0 Favorites   0 Comments

Color spaces of #ffc5fc

RGB 255197252
HSL0.841.000.89
HSV303°23°100°
CMYK 0.000.230.01   0.00
XYZ78.776968.2208101.1114
Yxy68.22080.31750.2750
Hunter Lab82.595925.7039-14.7639
CIE-Lab86.116729.5088-19.0604

#ffc5fc color RGB value is (255,197,252).

#ffc5fc hex color red value is 255, green value is 197 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ffc5fc hue: 0.84 , saturation: 1.00 and the lightness value of ffc5fc is 0.89.

The process color (four color CMYK) of #ffc5fc color hex is 0.00, 0.23, 0.01, 0.00. Web safe color of #ffc5fc is #ffccff. Color #ffc5fc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000101 11111100
Octal 377 305 374
Decimal 255 197 252
Hex FF C5 FC

RGB Percentages of Color #ffc5fc

%36.22
%27.98
%35.80

CMYK Percentages of Color #ffc5fc

%0
%23
%1
%0

Triadic Colors of #ffc5fc

#ffc5fc #fcffc5 #c5fcff

Analogous Colors of #ffc5fc

#ffc5fc #ffc5df #e5c5ff

Monochromatic Colors of #ffc5fc

#ffc5fc

Complementary Color

#ffc5fc #c5ffc8

#ffc5fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc5fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc5fc Color CSS Codes

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

#ffc5fc Text Font Color

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

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


#ffc5fc Background Color

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

This div background color is #ffc5fc


#ffc5fc Border Color

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

This div border color is #ffc5fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc5fc

Related Colors


Comments

No comments written yet.

Please login to write comment.