Color Hex Logo

#fba0cd Color Hex

#FBA0CD
(251,160,205)
0 Favorites   0 Comments

Color spaces of #fba0cd

RGB 251160205
HSL0.920.920.81
HSV330°36°98°
CMYK 0.000.360.18   0.02
XYZ63.373950.058664.0797
Yxy50.05860.35700.2820
Hunter Lab70.752136.0694-4.1721
CIE-Lab76.105239.8062-8.8015

#fba0cd color RGB value is (251,160,205).

#fba0cd hex color red value is 251, green value is 160 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #fba0cd hue: 0.92 , saturation: 0.92 and the lightness value of fba0cd is 0.81.

The process color (four color CMYK) of #fba0cd color hex is 0.00, 0.36, 0.18, 0.02. Web safe color of #fba0cd is #ff99cc. Color #fba0cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100000 11001101
Octal 373 240 315
Decimal 251 160 205
Hex FB A0 CD

RGB Percentages of Color #fba0cd

%40.75
%25.97
%33.28

CMYK Percentages of Color #fba0cd

%0
%36
%18
%2

Triadic Colors of #fba0cd

#fba0cd #cdfba0 #a0cdfb

Analogous Colors of #fba0cd

#fba0cd #fba1a0 #fba0fb

Monochromatic Colors of #fba0cd

#fba0cd

Complementary Color

#fba0cd #a0fbce

#fba0cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba0cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba0cd Color CSS Codes

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

#fba0cd Text Font Color

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

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


#fba0cd Background Color

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

This div background color is #fba0cd


#fba0cd Border Color

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

This div border color is #fba0cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,160,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba0cd

#fba0cd Color Palettes


Comments

No comments written yet.

Please login to write comment.