Color Hex Logo

#fb01ee Color Hex

#FB01EE
(251,1,238)
0 Favorites   0 Comments

Color spaces of #fb01ee

RGB 2511238
HSL0.840.990.49
HSV303°100°98°
CMYK 0.001.000.05   0.02
XYZ55.227126.704083.1325
Yxy26.70400.33460.1618
Hunter Lab51.6759100.3337-59.2084
CIE-Lab58.699395.2492-54.0041

#fb01ee color RGB value is (251,1,238).

#fb01ee hex color red value is 251, green value is 1 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #fb01ee hue: 0.84 , saturation: 0.99 and the lightness value of fb01ee is 0.49.

The process color (four color CMYK) of #fb01ee color hex is 0.00, 1.00, 0.05, 0.02. Web safe color of #fb01ee is #ff00ff. Color #fb01ee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000001 11101110
Octal 373 1 356
Decimal 251 1 238
Hex FB 1 EE

RGB Percentages of Color #fb01ee

%51.22
%0.20
%48.57

CMYK Percentages of Color #fb01ee

%0
%100
%5
%2

Triadic Colors of #fb01ee

#fb01ee #eefb01 #01eefb

Analogous Colors of #fb01ee

#fb01ee #fb0171 #8b01fb

Monochromatic Colors of #fb01ee

#fb01ee

Complementary Color

#fb01ee #01fb0e

#fb01ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb01ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb01ee Color CSS Codes

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

#fb01ee Text Font Color

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

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


#fb01ee Background Color

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

This div background color is #fb01ee


#fb01ee Border Color

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

This div border color is #fb01ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb01ee


Comments

No comments written yet.

Please login to write comment.