Color Hex Logo

#fccae6 Color Hex

#FCCAE6
(252,202,230)
0 Favorites   0 Comments

Color spaces of #fccae6

RGB 252202230
HSL0.910.890.89
HSV326°20°99°
CMYK 0.000.200.09   0.01
XYZ75.548368.649784.1318
Yxy68.64970.33090.3007
Hunter Lab82.855117.7620-2.2050
CIE-Lab86.330322.0823-7.0941

#fccae6 color RGB value is (252,202,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001010 11100110
Octal 374 312 346
Decimal 252 202 230
Hex FC CA E6

RGB Percentages of Color #fccae6

%36.84
%29.53
%33.63

CMYK Percentages of Color #fccae6

%0
%20
%9
%1

Triadic Colors of #fccae6

#fccae6 #e6fcca #cae6fc

Analogous Colors of #fccae6

#fccae6 #fccacd #f9cafc

Monochromatic Colors of #fccae6

#fccae6

Complementary Color

#fccae6 #cafce0

#fccae6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccae6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccae6 Color CSS Codes

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

#fccae6 Text Font Color

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

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


#fccae6 Background Color

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

This div background color is #fccae6


#fccae6 Border Color

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

This div border color is #fccae6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccae6

Related Colors


Comments

No comments written yet.

Please login to write comment.