Color Hex Logo

#fcaeae Color Hex

#FCAEAE
(252,174,174)
1 Favorites   0 Comments

Color spaces of #fcaeae

RGB 252174174
HSL0.000.930.84
HSV31°99°
CMYK 0.000.310.31   0.01
XYZ62.920954.023547.1557
Yxy54.02350.38340.3292
Hunter Lab73.500724.180313.4119
CIE-Lab78.475428.546511.5716

#fcaeae color RGB value is (252,174,174).

#fcaeae hex color red value is 252, green value is 174 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #fcaeae hue: 0.00 , saturation: 0.93 and the lightness value of fcaeae is 0.84.

The process color (four color CMYK) of #fcaeae color hex is 0.00, 0.31, 0.31, 0.01. Web safe color of #fcaeae is #ff9999. Color #fcaeae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101110 10101110
Octal 374 256 256
Decimal 252 174 174
Hex FC AE AE

RGB Percentages of Color #fcaeae

%42.00
%29.00
%29.00

CMYK Percentages of Color #fcaeae

%0
%31
%31
%1

Triadic Colors of #fcaeae

#fcaeae #aefcae #aeaefc

Analogous Colors of #fcaeae

#fcaeae #fcd5ae #fcaed5

Monochromatic Colors of #fcaeae

#fcaeae

Complementary Color

#fcaeae #aefcfc

#fcaeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaeae Color CSS Codes

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

#fcaeae Text Font Color

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

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


#fcaeae Background Color

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

This div background color is #fcaeae


#fcaeae Border Color

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

This div border color is #fcaeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaeae


Comments

No comments written yet.

Please login to write comment.