Color Hex Logo

#fceaee Color Hex

#FCEAEE
(252,234,238)
0 Favorites   0 Comments

Color spaces of #fceaee

RGB 252234238
HSL0.960.750.95
HSV347°99°
CMYK 0.000.070.06   0.01
XYZ85.000385.714192.9534
Yxy85.71410.32240.3251
Hunter Lab92.58191.86415.2794
CIE-Lab94.19006.76620.2546

#fceaee color RGB value is (252,234,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101010 11101110
Octal 374 352 356
Decimal 252 234 238
Hex FC EA EE

RGB Percentages of Color #fceaee

%34.81
%32.32
%32.87

CMYK Percentages of Color #fceaee

%0
%7
%6
%1

Triadic Colors of #fceaee

#fceaee #eefcea #eaeefc

Analogous Colors of #fceaee

#fceaee #fcefea #fceaf7

Monochromatic Colors of #fceaee

#fceaee

Complementary Color

#fceaee #eafcf8

#fceaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceaee Color CSS Codes

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

#fceaee Text Font Color

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

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


#fceaee Background Color

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

This div background color is #fceaee


#fceaee Border Color

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

This div border color is #fceaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceaee

#fceaee Color Palettes


Comments

No comments written yet.

Please login to write comment.