Color Hex Logo

#fb9fda Color Hex

#FB9FDA
(251,159,218)
0 Favorites   0 Comments

Color spaces of #fb9fda

RGB 251159218
HSL0.890.920.80
HSV322°37°98°
CMYK 0.000.370.13   0.02
XYZ64.836750.367572.6343
Yxy50.36750.34520.2681
Hunter Lab70.970138.8761-11.0013
CIE-Lab76.294342.3266-15.6246

#fb9fda color RGB value is (251,159,218).

#fb9fda hex color red value is 251, green value is 159 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fb9fda hue: 0.89 , saturation: 0.92 and the lightness value of fb9fda is 0.80.

The process color (four color CMYK) of #fb9fda color hex is 0.00, 0.37, 0.13, 0.02. Web safe color of #fb9fda is #ff99cc. Color #fb9fda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10011111 11011010
Octal 373 237 332
Decimal 251 159 218
Hex FB 9F DA

RGB Percentages of Color #fb9fda

%39.97
%25.32
%34.71

CMYK Percentages of Color #fb9fda

%0
%37
%13
%2

Triadic Colors of #fb9fda

#fb9fda #dafb9f #9fdafb

Analogous Colors of #fb9fda

#fb9fda #fb9fac #ee9ffb

Monochromatic Colors of #fb9fda

#fb9fda

Complementary Color

#fb9fda #9ffbc0

#fb9fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb9fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb9fda Color CSS Codes

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

#fb9fda Text Font Color

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

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


#fb9fda Background Color

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

This div background color is #fb9fda


#fb9fda Border Color

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

This div border color is #fb9fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb9fda


Comments

No comments written yet.

Please login to write comment.