Color Hex Logo

#fb7fde Color Hex

#FB7FDE
(251,127,222)
0 Favorites   0 Comments

Color spaces of #fb7fde

RGB 251127222
HSL0.870.940.74
HSV314°49°98°
CMYK 0.000.490.12   0.02
XYZ60.557840.961973.8219
Yxy40.96190.34540.2336
Hunter Lab64.001556.8930-23.5864
CIE-Lab70.149258.9102-27.1668

#fb7fde color RGB value is (251,127,222).

#fb7fde hex color red value is 251, green value is 127 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #fb7fde hue: 0.87 , saturation: 0.94 and the lightness value of fb7fde is 0.74.

The process color (four color CMYK) of #fb7fde color hex is 0.00, 0.49, 0.12, 0.02. Web safe color of #fb7fde is #ff66cc. Color #fb7fde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01111111 11011110
Octal 373 177 336
Decimal 251 127 222
Hex FB 7F DE

RGB Percentages of Color #fb7fde

%41.83
%21.17
%37.00

CMYK Percentages of Color #fb7fde

%0
%49
%12
%2

Triadic Colors of #fb7fde

#fb7fde #defb7f #7fdefb

Analogous Colors of #fb7fde

#fb7fde #fb7fa0 #da7ffb

Monochromatic Colors of #fb7fde

#fb7fde

Complementary Color

#fb7fde #7ffb9c

#fb7fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb7fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb7fde Color CSS Codes

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

#fb7fde Text Font Color

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

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


#fb7fde Background Color

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

This div background color is #fb7fde


#fb7fde Border Color

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

This div border color is #fb7fde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,127,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 #fb7fde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb7fde


Comments

No comments written yet.

Please login to write comment.