Color Hex Logo

#fb18be Color Hex

#FB18BE
(251,24,190)
0 Favorites   0 Comments

Color spaces of #fb18be

RGB 25124190
HSL0.880.970.54
HSV316°90°98°
CMYK 0.000.900.24   0.02
XYZ49.404624.880250.9136
Yxy24.88020.39460.1987
Hunter Lab49.880189.5084-25.6025
CIE-Lab56.958587.5424-29.4438

#fb18be color RGB value is (251,24,190).

#fb18be hex color red value is 251, green value is 24 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #fb18be hue: 0.88 , saturation: 0.97 and the lightness value of fb18be is 0.54.

The process color (four color CMYK) of #fb18be color hex is 0.00, 0.90, 0.24, 0.02. Web safe color of #fb18be is #ff00cc. Color #fb18be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00011000 10111110
Octal 373 30 276
Decimal 251 24 190
Hex FB 18 BE

RGB Percentages of Color #fb18be

%53.98
%5.16
%40.86

CMYK Percentages of Color #fb18be

%0
%90
%24
%2

Triadic Colors of #fb18be

#fb18be #befb18 #18befb

Analogous Colors of #fb18be

#fb18be #fb184d #c718fb

Monochromatic Colors of #fb18be

#fb18be

Complementary Color

#fb18be #18fb55

#fb18be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb18be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb18be Color CSS Codes

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

#fb18be Text Font Color

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

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


#fb18be Background Color

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

This div background color is #fb18be


#fb18be Border Color

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

This div border color is #fb18be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb18be


Comments

No comments written yet.

Please login to write comment.