Color Hex Logo

#fda0bc Color Hex

#FDA0BC
(253,160,188)
0 Favorites   0 Comments

Color spaces of #fda0bc

RGB 253160188
HSL0.950.960.81
HSV342°37°99°
CMYK 0.000.370.26   0.01
XYZ62.155949.655153.8854
Yxy49.65510.37510.2997
Hunter Lab70.466434.13243.9876
CIE-Lab75.857138.05930.1765

#fda0bc color RGB value is (253,160,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100000 10111100
Octal 375 240 274
Decimal 253 160 188
Hex FD A0 BC

RGB Percentages of Color #fda0bc

%42.10
%26.62
%31.28

CMYK Percentages of Color #fda0bc

%0
%37
%26
%1

Triadic Colors of #fda0bc

#fda0bc #bcfda0 #a0bcfd

Analogous Colors of #fda0bc

#fda0bc #fdb3a0 #fda0eb

Monochromatic Colors of #fda0bc

#fda0bc

Complementary Color

#fda0bc #a0fde1

#fda0bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda0bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda0bc Color CSS Codes

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

#fda0bc Text Font Color

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

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


#fda0bc Background Color

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

This div background color is #fda0bc


#fda0bc Border Color

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

This div border color is #fda0bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda0bc


Comments

No comments written yet.

Please login to write comment.