Color Hex Logo

#fccce5 Color Hex

#FCCCE5
(252,204,229)
0 Favorites   0 Comments

Color spaces of #fccce5

RGB 252204229
HSL0.910.890.89
HSV329°19°99°
CMYK 0.000.190.09   0.01
XYZ75.880669.538383.5516
Yxy69.53830.33140.3037
Hunter Lab83.389616.4947-1.0324
CIE-Lab86.769920.8654-5.9132

#fccce5 color RGB value is (252,204,229).

#fccce5 hex color red value is 252, green value is 204 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #fccce5 hue: 0.91 , saturation: 0.89 and the lightness value of fccce5 is 0.89.

The process color (four color CMYK) of #fccce5 color hex is 0.00, 0.19, 0.09, 0.01. Web safe color of #fccce5 is #ffcccc. Color #fccce5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001100 11100101
Octal 374 314 345
Decimal 252 204 229
Hex FC CC E5

RGB Percentages of Color #fccce5

%36.79
%29.78
%33.43

CMYK Percentages of Color #fccce5

%0
%19
%9
%1

Triadic Colors of #fccce5

#fccce5 #e5fccc #cce5fc

Analogous Colors of #fccce5

#fccce5 #fccccd #fbccfc

Monochromatic Colors of #fccce5

#fccce5

Complementary Color

#fccce5 #ccfce3

#fccce5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccce5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccce5 Color CSS Codes

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

#fccce5 Text Font Color

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

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


#fccce5 Background Color

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

This div background color is #fccce5


#fccce5 Border Color

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

This div border color is #fccce5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccce5

Related Colors


Comments

No comments written yet.

Please login to write comment.