Color Hex Logo

#fbe0f2 Color Hex

#FBE0F2
(251,224,242)
0 Favorites   0 Comments

Color spaces of #fbe0f2

RGB 251224242
HSL0.890.770.93
HSV320°11°98°
CMYK 0.000.110.04   0.02
XYZ82.466380.231395.1442
Yxy80.23130.31980.3112
Hunter Lab89.57197.5890-0.2781
CIE-Lab91.788512.2818-5.3648

#fbe0f2 color RGB value is (251,224,242).

#fbe0f2 hex color red value is 251, green value is 224 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #fbe0f2 hue: 0.89 , saturation: 0.77 and the lightness value of fbe0f2 is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100000 11110010
Octal 373 340 362
Decimal 251 224 242
Hex FB E0 F2

RGB Percentages of Color #fbe0f2

%35.01
%31.24
%33.75

CMYK Percentages of Color #fbe0f2

%0
%11
%4
%2

Triadic Colors of #fbe0f2

#fbe0f2 #f2fbe0 #e0f2fb

Analogous Colors of #fbe0f2

#fbe0f2 #fbe0e5 #f7e0fb

Monochromatic Colors of #fbe0f2

#fbe0f2

Complementary Color

#fbe0f2 #e0fbe9

#fbe0f2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe0f2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe0f2 Color CSS Codes

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

#fbe0f2 Text Font Color

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

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


#fbe0f2 Background Color

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

This div background color is #fbe0f2


#fbe0f2 Border Color

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

This div border color is #fbe0f2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,224,242, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe0f2


Comments

No comments written yet.

Please login to write comment.