Color Hex Logo

#fceaea Color Hex

#FCEAEA
(252,234,234)
0 Favorites   0 Comments

Color spaces of #fceaea

RGB 252234234
HSL0.000.750.95
HSV99°
CMYK 0.000.070.07   0.01
XYZ84.419085.481689.8921
Yxy85.48160.32490.3290
Hunter Lab92.45631.18457.0737
CIE-Lab94.09036.09542.1888

#fceaea color RGB value is (252,234,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101010 11101010
Octal 374 352 352
Decimal 252 234 234
Hex FC EA EA

RGB Percentages of Color #fceaea

%35.00
%32.50
%32.50

CMYK Percentages of Color #fceaea

%0
%7
%7
%1

Triadic Colors of #fceaea

#fceaea #eafcea #eaeafc

Analogous Colors of #fceaea

#fceaea #fcf3ea #fceaf3

Monochromatic Colors of #fceaea

#fceaea

Complementary Color

#fceaea #eafcfc

#fceaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceaea Color CSS Codes

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

#fceaea Text Font Color

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

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


#fceaea Background Color

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

This div background color is #fceaea


#fceaea Border Color

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

This div border color is #fceaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceaea

#fceaea Color Palettes


Comments

No comments written yet.

Please login to write comment.