Color Hex Logo

#fb7fce Color Hex

#FB7FCE
(251,127,206)
0 Favorites   0 Comments

Color spaces of #fb7fce

RGB 251127206
HSL0.890.940.74
HSV322°49°98°
CMYK 0.000.490.18   0.02
XYZ58.513640.144263.0571
Yxy40.14420.36180.2482
Hunter Lab63.359553.9689-14.6555
CIE-Lab69.572156.5011-19.1692

#fb7fce color RGB value is (251,127,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01111111 11001110
Octal 373 177 316
Decimal 251 127 206
Hex FB 7F CE

RGB Percentages of Color #fb7fce

%42.98
%21.75
%35.27

CMYK Percentages of Color #fb7fce

%0
%49
%18
%2

Triadic Colors of #fb7fce

#fb7fce #cefb7f #7fcefb

Analogous Colors of #fb7fce

#fb7fce #fb7f90 #ea7ffb

Monochromatic Colors of #fb7fce

#fb7fce

Complementary Color

#fb7fce #7ffbac

#fb7fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb7fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb7fce Color CSS Codes

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

#fb7fce Text Font Color

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

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


#fb7fce Background Color

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

This div background color is #fb7fce


#fb7fce Border Color

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

This div border color is #fb7fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb7fce


Comments

No comments written yet.

Please login to write comment.