Color Hex Logo

#fccaea Color Hex

#FCCAEA
(252,202,234)
0 Favorites   0 Comments

Color spaces of #fccaea

RGB 252202234
HSL0.890.890.89
HSV322°20°99°
CMYK 0.000.200.07   0.01
XYZ76.116768.877087.1247
Yxy68.87700.32790.2967
Hunter Lab82.992218.4759-4.1478
CIE-Lab86.443122.7547-9.0505

#fccaea color RGB value is (252,202,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001010 11101010
Octal 374 312 352
Decimal 252 202 234
Hex FC CA EA

RGB Percentages of Color #fccaea

%36.63
%29.36
%34.01

CMYK Percentages of Color #fccaea

%0
%20
%7
%1

Triadic Colors of #fccaea

#fccaea #eafcca #caeafc

Analogous Colors of #fccaea

#fccaea #fccad1 #f5cafc

Monochromatic Colors of #fccaea

#fccaea

Complementary Color

#fccaea #cafcdc

#fccaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccaea Color CSS Codes

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

#fccaea Text Font Color

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

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


#fccaea Background Color

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

This div background color is #fccaea


#fccaea Border Color

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

This div border color is #fccaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccaea

Related Colors


Comments

No comments written yet.

Please login to write comment.