Color Hex Logo

#fcccea Color Hex

#FCCCEA
(252,204,234)
0 Favorites   0 Comments

Color spaces of #fcccea

RGB 252204234
HSL0.900.890.89
HSV323°19°99°
CMYK 0.000.190.07   0.01
XYZ76.589069.821787.2822
Yxy69.82170.32770.2988
Hunter Lab83.559417.3809-3.4400
CIE-Lab86.909321.7034-8.3585

#fcccea color RGB value is (252,204,234).

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

The process color (four color CMYK) of #fcccea color hex is 0.00, 0.19, 0.07, 0.01. Web safe color of #fcccea is #ffccff. Color #fcccea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001100 11101010
Octal 374 314 352
Decimal 252 204 234
Hex FC CC EA

RGB Percentages of Color #fcccea

%36.52
%29.57
%33.91

CMYK Percentages of Color #fcccea

%0
%19
%7
%1

Triadic Colors of #fcccea

#fcccea #eafccc #cceafc

Analogous Colors of #fcccea

#fcccea #fcccd2 #f6ccfc

Monochromatic Colors of #fcccea

#fcccea

Complementary Color

#fcccea #ccfcde

#fcccea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcccea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcccea Color CSS Codes

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

#fcccea Text Font Color

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

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


#fcccea Background Color

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

This div background color is #fcccea


#fcccea Border Color

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

This div border color is #fcccea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcccea


Comments

No comments written yet.

Please login to write comment.