Color Hex Logo

#fb9cda Color Hex

#FB9CDA
(251,156,218)
0 Favorites   0 Comments

Color spaces of #fb9cda

RGB 251156218
HSL0.890.920.80
HSV321°38°98°
CMYK 0.000.380.13   0.02
XYZ64.327049.348172.4644
Yxy49.34810.34560.2651
Hunter Lab70.248240.5199-11.9867
CIE-Lab75.667443.8723-16.5691

#fb9cda color RGB value is (251,156,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10011100 11011010
Octal 373 234 332
Decimal 251 156 218
Hex FB 9C DA

RGB Percentages of Color #fb9cda

%40.16
%24.96
%34.88

CMYK Percentages of Color #fb9cda

%0
%38
%13
%2

Triadic Colors of #fb9cda

#fb9cda #dafb9c #9cdafb

Analogous Colors of #fb9cda

#fb9cda #fb9cab #ed9cfb

Monochromatic Colors of #fb9cda

#fb9cda

Complementary Color

#fb9cda #9cfbbd

#fb9cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb9cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb9cda Color CSS Codes

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

#fb9cda Text Font Color

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

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


#fb9cda Background Color

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

This div background color is #fb9cda


#fb9cda Border Color

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

This div border color is #fb9cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb9cda

Related Colors

#fb9cda Color Palettes


Comments

No comments written yet.

Please login to write comment.