Color Hex Logo

#fb9ccf Color Hex

#FB9CCF
(251,156,207)
0 Favorites   0 Comments

Color spaces of #fb9ccf

RGB 251156207
HSL0.910.920.80
HSV328°38°98°
CMYK 0.000.380.18   0.02
XYZ62.934648.791265.1321
Yxy48.79120.35580.2759
Hunter Lab69.850738.5875-6.3893
CIE-Lab75.321242.1737-11.0658

#fb9ccf color RGB value is (251,156,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10011100 11001111
Octal 373 234 317
Decimal 251 156 207
Hex FB 9C CF

RGB Percentages of Color #fb9ccf

%40.88
%25.41
%33.71

CMYK Percentages of Color #fb9ccf

%0
%38
%18
%2

Triadic Colors of #fb9ccf

#fb9ccf #cffb9c #9ccffb

Analogous Colors of #fb9ccf

#fb9ccf #fb9ca0 #f89cfb

Monochromatic Colors of #fb9ccf

#fb9ccf

Complementary Color

#fb9ccf #9cfbc8

#fb9ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb9ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb9ccf Color CSS Codes

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

#fb9ccf Text Font Color

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

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


#fb9ccf Background Color

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

This div background color is #fb9ccf


#fb9ccf Border Color

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

This div border color is #fb9ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb9ccf


Comments

No comments written yet.

Please login to write comment.