Color Hex Logo

#fd999b Color Hex

#FD999B
(253,153,155)
0 Favorites   0 Comments

Color spaces of #fd999b

RGB 253153155
HSL1.000.960.80
HSV359°40°99°
CMYK 0.000.400.39   0.01
XYZ57.815646.031736.8481
Yxy46.03170.41090.3272
Hunter Lab67.846733.377315.2918
CIE-Lab73.566137.587615.0503

#fd999b color RGB value is (253,153,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011001 10011011
Octal 375 231 233
Decimal 253 153 155
Hex FD 99 9B

RGB Percentages of Color #fd999b

%45.10
%27.27
%27.63

CMYK Percentages of Color #fd999b

%0
%40
%39
%1

Triadic Colors of #fd999b

#fd999b #9bfd99 #999bfd

Analogous Colors of #fd999b

#fd999b #fdc999 #fd99cd

Monochromatic Colors of #fd999b

#fd999b

Complementary Color

#fd999b #99fdfb

#fd999b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd999b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd999b Color CSS Codes

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

#fd999b Text Font Color

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

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


#fd999b Background Color

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

This div background color is #fd999b


#fd999b Border Color

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

This div border color is #fd999b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd999b


Comments

No comments written yet.

Please login to write comment.