Color Hex Logo

#fb9ecf Color Hex

#FB9ECF
(251,158,207)
0 Favorites   0 Comments

Color spaces of #fb9ecf

RGB 251158207
HSL0.910.920.80
HSV328°37°98°
CMYK 0.000.370.18   0.02
XYZ63.273049.467965.2449
Yxy49.46790.35550.2779
Hunter Lab70.333437.4978-5.7671
CIE-Lab75.741541.1420-10.4384

#fb9ecf color RGB value is (251,158,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10011110 11001111
Octal 373 236 317
Decimal 251 158 207
Hex FB 9E CF

RGB Percentages of Color #fb9ecf

%40.75
%25.65
%33.60

CMYK Percentages of Color #fb9ecf

%0
%37
%18
%2

Triadic Colors of #fb9ecf

#fb9ecf #cffb9e #9ecffb

Analogous Colors of #fb9ecf

#fb9ecf #fb9ea1 #f99efb

Monochromatic Colors of #fb9ecf

#fb9ecf

Complementary Color

#fb9ecf #9efbca

#fb9ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb9ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb9ecf Color CSS Codes

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

#fb9ecf Text Font Color

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

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


#fb9ecf Background Color

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

This div background color is #fb9ecf


#fb9ecf Border Color

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

This div border color is #fb9ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb9ecf


Comments

No comments written yet.

Please login to write comment.