Color Hex Logo

#fb5dae Color Hex

#FB5DAE
(251,93,174)
0 Favorites   0 Comments

Color spaces of #fb5dae

RGB 25193174
HSL0.910.950.67
HSV329°63°98°
CMYK 0.000.630.31   0.02
XYZ51.338031.393943.3982
Yxy31.39390.40700.2489
Hunter Lab56.030365.4985-6.7018
CIE-Lab62.838867.3738-11.2574

#fb5dae color RGB value is (251,93,174).

#fb5dae hex color red value is 251, green value is 93 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #fb5dae hue: 0.91 , saturation: 0.95 and the lightness value of fb5dae is 0.67.

The process color (four color CMYK) of #fb5dae color hex is 0.00, 0.63, 0.31, 0.02. Web safe color of #fb5dae is #ff6699. Color #fb5dae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01011101 10101110
Octal 373 135 256
Decimal 251 93 174
Hex FB 5D AE

RGB Percentages of Color #fb5dae

%48.46
%17.95
%33.59

CMYK Percentages of Color #fb5dae

%0
%63
%31
%2

Triadic Colors of #fb5dae

#fb5dae #aefb5d #5daefb

Analogous Colors of #fb5dae

#fb5dae #fb5d5f #f95dfb

Monochromatic Colors of #fb5dae

#fb5dae

Complementary Color

#fb5dae #5dfbaa

#fb5dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb5dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb5dae Color CSS Codes

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

#fb5dae Text Font Color

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

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


#fb5dae Background Color

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

This div background color is #fb5dae


#fb5dae Border Color

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

This div border color is #fb5dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb5dae

Related Colors


Comments

No comments written yet.

Please login to write comment.