Color Hex Logo

#fceeee Color Hex

#FCEEEE
(252,238,238)
0 Favorites   0 Comments

Color spaces of #fceeee

RGB 252238238
HSL0.000.700.96
HSV99°
CMYK 0.000.060.06   0.01
XYZ86.152088.017693.3373
Yxy88.01760.32210.3290
Hunter Lab93.8177-0.26596.6860
CIE-Lab95.16844.71501.6806

#fceeee color RGB value is (252,238,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101110 11101110
Octal 374 356 356
Decimal 252 238 238
Hex FC EE EE

RGB Percentages of Color #fceeee

%34.62
%32.69
%32.69

CMYK Percentages of Color #fceeee

%0
%6
%6
%1

Triadic Colors of #fceeee

#fceeee #eefcee #eeeefc

Analogous Colors of #fceeee

#fceeee #fcf5ee #fceef5

Monochromatic Colors of #fceeee

#fceeee

Complementary Color

#fceeee #eefcfc

#fceeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceeee Color CSS Codes

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

#fceeee Text Font Color

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

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


#fceeee Background Color

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

This div background color is #fceeee


#fceeee Border Color

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

This div border color is #fceeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceeee

Related Colors

#fceeee Color Palettes


Comments

No comments written yet.

Please login to write comment.