Color Hex Logo

#fbe4fc Color Hex

#FBE4FC
(251,228,252)
0 Favorites   0 Comments

Color spaces of #fbe4fc

RGB 251228252
HSL0.830.800.94
HSV298°10°99°
CMYK 0.000.100.00   0.01
XYZ85.097883.0243103.6356
Yxy83.02430.31310.3055
Hunter Lab91.11777.2511-3.6530
CIE-Lab93.025111.9714-8.7598

#fbe4fc color RGB value is (251,228,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100100 11111100
Octal 373 344 374
Decimal 251 228 252
Hex FB E4 FC

RGB Percentages of Color #fbe4fc

%34.34
%31.19
%34.47

CMYK Percentages of Color #fbe4fc

%0
%10
%0
%1

Triadic Colors of #fbe4fc

#fbe4fc #fcfbe4 #e4fcfb

Analogous Colors of #fbe4fc

#fbe4fc #fce4f1 #efe4fc

Monochromatic Colors of #fbe4fc

#fbe4fc

Complementary Color

#fbe4fc #e5fce4

#fbe4fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe4fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe4fc Color CSS Codes

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

#fbe4fc Text Font Color

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

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


#fbe4fc Background Color

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

This div background color is #fbe4fc


#fbe4fc Border Color

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

This div border color is #fbe4fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe4fc

Related Colors


Comments

No comments written yet.

Please login to write comment.