Color Hex Logo

#ffc0fe Color Hex

#FFC0FE
(255,192,254)
0 Favorites   0 Comments

Color spaces of #ffc0fe

RGB 255192254
HSL0.841.000.88
HSV301°25°100°
CMYK 0.000.250.00   0.00
XYZ77.979066.1150102.4175
Yxy66.11500.31630.2682
Hunter Lab81.311128.8906-17.7624
CIE-Lab85.055032.4940-21.7274

#ffc0fe color RGB value is (255,192,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000000 11111110
Octal 377 300 376
Decimal 255 192 254
Hex FF C0 FE

RGB Percentages of Color #ffc0fe

%36.38
%27.39
%36.23

CMYK Percentages of Color #ffc0fe

%0
%25
%0
%0

Triadic Colors of #ffc0fe

#ffc0fe #feffc0 #c0feff

Analogous Colors of #ffc0fe

#ffc0fe #ffc0df #e1c0ff

Monochromatic Colors of #ffc0fe

#ffc0fe

Complementary Color

#ffc0fe #c0ffc1

#ffc0fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc0fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc0fe Color CSS Codes

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

#ffc0fe Text Font Color

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

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


#ffc0fe Background Color

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

This div background color is #ffc0fe


#ffc0fe Border Color

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

This div border color is #ffc0fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc0fe

#ffc0fe Color Palettes


Comments

No comments written yet.

Please login to write comment.