Color Hex Logo

#fb426e Color Hex

#FB426E
(251,66,110)
0 Favorites   0 Comments

Color spaces of #fb426e

RGB 25166110
HSL0.960.960.62
HSV346°74°98°
CMYK 0.000.740.56   0.02
XYZ44.546325.531417.3321
Yxy25.53140.50960.2921
Hunter Lab50.528668.941515.0326
CIE-Lab57.589671.187418.4874

#fb426e color RGB value is (251,66,110).

#fb426e hex color red value is 251, green value is 66 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #fb426e hue: 0.96 , saturation: 0.96 and the lightness value of fb426e is 0.62.

The process color (four color CMYK) of #fb426e color hex is 0.00, 0.74, 0.56, 0.02. Web safe color of #fb426e is #ff3366. Color #fb426e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000010 01101110
Octal 373 102 156
Decimal 251 66 110
Hex FB 42 6E

RGB Percentages of Color #fb426e

%58.78
%15.46
%25.76

CMYK Percentages of Color #fb426e

%0
%74
%56
%2

Triadic Colors of #fb426e

#fb426e #6efb42 #426efb

Analogous Colors of #fb426e

#fb426e #fb7342 #fb42cb

Monochromatic Colors of #fb426e

#fb426e

Complementary Color

#fb426e #42fbcf

#fb426e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb426e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb426e Color CSS Codes

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

#fb426e Text Font Color

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

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


#fb426e Background Color

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

This div background color is #fb426e


#fb426e Border Color

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

This div border color is #fb426e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb426e

Related Colors


Comments

No comments written yet.

Please login to write comment.