Color Hex Logo

#fb9fdc Color Hex

#FB9FDC
(251,159,220)
0 Favorites   0 Comments

Color spaces of #fb9fdc

RGB 251159220
HSL0.890.920.80
HSV320°37°98°
CMYK 0.000.370.12   0.02
XYZ65.100150.472874.0212
Yxy50.47280.34340.2662
Hunter Lab71.044239.2379-12.0435
CIE-Lab76.358642.6448-16.6191

#fb9fdc color RGB value is (251,159,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10011111 11011100
Octal 373 237 334
Decimal 251 159 220
Hex FB 9F DC

RGB Percentages of Color #fb9fdc

%39.84
%25.24
%34.92

CMYK Percentages of Color #fb9fdc

%0
%37
%12
%2

Triadic Colors of #fb9fdc

#fb9fdc #dcfb9f #9fdcfb

Analogous Colors of #fb9fdc

#fb9fdc #fb9fae #ec9ffb

Monochromatic Colors of #fb9fdc

#fb9fdc

Complementary Color

#fb9fdc #9ffbbe

#fb9fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb9fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb9fdc Color CSS Codes

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

#fb9fdc Text Font Color

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

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


#fb9fdc Background Color

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

This div background color is #fb9fdc


#fb9fdc Border Color

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

This div border color is #fb9fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb9fdc


Comments

No comments written yet.

Please login to write comment.