Color Hex Logo

#fb2ece Color Hex

#FB2ECE
(251,46,206)
0 Favorites   0 Comments

Color spaces of #fb2ece

RGB 25146206
HSL0.870.960.58
HSV313°82°98°
CMYK 0.000.820.18   0.02
XYZ51.901226.919560.8530
Yxy26.91950.37160.1927
Hunter Lab51.884087.7621-33.2204
CIE-Lab58.899785.8359-35.6044

#fb2ece color RGB value is (251,46,206).

#fb2ece hex color red value is 251, green value is 46 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fb2ece hue: 0.87 , saturation: 0.96 and the lightness value of fb2ece is 0.58.

The process color (four color CMYK) of #fb2ece color hex is 0.00, 0.82, 0.18, 0.02. Web safe color of #fb2ece is #ff33cc. Color #fb2ece contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00101110 11001110
Octal 373 56 316
Decimal 251 46 206
Hex FB 2E CE

RGB Percentages of Color #fb2ece

%49.90
%9.15
%40.95

CMYK Percentages of Color #fb2ece

%0
%82
%18
%2

Triadic Colors of #fb2ece

#fb2ece #cefb2e #2ecefb

Analogous Colors of #fb2ece

#fb2ece #fb2e68 #c22efb

Monochromatic Colors of #fb2ece

#fb2ece

Complementary Color

#fb2ece #2efb5b

#fb2ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb2ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb2ece Color CSS Codes

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

#fb2ece Text Font Color

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

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


#fb2ece Background Color

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

This div background color is #fb2ece


#fb2ece Border Color

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

This div border color is #fb2ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb2ece

Related Colors


Comments

No comments written yet.

Please login to write comment.