Color Hex Logo

#ffc0fb Color Hex

#FFC0FB
(255,192,251)
0 Favorites   0 Comments

Color spaces of #ffc0fb

RGB 255192251
HSL0.841.000.88
HSV304°25°100°
CMYK 0.000.250.02   0.00
XYZ77.502265.924399.9066
Yxy65.92430.31850.2709
Hunter Lab81.193828.2952-16.1190
CIE-Lab84.957831.9572-20.2804

#ffc0fb color RGB value is (255,192,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000000 11111011
Octal 377 300 373
Decimal 255 192 251
Hex FF C0 FB

RGB Percentages of Color #ffc0fb

%36.53
%27.51
%35.96

CMYK Percentages of Color #ffc0fb

%0
%25
%2
%0

Triadic Colors of #ffc0fb

#ffc0fb #fbffc0 #c0fbff

Analogous Colors of #ffc0fb

#ffc0fb #ffc0dc #e4c0ff

Monochromatic Colors of #ffc0fb

#ffc0fb

Complementary Color

#ffc0fb #c0ffc4

#ffc0fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc0fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc0fb Color CSS Codes

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

#ffc0fb Text Font Color

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

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


#ffc0fb Background Color

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

This div background color is #ffc0fb


#ffc0fb Border Color

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

This div border color is #ffc0fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc0fb

Related Colors


Comments

No comments written yet.

Please login to write comment.