Color Hex Logo

#fce3ef Color Hex

#FCE3EF
(252,227,239)
0 Favorites   0 Comments

Color spaces of #fce3ef

RGB 252227239
HSL0.920.810.94
HSV331°10°99°
CMYK 0.000.100.05   0.01
XYZ83.194081.865693.0782
Yxy81.86560.32230.3171
Hunter Lab90.47965.78752.3429
CIE-Lab92.515510.5470-2.7173

#fce3ef color RGB value is (252,227,239).

#fce3ef hex color red value is 252, green value is 227 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #fce3ef hue: 0.92 , saturation: 0.81 and the lightness value of fce3ef is 0.94.

The process color (four color CMYK) of #fce3ef color hex is 0.00, 0.10, 0.05, 0.01. Web safe color of #fce3ef is #ffccff. Color #fce3ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100011 11101111
Octal 374 343 357
Decimal 252 227 239
Hex FC E3 EF

RGB Percentages of Color #fce3ef

%35.10
%31.62
%33.29

CMYK Percentages of Color #fce3ef

%0
%10
%5
%1

Triadic Colors of #fce3ef

#fce3ef #effce3 #e3effc

Analogous Colors of #fce3ef

#fce3ef #fce4e3 #fce3fc

Monochromatic Colors of #fce3ef

#fce3ef

Complementary Color

#fce3ef #e3fcf0

#fce3ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce3ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce3ef Color CSS Codes

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

#fce3ef Text Font Color

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

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


#fce3ef Background Color

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

This div background color is #fce3ef


#fce3ef Border Color

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

This div border color is #fce3ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce3ef

Related Colors


Comments

No comments written yet.

Please login to write comment.