Color Hex Logo

#fd99b0 Color Hex

#FD99B0
(253,153,176)
0 Favorites   0 Comments

Color spaces of #fd99b0

RGB 253153176
HSL0.960.960.80
HSV346°40°99°
CMYK 0.000.400.30   0.01
XYZ59.735746.799746.9591
Yxy46.79970.38920.3049
Hunter Lab68.410336.14777.1886
CIE-Lab74.061540.09134.1719

#fd99b0 color RGB value is (253,153,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011001 10110000
Octal 375 231 260
Decimal 253 153 176
Hex FD 99 B0

RGB Percentages of Color #fd99b0

%43.47
%26.29
%30.24

CMYK Percentages of Color #fd99b0

%0
%40
%30
%1

Triadic Colors of #fd99b0

#fd99b0 #b0fd99 #99b0fd

Analogous Colors of #fd99b0

#fd99b0 #fdb499 #fd99e2

Monochromatic Colors of #fd99b0

#fd99b0

Complementary Color

#fd99b0 #99fde6

#fd99b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd99b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd99b0 Color CSS Codes

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

#fd99b0 Text Font Color

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

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


#fd99b0 Background Color

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

This div background color is #fd99b0


#fd99b0 Border Color

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

This div border color is #fd99b0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd99b0

Related Colors


Comments

No comments written yet.

Please login to write comment.