Color Hex Logo

#fb9ded Color Hex

#FB9DED
(251,157,237)
0 Favorites   0 Comments

Color spaces of #fb9ded

RGB 251157237
HSL0.860.920.80
HSV309°37°98°
CMYK 0.000.370.06   0.02
XYZ67.126750.737686.3761
Yxy50.73760.32870.2484
Hunter Lab71.230343.5634-22.0357
CIE-Lab76.519846.4766-25.6264

#fb9ded color RGB value is (251,157,237).

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

The process color (four color CMYK) of #fb9ded color hex is 0.00, 0.37, 0.06, 0.02. Web safe color of #fb9ded is #ff99ff. Color #fb9ded contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10011101 11101101
Octal 373 235 355
Decimal 251 157 237
Hex FB 9D ED

RGB Percentages of Color #fb9ded

%38.91
%24.34
%36.74

CMYK Percentages of Color #fb9ded

%0
%37
%6
%2

Triadic Colors of #fb9ded

#fb9ded #edfb9d #9dedfb

Analogous Colors of #fb9ded

#fb9ded #fb9dbe #da9dfb

Monochromatic Colors of #fb9ded

#fb9ded

Complementary Color

#fb9ded #9dfbab

#fb9ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb9ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb9ded Color CSS Codes

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

#fb9ded Text Font Color

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

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


#fb9ded Background Color

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

This div background color is #fb9ded


#fb9ded Border Color

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

This div border color is #fb9ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb9ded


Comments

No comments written yet.

Please login to write comment.