Color Hex Logo

#fceefb Color Hex

#FCEEFB
(252,238,251)
0 Favorites   0 Comments

Color spaces of #fceefb

RGB 252238251
HSL0.850.700.96
HSV304°99°
CMYK 0.000.060.00   0.01
XYZ88.132088.8096103.7637
Yxy88.80960.31400.3164
Hunter Lab94.23882.01490.6847
CIE-Lab95.50086.9610-4.5724

#fceefb color RGB value is (252,238,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101110 11111011
Octal 374 356 373
Decimal 252 238 251
Hex FC EE FB

RGB Percentages of Color #fceefb

%34.01
%32.12
%33.87

CMYK Percentages of Color #fceefb

%0
%6
%0
%1

Triadic Colors of #fceefb

#fceefb #fbfcee #eefbfc

Analogous Colors of #fceefb

#fceefb #fceef4 #f6eefc

Monochromatic Colors of #fceefb

#fceefb

Complementary Color

#fceefb #eefcef

#fceefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceefb Color CSS Codes

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

#fceefb Text Font Color

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

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


#fceefb Background Color

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

This div background color is #fceefb


#fceefb Border Color

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

This div border color is #fceefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceefb

Related Colors


Comments

No comments written yet.

Please login to write comment.