Color Hex Logo

#ffccfb Color Hex

#FFCCFB
(255,204,251)
0 Favorites   0 Comments

Color spaces of #ffccfb

RGB 255204251
HSL0.851.000.90
HSV305°20°100°
CMYK 0.000.200.02   0.00
XYZ80.245571.4108100.8210
Yxy71.41080.31780.2828
Hunter Lab84.504921.6192-11.5842
CIE-Lab87.684225.6531-16.1708

#ffccfb color RGB value is (255,204,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001100 11111011
Octal 377 314 373
Decimal 255 204 251
Hex FF CC FB

RGB Percentages of Color #ffccfb

%35.92
%28.73
%35.35

CMYK Percentages of Color #ffccfb

%0
%20
%2
%0

Triadic Colors of #ffccfb

#ffccfb #fbffcc #ccfbff

Analogous Colors of #ffccfb

#ffccfb #ffcce2 #eaccff

Monochromatic Colors of #ffccfb

#ffccfb

Complementary Color

#ffccfb #ccffd0

#ffccfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffccfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffccfb Color CSS Codes

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

#ffccfb Text Font Color

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

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


#ffccfb Background Color

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

This div background color is #ffccfb


#ffccfb Border Color

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

This div border color is #ffccfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffccfb

Related Colors

#ffccfb Color Palettes


Comments

No comments written yet.

Please login to write comment.