Color Hex Logo

#fce3fc Color Hex

#FCE3FC
(252,227,252)
0 Favorites   0 Comments

Color spaces of #fce3fc

RGB 252227252
HSL0.830.810.94
HSV300°10°99°
CMYK 0.000.100.00   0.01
XYZ85.184782.6619103.5611
Yxy82.66190.31390.3046
Hunter Lab90.91868.1352-3.8914
CIE-Lab92.866212.8201-8.9866

#fce3fc color RGB value is (252,227,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100011 11111100
Octal 374 343 374
Decimal 252 227 252
Hex FC E3 FC

RGB Percentages of Color #fce3fc

%34.47
%31.05
%34.47

CMYK Percentages of Color #fce3fc

%0
%10
%0
%1

Triadic Colors of #fce3fc

#fce3fc #fcfce3 #e3fcfc

Analogous Colors of #fce3fc

#fce3fc #fce3f0 #f0e3fc

Monochromatic Colors of #fce3fc

#fce3fc

Complementary Color

#fce3fc #e3fce3

#fce3fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce3fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce3fc Color CSS Codes

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

#fce3fc Text Font Color

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

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


#fce3fc Background Color

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

This div background color is #fce3fc


#fce3fc Border Color

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

This div border color is #fce3fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce3fc

Related Colors


Comments

No comments written yet.

Please login to write comment.