Color Hex Logo

#ffccfa Color Hex

#FFCCFA
(255,204,250)
0 Favorites   0 Comments

Color spaces of #ffccfa

RGB 255204250
HSL0.851.000.90
HSV306°20°100°
CMYK 0.000.200.02   0.00
XYZ80.088271.347999.9929
Yxy71.34790.31850.2838
Hunter Lab84.467721.4267-11.0602
CIE-Lab87.653825.4753-15.6882

#ffccfa color RGB value is (255,204,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001100 11111010
Octal 377 314 372
Decimal 255 204 250
Hex FF CC FA

RGB Percentages of Color #ffccfa

%35.97
%28.77
%35.26

CMYK Percentages of Color #ffccfa

%0
%20
%2
%0

Triadic Colors of #ffccfa

#ffccfa #faffcc #ccfaff

Analogous Colors of #ffccfa

#ffccfa #ffcce1 #ebccff

Monochromatic Colors of #ffccfa

#ffccfa

Complementary Color

#ffccfa #ccffd1

#ffccfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffccfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffccfa Color CSS Codes

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

#ffccfa Text Font Color

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

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


#ffccfa Background Color

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

This div background color is #ffccfa


#ffccfa Border Color

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

This div border color is #ffccfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffccfa

Related Colors

#ffccfa Color Palettes


Comments

No comments written yet.

Please login to write comment.