Color Hex Logo

#ffc2fe Color Hex

#FFC2FE
(255,194,254)
0 Favorites   0 Comments

Color spaces of #ffc2fe

RGB 255194254
HSL0.841.000.88
HSV301°24°100°
CMYK 0.000.240.00   0.00
XYZ78.421266.9993102.5648
Yxy66.99930.31620.2702
Hunter Lab81.853127.7730-16.9953
CIE-Lab85.503631.4437-21.0480

#ffc2fe color RGB value is (255,194,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000010 11111110
Octal 377 302 376
Decimal 255 194 254
Hex FF C2 FE

RGB Percentages of Color #ffc2fe

%36.27
%27.60
%36.13

CMYK Percentages of Color #ffc2fe

%0
%24
%0
%0

Triadic Colors of #ffc2fe

#ffc2fe #feffc2 #c2feff

Analogous Colors of #ffc2fe

#ffc2fe #ffc2e0 #e2c2ff

Monochromatic Colors of #ffc2fe

#ffc2fe

Complementary Color

#ffc2fe #c2ffc3

#ffc2fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc2fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc2fe Color CSS Codes

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

#ffc2fe Text Font Color

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

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


#ffc2fe Background Color

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

This div background color is #ffc2fe


#ffc2fe Border Color

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

This div border color is #ffc2fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc2fe

Related Colors


Comments

No comments written yet.

Please login to write comment.