Color Hex Logo

#fd99bc Color Hex

#FD99BC
(253,153,188)
0 Favorites   0 Comments

Color spaces of #fd99bc

RGB 253153188
HSL0.940.960.80
HSV339°40°99°
CMYK 0.000.400.26   0.01
XYZ60.976347.296053.4922
Yxy47.29600.37690.2924
Hunter Lab68.772137.91462.0236
CIE-Lab74.378741.6685-1.9867

#fd99bc color RGB value is (253,153,188).

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

The process color (four color CMYK) of #fd99bc color hex is 0.00, 0.40, 0.26, 0.01. Web safe color of #fd99bc is #ff99cc. Color #fd99bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011001 10111100
Octal 375 231 274
Decimal 253 153 188
Hex FD 99 BC

RGB Percentages of Color #fd99bc

%42.59
%25.76
%31.65

CMYK Percentages of Color #fd99bc

%0
%40
%26
%1

Triadic Colors of #fd99bc

#fd99bc #bcfd99 #99bcfd

Analogous Colors of #fd99bc

#fd99bc #fda899 #fd99ee

Monochromatic Colors of #fd99bc

#fd99bc

Complementary Color

#fd99bc #99fdda

#fd99bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd99bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd99bc Color CSS Codes

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

#fd99bc Text Font Color

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

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


#fd99bc Background Color

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

This div background color is #fd99bc


#fd99bc Border Color

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

This div border color is #fd99bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd99bc

Related Colors


Comments

No comments written yet.

Please login to write comment.