Color Hex Logo

#fccaee Color Hex

#FCCAEE
(252,202,238)
0 Favorites   0 Comments

Color spaces of #fccaee

RGB 252202238
HSL0.880.890.89
HSV317°20°99°
CMYK 0.000.200.06   0.01
XYZ76.698069.109690.1860
Yxy69.10960.32500.2928
Hunter Lab83.132219.2033-6.1283
CIE-Lab86.558323.4372-11.0016

#fccaee color RGB value is (252,202,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001010 11101110
Octal 374 312 356
Decimal 252 202 238
Hex FC CA EE

RGB Percentages of Color #fccaee

%36.42
%29.19
%34.39

CMYK Percentages of Color #fccaee

%0
%20
%6
%1

Triadic Colors of #fccaee

#fccaee #eefcca #caeefc

Analogous Colors of #fccaee

#fccaee #fccad5 #f1cafc

Monochromatic Colors of #fccaee

#fccaee

Complementary Color

#fccaee #cafcd8

#fccaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccaee Color CSS Codes

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

#fccaee Text Font Color

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

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


#fccaee Background Color

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

This div background color is #fccaee


#fccaee Border Color

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

This div border color is #fccaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccaee

Related Colors


Comments

No comments written yet.

Please login to write comment.