Color Hex Logo

#fb9dca Color Hex

#FB9DCA
(251,157,202)
0 Favorites   0 Comments

Color spaces of #fb9dca

RGB 251157202
HSL0.920.920.80
HSV331°37°98°
CMYK 0.000.370.20   0.02
XYZ62.501348.887462.0192
Yxy48.88740.36040.2819
Hunter Lab69.919537.2026-3.6471
CIE-Lab75.381240.9128-8.2338

#fb9dca color RGB value is (251,157,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10011101 11001010
Octal 373 235 312
Decimal 251 157 202
Hex FB 9D CA

RGB Percentages of Color #fb9dca

%41.15
%25.74
%33.11

CMYK Percentages of Color #fb9dca

%0
%37
%20
%2

Triadic Colors of #fb9dca

#fb9dca #cafb9d #9dcafb

Analogous Colors of #fb9dca

#fb9dca #fb9f9d #fb9df9

Monochromatic Colors of #fb9dca

#fb9dca

Complementary Color

#fb9dca #9dfbce

#fb9dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb9dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb9dca Color CSS Codes

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

#fb9dca Text Font Color

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

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


#fb9dca Background Color

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

This div background color is #fb9dca


#fb9dca Border Color

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

This div border color is #fb9dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb9dca


Comments

No comments written yet.

Please login to write comment.