Color Hex Logo

#fbe4fa Color Hex

#FBE4FA
(251,228,250)
1 Favorites   0 Comments

Color spaces of #fbe4fa

RGB 251228250
HSL0.840.740.94
HSV303°98°
CMYK 0.000.090.00   0.02
XYZ84.782482.8982101.9749
Yxy82.89820.31440.3074
Hunter Lab91.04846.8807-2.6713
CIE-Lab92.969911.6133-7.7985

#fbe4fa color RGB value is (251,228,250).

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

The process color (four color CMYK) of #fbe4fa color hex is 0.00, 0.09, 0.00, 0.02. Web safe color of #fbe4fa is #ffccff. Color #fbe4fa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100100 11111010
Octal 373 344 372
Decimal 251 228 250
Hex FB E4 FA

RGB Percentages of Color #fbe4fa

%34.43
%31.28
%34.29

CMYK Percentages of Color #fbe4fa

%0
%9
%0
%2

Triadic Colors of #fbe4fa

#fbe4fa #fafbe4 #e4fafb

Analogous Colors of #fbe4fa

#fbe4fa #fbe4ef #f1e4fb

Monochromatic Colors of #fbe4fa

#fbe4fa

Complementary Color

#fbe4fa #e4fbe5

#fbe4fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe4fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe4fa Color CSS Codes

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

#fbe4fa Text Font Color

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

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


#fbe4fa Background Color

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

This div background color is #fbe4fa


#fbe4fa Border Color

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

This div border color is #fbe4fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe4fa

Related Colors


Comments

No comments written yet.

Please login to write comment.