Color Hex Logo

#fd999c Color Hex

#FD999C
(253,153,156)
0 Favorites   0 Comments

Color spaces of #fd999c

RGB 253153156
HSL1.000.960.80
HSV358°40°99°
CMYK 0.000.400.38   0.01
XYZ57.900046.065437.2923
Yxy46.06540.40990.3261
Hunter Lab67.871533.500114.9329
CIE-Lab73.588037.699514.5302

#fd999c color RGB value is (253,153,156).

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

The process color (four color CMYK) of #fd999c color hex is 0.00, 0.40, 0.38, 0.01. Web safe color of #fd999c is #ff9999. Color #fd999c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011001 10011100
Octal 375 231 234
Decimal 253 153 156
Hex FD 99 9C

RGB Percentages of Color #fd999c

%45.02
%27.22
%27.76

CMYK Percentages of Color #fd999c

%0
%40
%38
%1

Triadic Colors of #fd999c

#fd999c #9cfd99 #999cfd

Analogous Colors of #fd999c

#fd999c #fdc899 #fd99ce

Monochromatic Colors of #fd999c

#fd999c

Complementary Color

#fd999c #99fdfa

#fd999c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd999c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd999c Color CSS Codes

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

#fd999c Text Font Color

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

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


#fd999c Background Color

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

This div background color is #fd999c


#fd999c Border Color

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

This div border color is #fd999c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd999c


Comments

No comments written yet.

Please login to write comment.