Color Hex Logo

#fd9cbd Color Hex

#FD9CBD
(253,156,189)
0 Favorites   0 Comments

Color spaces of #fd9cbd

RGB 253156189
HSL0.940.960.80
HSV340°38°99°
CMYK 0.000.380.25   0.01
XYZ61.581848.333754.2277
Yxy48.33370.37520.2945
Hunter Lab69.522436.44802.4193
CIE-Lab75.034940.2627-1.5753

#fd9cbd color RGB value is (253,156,189).

#fd9cbd hex color red value is 253, green value is 156 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fd9cbd hue: 0.94 , saturation: 0.96 and the lightness value of fd9cbd is 0.80.

The process color (four color CMYK) of #fd9cbd color hex is 0.00, 0.38, 0.25, 0.01. Web safe color of #fd9cbd is #ff99cc. Color #fd9cbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011100 10111101
Octal 375 234 275
Decimal 253 156 189
Hex FD 9C BD

RGB Percentages of Color #fd9cbd

%42.31
%26.09
%31.61

CMYK Percentages of Color #fd9cbd

%0
%38
%25
%1

Triadic Colors of #fd9cbd

#fd9cbd #bdfd9c #9cbdfd

Analogous Colors of #fd9cbd

#fd9cbd #fdac9c #fd9cee

Monochromatic Colors of #fd9cbd

#fd9cbd

Complementary Color

#fd9cbd #9cfddc

#fd9cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd9cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd9cbd Color CSS Codes

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

#fd9cbd Text Font Color

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

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


#fd9cbd Background Color

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

This div background color is #fd9cbd


#fd9cbd Border Color

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

This div border color is #fd9cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd9cbd


Comments

No comments written yet.

Please login to write comment.