Color Hex Logo

#fccaed Color Hex

#FCCAED
(252,202,237)
0 Favorites   0 Comments

Color spaces of #fccaed

RGB 252202237
HSL0.880.890.89
HSV318°20°99°
CMYK 0.000.200.06   0.01
XYZ76.551569.050989.4142
Yxy69.05090.32570.2938
Hunter Lab83.096919.0204-5.6296
CIE-Lab86.529223.2658-10.5144

#fccaed color RGB value is (252,202,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001010 11101101
Octal 374 312 355
Decimal 252 202 237
Hex FC CA ED

RGB Percentages of Color #fccaed

%36.47
%29.23
%34.30

CMYK Percentages of Color #fccaed

%0
%20
%6
%1

Triadic Colors of #fccaed

#fccaed #edfcca #caedfc

Analogous Colors of #fccaed

#fccaed #fccad4 #f2cafc

Monochromatic Colors of #fccaed

#fccaed

Complementary Color

#fccaed #cafcd9

#fccaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccaed Color CSS Codes

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

#fccaed Text Font Color

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

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


#fccaed Background Color

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

This div background color is #fccaed


#fccaed Border Color

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

This div border color is #fccaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccaed

Related Colors


Comments

No comments written yet.

Please login to write comment.