Color Hex Logo

#fce2db Color Hex

#FCE2DB
(252,226,219)
0 Favorites   0 Comments

Color spaces of #fce2db

RGB 252226219
HSL0.040.850.92
HSV13°13°99°
CMYK 0.000.100.13   0.01
XYZ80.127480.202678.2753
Yxy80.20260.33580.3361
Hunter Lab89.55592.984610.8674
CIE-Lab91.77577.78546.6558

#fce2db color RGB value is (252,226,219).

#fce2db hex color red value is 252, green value is 226 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fce2db hue: 0.04 , saturation: 0.85 and the lightness value of fce2db is 0.92.

The process color (four color CMYK) of #fce2db color hex is 0.00, 0.10, 0.13, 0.01. Web safe color of #fce2db is #ffcccc. Color #fce2db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100010 11011011
Octal 374 342 333
Decimal 252 226 219
Hex FC E2 DB

RGB Percentages of Color #fce2db

%36.15
%32.42
%31.42

CMYK Percentages of Color #fce2db

%0
%10
%13
%1

Triadic Colors of #fce2db

#fce2db #dbfce2 #e2dbfc

Analogous Colors of #fce2db

#fce2db #fcf3db #fcdbe5

Monochromatic Colors of #fce2db

#fce2db

Complementary Color

#fce2db #dbf5fc

#fce2db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce2db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce2db Color CSS Codes

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

#fce2db Text Font Color

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

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


#fce2db Background Color

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

This div background color is #fce2db


#fce2db Border Color

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

This div border color is #fce2db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce2db

#fce2db Color Palettes


Comments

No comments written yet.

Please login to write comment.