Color Hex Logo

#fda0be Color Hex

#FDA0BE
(253,160,190)
0 Favorites   0 Comments

Color spaces of #fda0be

RGB 253160190
HSL0.950.960.81
HSV341°37°99°
CMYK 0.000.370.25   0.01
XYZ62.373149.742055.0289
Yxy49.74200.37320.2976
Hunter Lab70.528034.43673.1091
CIE-Lab75.910638.3334-0.8424

#fda0be color RGB value is (253,160,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100000 10111110
Octal 375 240 276
Decimal 253 160 190
Hex FD A0 BE

RGB Percentages of Color #fda0be

%41.96
%26.53
%31.51

CMYK Percentages of Color #fda0be

%0
%37
%25
%1

Triadic Colors of #fda0be

#fda0be #befda0 #a0befd

Analogous Colors of #fda0be

#fda0be #fdb1a0 #fda0ed

Monochromatic Colors of #fda0be

#fda0be

Complementary Color

#fda0be #a0fddf

#fda0be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda0be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda0be Color CSS Codes

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

#fda0be Text Font Color

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

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


#fda0be Background Color

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

This div background color is #fda0be


#fda0be Border Color

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

This div border color is #fda0be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda0be

Related Colors


Comments

No comments written yet.

Please login to write comment.