Color Hex Logo

#fd9ccb Color Hex

#FD9CCB
(253,156,203)
0 Favorites   0 Comments

Color spaces of #fd9ccb

RGB 253156203
HSL0.920.960.80
HSV331°38°99°
CMYK 0.000.380.20   0.01
XYZ63.176048.971462.6226
Yxy48.97140.36150.2802
Hunter Lab69.979638.6816-4.0711
CIE-Lab75.433542.2462-8.6795

#fd9ccb color RGB value is (253,156,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011100 11001011
Octal 375 234 313
Decimal 253 156 203
Hex FD 9C CB

RGB Percentages of Color #fd9ccb

%41.34
%25.49
%33.17

CMYK Percentages of Color #fd9ccb

%0
%38
%20
%1

Triadic Colors of #fd9ccb

#fd9ccb #cbfd9c #9ccbfd

Analogous Colors of #fd9ccb

#fd9ccb #fd9e9c #fd9cfc

Monochromatic Colors of #fd9ccb

#fd9ccb

Complementary Color

#fd9ccb #9cfdce

#fd9ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd9ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd9ccb Color CSS Codes

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

#fd9ccb Text Font Color

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

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


#fd9ccb Background Color

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

This div background color is #fd9ccb


#fd9ccb Border Color

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

This div border color is #fd9ccb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,156,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 #fd9ccb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd9ccb


Comments

No comments written yet.

Please login to write comment.