Color Hex Logo

#ffccf0 Color Hex

#FFCCF0
(255,204,240)
0 Favorites   0 Comments

Color spaces of #ffccf0

RGB 255204240
HSL0.881.000.90
HSV318°20°100°
CMYK 0.000.200.06   0.00
XYZ78.561070.737091.9511
Yxy70.73700.32560.2932
Hunter Lab84.105319.5489-5.9472
CIE-Lab87.357123.7330-10.8419

#ffccf0 color RGB value is (255,204,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001100 11110000
Octal 377 314 360
Decimal 255 204 240
Hex FF CC F0

RGB Percentages of Color #ffccf0

%36.48
%29.18
%34.33

CMYK Percentages of Color #ffccf0

%0
%20
%6
%0

Triadic Colors of #ffccf0

#ffccf0 #f0ffcc #ccf0ff

Analogous Colors of #ffccf0

#ffccf0 #ffccd7 #f5ccff

Monochromatic Colors of #ffccf0

#ffccf0

Complementary Color

#ffccf0 #ccffdb

#ffccf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffccf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffccf0 Color CSS Codes

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

#ffccf0 Text Font Color

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

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


#ffccf0 Background Color

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

This div background color is #ffccf0


#ffccf0 Border Color

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

This div border color is #ffccf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffccf0


Comments

No comments written yet.

Please login to write comment.