Color Hex Logo

#fd91cb Color Hex

#FD91CB
(253,145,203)
0 Favorites   0 Comments

Color spaces of #fd91cb

RGB 253145203
HSL0.910.960.78
HSV328°43°99°
CMYK 0.000.430.20   0.01
XYZ61.412945.445262.0349
Yxy45.44520.36360.2691
Hunter Lab67.413144.6396-7.3708
CIE-Lab73.184147.8446-12.0359

#fd91cb color RGB value is (253,145,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010001 11001011
Octal 375 221 313
Decimal 253 145 203
Hex FD 91 CB

RGB Percentages of Color #fd91cb

%42.10
%24.13
%33.78

CMYK Percentages of Color #fd91cb

%0
%43
%20
%1

Triadic Colors of #fd91cb

#fd91cb #cbfd91 #91cbfd

Analogous Colors of #fd91cb

#fd91cb #fd9195 #f991fd

Monochromatic Colors of #fd91cb

#fd91cb

Complementary Color

#fd91cb #91fdc3

#fd91cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd91cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd91cb Color CSS Codes

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

#fd91cb Text Font Color

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

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


#fd91cb Background Color

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

This div background color is #fd91cb


#fd91cb Border Color

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

This div border color is #fd91cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd91cb


Comments

No comments written yet.

Please login to write comment.