Color Hex Logo

#fceffb Color Hex

#FCEFFB
(252,239,251)
0 Favorites   0 Comments

Color spaces of #fceffb

RGB 252239251
HSL0.850.680.96
HSV305°99°
CMYK 0.000.050.00   0.01
XYZ88.424089.3935103.8610
Yxy89.39350.31390.3174
Hunter Lab94.54811.47881.0537
CIE-Lab95.74466.4479-4.2135

#fceffb color RGB value is (252,239,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101111 11111011
Octal 374 357 373
Decimal 252 239 251
Hex FC EF FB

RGB Percentages of Color #fceffb

%33.96
%32.21
%33.83

CMYK Percentages of Color #fceffb

%0
%5
%0
%1

Triadic Colors of #fceffb

#fceffb #fbfcef #effbfc

Analogous Colors of #fceffb

#fceffb #fceff5 #f7effc

Monochromatic Colors of #fceffb

#fceffb

Complementary Color

#fceffb #effcf0

#fceffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceffb Color CSS Codes

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

#fceffb Text Font Color

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

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


#fceffb Background Color

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

This div background color is #fceffb


#fceffb Border Color

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

This div border color is #fceffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceffb

Related Colors


Comments

No comments written yet.

Please login to write comment.