Color Hex Logo

#fccce4 Color Hex

#FCCCE4
(252,204,228)
0 Favorites   0 Comments

Color spaces of #fccce4

RGB 252204228
HSL0.920.890.89
HSV330°19°99°
CMYK 0.000.190.10   0.01
XYZ75.741369.482682.8183
Yxy69.48260.33210.3047
Hunter Lab83.356216.3199-0.5580
CIE-Lab86.742520.6997-5.4233

#fccce4 color RGB value is (252,204,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001100 11100100
Octal 374 314 344
Decimal 252 204 228
Hex FC CC E4

RGB Percentages of Color #fccce4

%36.84
%29.82
%33.33

CMYK Percentages of Color #fccce4

%0
%19
%10
%1

Triadic Colors of #fccce4

#fccce4 #e4fccc #cce4fc

Analogous Colors of #fccce4

#fccce4 #fccccc #fcccfc

Monochromatic Colors of #fccce4

#fccce4

Complementary Color

#fccce4 #ccfce4

#fccce4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccce4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccce4 Color CSS Codes

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

#fccce4 Text Font Color

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

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


#fccce4 Background Color

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

This div background color is #fccce4


#fccce4 Border Color

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

This div border color is #fccce4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccce4


Comments

No comments written yet.

Please login to write comment.