Color Hex Logo

#fd8dbc Color Hex

#FD8DBC
(253,141,188)
0 Favorites   0 Comments

Color spaces of #fd8dbc

RGB 253141188
HSL0.930.970.77
HSV335°44°99°
CMYK 0.000.440.26   0.01
XYZ59.110043.563252.8701
Yxy43.56320.38000.2801
Hunter Lab66.002444.3556-1.2915
CIE-Lab71.935647.7540-5.5848

#fd8dbc color RGB value is (253,141,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001101 10111100
Octal 375 215 274
Decimal 253 141 188
Hex FD 8D BC

RGB Percentages of Color #fd8dbc

%43.47
%24.23
%32.30

CMYK Percentages of Color #fd8dbc

%0
%44
%26
%1

Triadic Colors of #fd8dbc

#fd8dbc #bcfd8d #8dbcfd

Analogous Colors of #fd8dbc

#fd8dbc #fd968d #fd8df4

Monochromatic Colors of #fd8dbc

#fd8dbc

Complementary Color

#fd8dbc #8dfdce

#fd8dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd8dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd8dbc Color CSS Codes

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

#fd8dbc Text Font Color

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

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


#fd8dbc Background Color

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

This div background color is #fd8dbc


#fd8dbc Border Color

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

This div border color is #fd8dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd8dbc


Comments

No comments written yet.

Please login to write comment.