Color Hex Logo

#fb9dde Color Hex

#FB9DDE
(251,157,222)
0 Favorites   0 Comments

Color spaces of #fb9dde

RGB 251157222
HSL0.880.920.80
HSV319°37°98°
CMYK 0.000.370.12   0.02
XYZ65.025449.897175.3111
Yxy49.89710.34180.2623
Hunter Lab70.637940.7011-13.7660
CIE-Lab76.006143.9955-18.2424

#fb9dde color RGB value is (251,157,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10011101 11011110
Octal 373 235 336
Decimal 251 157 222
Hex FB 9D DE

RGB Percentages of Color #fb9dde

%39.84
%24.92
%35.24

CMYK Percentages of Color #fb9dde

%0
%37
%12
%2

Triadic Colors of #fb9dde

#fb9dde #defb9d #9ddefb

Analogous Colors of #fb9dde

#fb9dde #fb9daf #e99dfb

Monochromatic Colors of #fb9dde

#fb9dde

Complementary Color

#fb9dde #9dfbba

#fb9dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb9dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb9dde Color CSS Codes

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

#fb9dde Text Font Color

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

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


#fb9dde Background Color

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

This div background color is #fb9dde


#fb9dde Border Color

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

This div border color is #fb9dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb9dde


Comments

No comments written yet.

Please login to write comment.