Color Hex Logo

#fce1fb Color Hex

#FCE1FB
(252,225,251)
0 Favorites   0 Comments

Color spaces of #fce1fb

RGB 252225251
HSL0.840.820.94
HSV302°11°99°
CMYK 0.000.110.00   0.01
XYZ84.482781.5109102.5472
Yxy81.51090.31460.3035
Hunter Lab90.28349.0355-4.1454
CIE-Lab92.358613.6804-9.2179

#fce1fb color RGB value is (252,225,251).

#fce1fb hex color red value is 252, green value is 225 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fce1fb hue: 0.84 , saturation: 0.82 and the lightness value of fce1fb is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100001 11111011
Octal 374 341 373
Decimal 252 225 251
Hex FC E1 FB

RGB Percentages of Color #fce1fb

%34.62
%30.91
%34.48

CMYK Percentages of Color #fce1fb

%0
%11
%0
%1

Triadic Colors of #fce1fb

#fce1fb #fbfce1 #e1fbfc

Analogous Colors of #fce1fb

#fce1fb #fce1ee #f0e1fc

Monochromatic Colors of #fce1fb

#fce1fb

Complementary Color

#fce1fb #e1fce2

#fce1fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce1fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce1fb Color CSS Codes

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

#fce1fb Text Font Color

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

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


#fce1fb Background Color

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

This div background color is #fce1fb


#fce1fb Border Color

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

This div border color is #fce1fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce1fb

Related Colors


Comments

No comments written yet.

Please login to write comment.