Color Hex Logo

#fd8dcb Color Hex

#FD8DCB
(253,141,203)
0 Favorites   0 Comments

Color spaces of #fd8dcb

RGB 253141203
HSL0.910.970.77
HSV327°44°99°
CMYK 0.000.440.20   0.01
XYZ60.812444.244261.8347
Yxy44.24420.36440.2651
Hunter Lab66.516346.7897-8.5556
CIE-Lab72.391449.8477-13.2240

#fd8dcb color RGB value is (253,141,203).

#fd8dcb hex color red value is 253, green value is 141 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fd8dcb hue: 0.91 , saturation: 0.97 and the lightness value of fd8dcb is 0.77.

The process color (four color CMYK) of #fd8dcb color hex is 0.00, 0.44, 0.20, 0.01. Web safe color of #fd8dcb is #ff99cc. Color #fd8dcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001101 11001011
Octal 375 215 313
Decimal 253 141 203
Hex FD 8D CB

RGB Percentages of Color #fd8dcb

%42.38
%23.62
%34.00

CMYK Percentages of Color #fd8dcb

%0
%44
%20
%1

Triadic Colors of #fd8dcb

#fd8dcb #cbfd8d #8dcbfd

Analogous Colors of #fd8dcb

#fd8dcb #fd8d93 #f78dfd

Monochromatic Colors of #fd8dcb

#fd8dcb

Complementary Color

#fd8dcb #8dfdbf

#fd8dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd8dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd8dcb Color CSS Codes

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

#fd8dcb Text Font Color

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

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


#fd8dcb Background Color

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

This div background color is #fd8dcb


#fd8dcb Border Color

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

This div border color is #fd8dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd8dcb

Related Colors


Comments

No comments written yet.

Please login to write comment.