Color Hex Logo

#fcebfa Color Hex

#FCEBFA
(252,235,250)
0 Favorites   0 Comments

Color spaces of #fcebfa

RGB 252235250
HSL0.850.740.95
HSV307°99°
CMYK 0.000.070.01   0.01
XYZ87.108587.0142102.6468
Yxy87.01420.31470.3144
Hunter Lab93.28143.44530.0543
CIE-Lab94.74438.3270-5.1680

#fcebfa color RGB value is (252,235,250).

#fcebfa hex color red value is 252, green value is 235 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #fcebfa hue: 0.85 , saturation: 0.74 and the lightness value of fcebfa is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101011 11111010
Octal 374 353 372
Decimal 252 235 250
Hex FC EB FA

RGB Percentages of Color #fcebfa

%34.19
%31.89
%33.92

CMYK Percentages of Color #fcebfa

%0
%7
%1
%1

Triadic Colors of #fcebfa

#fcebfa #fafceb #ebfafc

Analogous Colors of #fcebfa

#fcebfa #fcebf2 #f6ebfc

Monochromatic Colors of #fcebfa

#fcebfa

Complementary Color

#fcebfa #ebfced

#fcebfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcebfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcebfa Color CSS Codes

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

#fcebfa Text Font Color

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

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


#fcebfa Background Color

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

This div background color is #fcebfa


#fcebfa Border Color

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

This div border color is #fcebfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcebfa

Related Colors


Comments

No comments written yet.

Please login to write comment.